Searched refs:rtase_r8 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 120 static u8 rtase_r8(const struct rtase_private *tp, u16 reg) in rtase_r8() function 834 err = read_poll_timeout(rtase_r8, val, val & cond, sleep_us, in rtase_poll_timeout() 850 val = rtase_r8(tp, RTASE_MISC); in rtase_nic_reset() 853 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_reset() 866 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_reset() 868 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_reset() 1003 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_enable() 1006 val = rtase_r8(tp, RTASE_MISC); in rtase_nic_enable() 1645 val = rtase_r8(tp, RTASE_EEM); in rtase_enable_eem_write() 1653 val = rtase_r8(tp, RTASE_EEM); in rtase_disable_eem_write() [all …]
|