Searched refs:PCNET32_WIO_RAP (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/arch/ppc/boot/simple/ |
D | misc-spruce.c | 134 #define PCNET32_WIO_RAP 0x12 macro 287 outw(0, bar0 + PCNET32_WIO_RAP); in load_kernel() 292 outw(88, bar0 + PCNET32_WIO_RAP); in load_kernel() 297 outw(0, bar0 + PCNET32_WIO_RAP); in load_kernel() 305 outl(88, bar0 + PCNET32_WIO_RAP); in load_kernel() 310 outl(0, bar0 + PCNET32_WIO_RAP); in load_kernel()
|
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5477/ |
D | pci.c | 210 #define PCNET32_WIO_RAP 0x12 macro 223 outw (18, ioaddr + PCNET32_WIO_RAP); in fix_amd_lance() 226 outw (18, ioaddr + PCNET32_WIO_RAP); in fix_amd_lance()
|
/linux-2.4.37.9/drivers/net/ |
D | pcnet32.c | 282 #define PCNET32_WIO_RAP 0x12 macro 405 outw (index, addr+PCNET32_WIO_RAP); in pcnet32_wio_read_csr() 411 outw (index, addr+PCNET32_WIO_RAP); in pcnet32_wio_write_csr() 417 outw (index, addr+PCNET32_WIO_RAP); in pcnet32_wio_read_bcr() 423 outw (index, addr+PCNET32_WIO_RAP); in pcnet32_wio_write_bcr() 429 return inw (addr+PCNET32_WIO_RAP); in pcnet32_wio_read_rap() 434 outw (val, addr+PCNET32_WIO_RAP); in pcnet32_wio_write_rap() 444 outw (88, addr+PCNET32_WIO_RAP); in pcnet32_wio_check() 445 return (inw (addr+PCNET32_WIO_RAP) == 88); in pcnet32_wio_check()
|