Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c419 outb(WD_MSR_MENB, eth_asic_base + WD_MSR); in ns8390_transmit()
431 outb(0, eth_asic_base + WD_MSR); in ns8390_transmit()
523 outb(WD_MSR_MENB, eth_asic_base + WD_MSR); in ns8390_poll()
566 outb(0, eth_asic_base + WD_MSR); in ns8390_poll()
673 ((inb(eth_asic_base + WD_MSR) & 0x3F) << 13)); in eth_probe()
684 outb(0x80, eth_asic_base + WD_MSR); /* Reset */ in eth_probe()
694 outb(0, eth_asic_base+WD_MSR); in eth_probe()
697 outb(WD_MSR_MENB, eth_asic_base+WD_MSR); in eth_probe()
708 outb(((unsigned)(eth_bmem >> 13) & 0x3F) | 0x40, eth_asic_base+WD_MSR); in eth_probe()
H A Dns8390.h37 #define WD_MSR 0x00 macro