Home
last modified time | relevance | path

Searched refs:KBD_STATUS_PORT (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart16.S312 .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
Dstart.S318 .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
Dstart16.asm307 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
Dstart32.S327 .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
Dstart.asm314 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
Dstart32.asm322 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
Dst16_64.S324 .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
Dstart64.S331 .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
Dst32_64.S339 .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
Dstart64.asm326 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
Dst16_64.asm319 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
Dst32_64.asm335 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