Searched refs:DELAY_PORT (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | start16.S | 310 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay define 385 outw %ax, $DELAY_PORT # Delay 1 uS 395 outw %ax, $DELAY_PORT # Delay 1 uS 432 outw %ax, $DELAY_PORT # Delay 1us
|
D | start.S | 316 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay define 391 outw %ax, $DELAY_PORT # Delay 1 uS 401 outw %ax, $DELAY_PORT # Delay 1 uS 439 outw %ax, $DELAY_PORT # Delay 1us
|
D | start16.asm | 305 DELAY_PORT equ 0edh ; Port to use for 1uS delay define 380 out DELAY_PORT,ax ; Delay 1 uS 390 out DELAY_PORT,ax ; Delay 1 uS 427 out DELAY_PORT,ax ; Delay 1us
|
D | start32.S | 325 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay define 400 outw %ax, $DELAY_PORT # Delay 1 uS 410 outw %ax, $DELAY_PORT # Delay 1 uS 447 outw %ax, $DELAY_PORT # Delay 1us
|
D | start.asm | 312 DELAY_PORT equ 0edh ; Port to use for 1uS delay define 387 out DELAY_PORT,ax ; Delay 1 uS 397 out DELAY_PORT,ax ; Delay 1 uS 434 out DELAY_PORT,ax ; Delay 1us
|
D | start32.asm | 320 DELAY_PORT equ 0edh ; Port to use for 1uS delay define 395 out DELAY_PORT,ax ; Delay 1 uS 405 out DELAY_PORT,ax ; Delay 1 uS 442 out DELAY_PORT,ax ; Delay 1us
|
D | st16_64.S | 322 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay define 392 outw %ax, $DELAY_PORT # Delay 1 uS 402 outw %ax, $DELAY_PORT # Delay 1 uS 577 outw %ax, $DELAY_PORT # Delay 1us
|
D | start64.S | 329 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay define 399 outw %ax, $DELAY_PORT # Delay 1 uS 409 outw %ax, $DELAY_PORT # Delay 1 uS 584 outw %ax, $DELAY_PORT # Delay 1us
|
D | st32_64.S | 337 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay define 407 outw %ax, $DELAY_PORT # Delay 1 uS 417 outw %ax, $DELAY_PORT # Delay 1 uS 592 outw %ax, $DELAY_PORT # Delay 1us
|
D | st16_64.asm | 317 DELAY_PORT equ 0edh ; Port to use for 1uS delay define 387 out DELAY_PORT,ax ; Delay 1 uS 397 out DELAY_PORT,ax ; Delay 1 uS 572 out DELAY_PORT,ax ; Delay 1us
|
D | st32_64.asm | 333 DELAY_PORT equ 0edh ; Port to use for 1uS delay define 403 out DELAY_PORT,ax ; Delay 1 uS 413 out DELAY_PORT,ax ; Delay 1 uS 588 out DELAY_PORT,ax ; Delay 1us
|
D | start64.asm | 324 DELAY_PORT equ 0edh ; Port to use for 1uS delay define 394 out DELAY_PORT,ax ; Delay 1 uS 404 out DELAY_PORT,ax ; Delay 1 uS 579 out DELAY_PORT,ax ; Delay 1us
|