Searched refs:PCNET32_DWIO_RAP (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c177 #define PCNET32_DWIO_RAP 0x14 macro
349 outl(index, addr + PCNET32_DWIO_RAP);
355 outl(index, addr + PCNET32_DWIO_RAP);
361 outl(index, addr + PCNET32_DWIO_RAP);
367 outl(index, addr + PCNET32_DWIO_RAP);
373 return (inl(addr + PCNET32_DWIO_RAP) & 0xffff);
378 outl(val, addr + PCNET32_DWIO_RAP);
388 outl(88, addr + PCNET32_DWIO_RAP);
389 return ((inl(addr + PCNET32_DWIO_RAP) & 0xffff) == 88);

Completed in 58 milliseconds