Home
last modified time | relevance | path

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

/external/grub/netboot/
Ddepca.c239 #define DEPCA_NICSR ioaddr+0x00 /* Network interface CSR */ macro
542 nicsr = inb(DEPCA_NICSR); in depca_reset()
544 outb(nicsr, DEPCA_NICSR); in depca_reset()
676 nicsr = inb(DEPCA_NICSR); in depca_probe1()
678 outb(nicsr, DEPCA_NICSR); in depca_probe1()
691 nicsr = ((inb(DEPCA_NICSR) & ~SHE & ~RBE & ~IEN) | IM); in depca_probe1()
692 outb(nicsr, DEPCA_NICSR); in depca_probe1()
719 outb(nicsr |= SHE, DEPCA_NICSR); in depca_probe1()