Searched defs:ASICCtrl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsundance.c149 ASICCtrl = 0x30, enumerator in enum:alta_offsets
412 outl(inl(BASE + ASICCtrl) | 0x0c, BASE + ASICCtrl); local
461 outw(0x0200, BASE + ASICCtrl);
680 if (inl(BASE + ASICCtrl) & 0x80) {
705 dprintf(("ASIC Control is %x.\n", inl(BASE + ASICCtrl)));
706 outw(0x007f, BASE + ASICCtrl + 2);
707 dprintf(("ASIC Control is now %x.\n", inl(BASE + ASICCtrl)));

Completed in 61 milliseconds