Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart.S319 .equ WRITE_DATA_PORT_CMD, 0x0d1 # 8042 command to write the data port define
392 mov $WRITE_DATA_PORT_CMD, %al # 8042 cmd to write output port
Dstart16.S313 .equ WRITE_DATA_PORT_CMD, 0x0d1 # 8042 command to write the data port define
386 movb $WRITE_DATA_PORT_CMD, %al # 8042 cmd to write output port
Dstart16.asm308 WRITE_DATA_PORT_CMD equ 0d1h ; 8042 command to write the data port define
381 mov al,WRITE_DATA_PORT_CMD ; 8042 cmd to write output port
Dstart32.S328 .equ WRITE_DATA_PORT_CMD, 0x0d1 # 8042 command to write the data port define
401 movb $WRITE_DATA_PORT_CMD, %al # 8042 cmd to write output port
Dstart.asm315 WRITE_DATA_PORT_CMD equ 0d1h ; 8042 command to write the data port define
388 mov al,WRITE_DATA_PORT_CMD ; 8042 cmd to write output port
Dstart32.asm323 WRITE_DATA_PORT_CMD equ 0d1h ; 8042 command to write the data port define
396 mov al,WRITE_DATA_PORT_CMD ; 8042 cmd to write output port
Dst32_64.S340 .equ WRITE_DATA_PORT_CMD, 0x0d1 # 8042 command to write the data port define
408 movb $WRITE_DATA_PORT_CMD, %al # 8042 cmd to write output port
Dstart64.S332 .equ WRITE_DATA_PORT_CMD, 0x0d1 # 8042 command to write the data port define
400 movb $WRITE_DATA_PORT_CMD, %al # 8042 cmd to write output port
Dst16_64.S325 .equ WRITE_DATA_PORT_CMD, 0x0d1 # 8042 command to write the data port define
393 movb $WRITE_DATA_PORT_CMD, %al # 8042 cmd to write output port
Dst16_64.asm320 WRITE_DATA_PORT_CMD equ 0d1h ; 8042 command to write the data port define
388 mov al,WRITE_DATA_PORT_CMD ; 8042 cmd to write output port
Dst32_64.asm336 WRITE_DATA_PORT_CMD equ 0d1h ; 8042 command to write the data port define
404 mov al,WRITE_DATA_PORT_CMD ; 8042 cmd to write output port
Dstart64.asm327 WRITE_DATA_PORT_CMD equ 0d1h ; 8042 command to write the data port define
395 mov al,WRITE_DATA_PORT_CMD ; 8042 cmd to write output port