Lines Matching refs:eax
94 regs->e.eax = VESA_GET_INFO; in atibios_debug_mode()
101 if (regs->e.eax != 0x4f) { in atibios_debug_mode()
102 debug("VESA_GET_INFO: error %x\n", regs->e.eax); in atibios_debug_mode()
125 regs->e.eax = VESA_GET_CUR_MODE; in atibios_debug_mode()
127 if (regs->e.eax != 0x4f) { in atibios_debug_mode()
128 debug("VESA_GET_CUR_MODE: error %x\n", regs->e.eax); in atibios_debug_mode()
141 regs->e.eax = VESA_GET_MODE_INFO; in atibios_debug_mode()
148 if (regs->e.eax != 0x4f) { in atibios_debug_mode()
149 debug("VESA_GET_MODE_INFO: error %x\n", regs->e.eax); in atibios_debug_mode()
182 regs->e.eax = VESA_SET_MODE; in atibios_set_vesa_mode()
187 if (regs->e.eax != 0x4f) { in atibios_set_vesa_mode()
188 debug("VESA_SET_MODE: error %x\n", regs->e.eax); in atibios_set_vesa_mode()
194 regs->e.eax = VESA_GET_MODE_INFO; in atibios_set_vesa_mode()
199 if (regs->e.eax != 0x4f) { in atibios_set_vesa_mode()
200 debug("VESA_GET_MODE_INFO: error %x\n", regs->e.eax); in atibios_set_vesa_mode()