Searched refs:ERIAR (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 301 ERIAR = 0x74, enumerator 1052 return RTL_R32(tp, ERIAR) & ERIAR_FLAG; in DECLARE_RTL_COND() 1063 RTL_W32(tp, ERIAR, cmd); in _rtl_eri_write() 1079 RTL_W32(tp, ERIAR, cmd); in _rtl_eri_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168.h | 1082 ERIAR = 0x74, enumerator
|
| H A D | r8168_n.c | 3007 RTL_W32(tp, ERIAR, eri_cmd); in rtl8168_eri_read_with_oob_base_address() 3013 if (RTL_R32(tp, ERIAR) & ERIAR_Flag) in rtl8168_eri_read_with_oob_base_address() 3081 RTL_W32(tp, ERIAR, eri_cmd); in rtl8168_eri_write_with_oob_base_address() 3087 if (!(RTL_R32(tp, ERIAR) & ERIAR_Flag)) in rtl8168_eri_write_with_oob_base_address()
|