Searched refs:IOPA (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | smc-ultra.c | 122 #define IOPA 0x07 /* I/O Pipe Address for PIO operation. */ macro 498 byte-sequentially to IOPA, with no intervening I/O operations, and the 508 outb(0x00, ioaddr + IOPA); /* Set the address, LSB first. */ in ultra_pio_get_hdr() 509 outb(ring_page, ioaddr + IOPA); in ultra_pio_get_hdr() 520 outb(ring_offset, ioaddr + IOPA); /* Set the address, LSB first. */ in ultra_pio_input() 521 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | smc-ultra.c | 121 #define IOPA 0x07 /* I/O Pipe Address for PIO operation. */ macro 499 byte-sequentially to IOPA, with no intervening I/O operations, and the 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()
|
Completed in 3 milliseconds