Searched refs:ERIAR_OOB (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 310 #define ERIAR_OOB (0x02 << ERIAR_TYPE_SHIFT) macro 1046 if (tp->mac_version == RTL_GIGA_MAC_VER_52 && type == ERIAR_OOB) in r8168fp_adjust_ocp_cmd() 1116 return _rtl_eri_read(tp, reg, ERIAR_OOB); in r8168ep_ocp_read() 1131 data, ERIAR_OOB); in r8168ep_ocp_write()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168.h | 1281 ERIAR_OOB = 2, enumerator
|
| H A D | r8168_n.c | 2330 return rtl8168_eri_read_with_oob_base_address(tp, addr, len, ERIAR_OOB, base_address); in rtl8168_ocp_read_with_oob_base_address() 2394 … return rtl8168_eri_write_with_oob_base_address(tp, addr, len, value, ERIAR_OOB, base_address); in rtl8168_ocp_write_with_oob_base_address()
|