Searched refs:IOPD (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | smc-ultra.c | 121 #define IOPD 0x02 /* I/O Pipe Data (16 bits), PIO operation. */ macro 499 data is read or written to the IOPD data port. 510 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ultra_pio_get_hdr() 523 insw(ioaddr + IOPD, buf, (count+1)>>1); in ultra_pio_input() 533 outsw(ioaddr + IOPD, buf, (count+1)>>1); in ultra_pio_output()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | smc-ultra.c | 120 #define IOPD 0x02 /* I/O Pipe Data (16 bits), PIO operation. */ macro 500 data is read or written to the IOPD data port. 511 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ultra_pio_get_hdr() 524 insw(ioaddr + IOPD, buf, (count+1)>>1); in ultra_pio_input() 533 outsw(ioaddr + IOPD, buf, (count+1)>>1); in ultra_pio_output()
|
Completed in 2 milliseconds