Home
last modified time | relevance | path

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

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