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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/simple/
H A Dmisc-spruce.c150 #define PCNET32_DWIO_RAP 0x14 macro
313 outl(0, bar0 + PCNET32_DWIO_RAP);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpcnet32.c168 #define PCNET32_DWIO_RAP 0x14 macro
328 outl (index, addr+PCNET32_DWIO_RAP);
334 outl (index, addr+PCNET32_DWIO_RAP);
340 outl (index, addr+PCNET32_DWIO_RAP);
346 outl (index, addr+PCNET32_DWIO_RAP);
352 return (inl (addr+PCNET32_DWIO_RAP) & 0xffff);
357 outl (val, addr+PCNET32_DWIO_RAP);
367 outl (88, addr+PCNET32_DWIO_RAP);
368 return ((inl (addr+PCNET32_DWIO_RAP) & 0xffff) == 88);

Completed in 59 milliseconds