Searched refs:KBD_CONTROL_PORT (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | start.S | 317 .equ KBD_CONTROL_PORT, 0x060 # 8042 control port define 397 out %al, $KBD_CONTROL_PORT # Send command to thre 8042
|
D | start16.S | 311 .equ KBD_CONTROL_PORT, 0x060 # 8042 control port define 391 outb %al, $KBD_CONTROL_PORT # Send command to thre 8042
|
D | start32.S | 326 .equ KBD_CONTROL_PORT, 0x060 # 8042 control port define 406 outb %al, $KBD_CONTROL_PORT # Send command to thre 8042
|
D | start16.asm | 306 KBD_CONTROL_PORT equ 060h ; 8042 control port define 386 out KBD_CONTROL_PORT,al ; Send command to thre 8042
|
D | start32.asm | 321 KBD_CONTROL_PORT equ 060h ; 8042 control port define 401 out KBD_CONTROL_PORT,al ; Send command to thre 8042
|
D | start.asm | 313 KBD_CONTROL_PORT equ 060h ; 8042 control port define 393 out KBD_CONTROL_PORT,al ; Send command to thre 8042
|
D | st32_64.S | 338 .equ KBD_CONTROL_PORT, 0x060 # 8042 control port define 413 outb %al, $KBD_CONTROL_PORT # Send command to thre 8042
|
D | start64.S | 330 .equ KBD_CONTROL_PORT, 0x060 # 8042 control port define 405 outb %al, $KBD_CONTROL_PORT # Send command to thre 8042
|
D | st16_64.S | 323 .equ KBD_CONTROL_PORT, 0x060 # 8042 control port define 398 outb %al, $KBD_CONTROL_PORT # Send command to thre 8042
|
D | st16_64.asm | 318 KBD_CONTROL_PORT equ 060h ; 8042 control port define 393 out KBD_CONTROL_PORT,al ; Send command to thre 8042
|
D | st32_64.asm | 334 KBD_CONTROL_PORT equ 060h ; 8042 control port define 409 out KBD_CONTROL_PORT,al ; Send command to thre 8042
|
D | start64.asm | 325 KBD_CONTROL_PORT equ 060h ; 8042 control port define 400 out KBD_CONTROL_PORT,al ; Send command to thre 8042
|