Searched refs:EFUSEAR (Results 1 – 2 of 2) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
D | r8168.h | 1096 EFUSEAR = 0xDC, enumerator
|
D | r8168_n.c | 7037 RTL_W32(tp, EFUSEAR, temp); in rtl8168_efuse_read() 7042 temp = RTL_R32(tp, EFUSEAR); in rtl8168_efuse_read() 7049 efuse_data = (u8)(RTL_R32(tp, EFUSEAR) & EFUSE_Data_Mask); in rtl8168_efuse_read() 7054 RTL_W32(tp, EFUSEAR, temp); in rtl8168_efuse_read() 7059 temp = RTL_R32(tp, EFUSEAR); in rtl8168_efuse_read() 7066 temp = RTL_R32(tp, EFUSEAR); in rtl8168_efuse_read() 7080 RTL_W32(tp, EFUSEAR, temp); in rtl8168_efuse_read() 7085 temp = RTL_R32(tp, EFUSEAR); in rtl8168_efuse_read() 7092 temp = RTL_R32(tp, EFUSEAR); in rtl8168_efuse_read()
|