Searched refs:cmn_regs (Results 1 – 1 of 1) sorted by relevance
153 static struct cmn_registers cmn_regs; variable234 cmn_regs.u1.reax = CRU_BIOS_SIGNATURE_VALUE; in cru_detect()237 asminline_call(&cmn_regs, bios32_entrypoint); in cru_detect()239 if (cmn_regs.u1.ral != 0) { in cru_detect()241 cmn_regs.u1.ral); in cru_detect()243 physical_bios_base = cmn_regs.u2.rebx; in cru_detect()244 physical_bios_offset = cmn_regs.u4.redx; in cru_detect()245 cru_length = cmn_regs.u3.recx; in cru_detect()490 asminline_call(&cmn_regs, cru_rom_addr); in hpwdt_pretimeout()498 if (cmn_regs.u1.ral == 0) { in hpwdt_pretimeout()[all …]