Home
last modified time | relevance | path

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); in pcnet32_dwio_read_csr()
355 outl(index, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_write_csr()
361 outl(index, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_read_bcr()
367 outl(index, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_write_bcr()
373 return (inl(addr + PCNET32_DWIO_RAP) & 0xffff); in pcnet32_dwio_read_rap()
378 outl(val, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_write_rap()
388 outl(88, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_check()
389 return ((inl(addr + PCNET32_DWIO_RAP) & 0xffff) == 88); in pcnet32_dwio_check()