Lines Matching refs:e

94 	regs->e.eax = VESA_GET_INFO;  in atibios_debug_mode()
95 regs->e.esi = buffer_seg; in atibios_debug_mode()
96 regs->e.edi = buffer_adr; 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()
131 debug("Current mode %x\n", regs->e.ebx); in atibios_debug_mode()
141 regs->e.eax = VESA_GET_MODE_INFO; in atibios_debug_mode()
142 regs->e.ebx = 0; in atibios_debug_mode()
143 regs->e.ecx = mode; in atibios_debug_mode()
144 regs->e.edx = 0; in atibios_debug_mode()
145 regs->e.esi = buffer_seg; in atibios_debug_mode()
146 regs->e.edi = buffer_adr; 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()
183 regs->e.ebx = vesa_mode; in atibios_set_vesa_mode()
185 regs->e.ebx |= (1 << 14) | (1 << 15); 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()
195 regs->e.ecx = vesa_mode; in atibios_set_vesa_mode()
196 regs->e.esi = buffer_seg; in atibios_set_vesa_mode()
197 regs->e.edi = buffer_adr; 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()