Searched refs:NE_EN0_RSARHI (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/8390/ |
H A D | zorro8390.c | 57 #define NE_EN0_RSARHI (0x09 * 2) macro 129 z_writeb(ring_page, nic_base + NE_EN0_RSARHI); in zorro8390_get_8390_hdr() 171 z_writeb(ring_offset >> 8, nic_base + NE_EN0_RSARHI); in zorro8390_block_input() 217 z_writeb(start_page, nic_base + NE_EN0_RSARHI); in zorro8390_block_output() 336 {0x00, NE_EN0_RSARHI}, in zorro8390_init()
|
H A D | apne.c | 60 #define NE_EN0_RSARHI 0x09 macro 244 {0x00, NE_EN0_RSARHI}, in apne_probe1() 399 outb(ring_page, nic_base + NE_EN0_RSARHI); in apne_get_8390_hdr() 445 outb(ring_offset >> 8, nic_base + NE_EN0_RSARHI); in apne_block_input() 497 outb(start_page, nic_base + NE_EN0_RSARHI); in apne_block_output()
|