Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dpcnet32.c186 #define PCNET32_DWIO_RAP 0x14 macro
393 outl(index, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_read_csr()
399 outl(index, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_write_csr()
405 outl(index, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_read_bcr()
411 outl(index, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_write_bcr()
417 return inl(addr + PCNET32_DWIO_RAP) & 0xffff; in pcnet32_dwio_read_rap()
422 outl(val, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_write_rap()
432 outl(88, addr + PCNET32_DWIO_RAP); in pcnet32_dwio_check()
433 return (inl(addr + PCNET32_DWIO_RAP) & 0xffff) == 88; in pcnet32_dwio_check()