Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/8390/
Dsmc-ultra.c122 #define IOPA 0x07 /* I/O Pipe Address for PIO operation. */ macro
510 outb(0x00, ioaddr + IOPA); /* Set the address, LSB first. */ in ultra_pio_get_hdr()
511 outb(ring_page, ioaddr + IOPA); in ultra_pio_get_hdr()
522 outb(ring_offset, ioaddr + IOPA); /* Set the address, LSB first. */ in ultra_pio_input()
523 outb(ring_offset >> 8, ioaddr + IOPA); in ultra_pio_input()
531 outb(0x00, ioaddr + IOPA); /* Set the address, LSB first. */ in ultra_pio_output()
532 outb(start_page, ioaddr + IOPA); in ultra_pio_output()