Searched refs:KBD_STATUS_PORT (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | start.S | 318 .equ KBD_STATUS_PORT, 0x064 # 8042 status port define 393 out %al, $KBD_STATUS_PORT # Send command to the 8042 440 in $KBD_STATUS_PORT, %al # Read the 8042 Status Port
|
D | start16.S | 312 .equ KBD_STATUS_PORT, 0x064 # 8042 status port define 387 outb %al, $KBD_STATUS_PORT # Send command to the 8042 433 inb $KBD_STATUS_PORT, %al # Read the 8042 Status Port
|
D | start16.asm | 307 KBD_STATUS_PORT equ 064h ; 8042 status port define 382 out KBD_STATUS_PORT,al ; Send command to the 8042 428 in al,KBD_STATUS_PORT ; Read the 8042 Status Port
|
D | start32.S | 327 .equ KBD_STATUS_PORT, 0x064 # 8042 status port define 402 outb %al, $KBD_STATUS_PORT # Send command to the 8042 448 inb $KBD_STATUS_PORT, %al # Read the 8042 Status Port
|
D | start.asm | 314 KBD_STATUS_PORT equ 064h ; 8042 status port define 389 out KBD_STATUS_PORT,al ; Send command to the 8042 435 in al,KBD_STATUS_PORT ; Read the 8042 Status Port
|
D | start32.asm | 322 KBD_STATUS_PORT equ 064h ; 8042 status port define 397 out KBD_STATUS_PORT,al ; Send command to the 8042 443 in al,KBD_STATUS_PORT ; Read the 8042 Status Port
|
D | st32_64.S | 339 .equ KBD_STATUS_PORT, 0x064 # 8042 status port define 409 outb %al, $KBD_STATUS_PORT # Send command to the 8042 593 inb $KBD_STATUS_PORT, %al # Read the 8042 Status Port
|
D | start64.S | 331 .equ KBD_STATUS_PORT, 0x064 # 8042 status port define 401 outb %al, $KBD_STATUS_PORT # Send command to the 8042 585 inb $KBD_STATUS_PORT, %al # Read the 8042 Status Port
|
D | st16_64.S | 324 .equ KBD_STATUS_PORT, 0x064 # 8042 status port define 394 outb %al, $KBD_STATUS_PORT # Send command to the 8042 578 inb $KBD_STATUS_PORT, %al # Read the 8042 Status Port
|
D | st16_64.asm | 319 KBD_STATUS_PORT equ 064h ; 8042 status port define 389 out KBD_STATUS_PORT,al ; Send command to the 8042 573 in al,KBD_STATUS_PORT ; Read the 8042 Status Port
|
D | st32_64.asm | 335 KBD_STATUS_PORT equ 064h ; 8042 status port define 405 out KBD_STATUS_PORT,al ; Send command to the 8042 589 in al,KBD_STATUS_PORT ; Read the 8042 Status Port
|
D | start64.asm | 326 KBD_STATUS_PORT equ 064h ; 8042 status port define 396 out KBD_STATUS_PORT,al ; Send command to the 8042 580 in al,KBD_STATUS_PORT ; Read the 8042 Status Port
|