Home
last modified time | relevance | path

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

/external/grub/netboot/
Dns8390.c366 outb(WD_MSR_MENB, eth_asic_base + WD_MSR); in ns8390_transmit()
378 outb(0, eth_asic_base + WD_MSR); in ns8390_transmit()
462 outb(WD_MSR_MENB, eth_asic_base + WD_MSR); in ns8390_poll()
503 outb(0, eth_asic_base + WD_MSR); in ns8390_poll()
581 ((inb(eth_asic_base + WD_MSR) & 0x3F) << 13)); in eth_probe()
591 outb(0x80, eth_asic_base + WD_MSR); /* Reset */ in eth_probe()
598 outb(WD_MSR_MENB, eth_asic_base+WD_MSR); in eth_probe()
607 outb((((unsigned)eth_bmem >> 13) & 0x3F) | 0x40, eth_asic_base+WD_MSR); in eth_probe()
Dns8390.h37 #define WD_MSR 0x00 macro