Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c243 outb(4, eth_nic_base+D8390_P0_RCR); in enable_multicast()
252 outb(4 | 0x08, eth_nic_base+D8390_P0_RCR); in enable_multicast()
276 outb(0x20, eth_nic_base+D8390_P0_RCR); /* monitor mode */ in ns8390_reset()
317 outb(4, eth_nic_base+D8390_P0_RCR); /* allow rx broadcast frames */ in ns8390_reset()
889 outb(D8390_RCR_MON, eth_nic_base + D8390_P0_RCR); in eth_probe()
H A Dns8390.h180 #define D8390_P0_RCR 0x0C macro