Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/realtek/
Dr8169_main.c3194 int rg_saw_cnt; in rtl_hw_start_8168h_1() local
3227 rg_saw_cnt = phy_read_paged(tp->phydev, 0x0c42, 0x13) & 0x3fff; in rtl_hw_start_8168h_1()
3228 if (rg_saw_cnt > 0) { in rtl_hw_start_8168h_1()
3231 sw_cnt_1ms_ini = 16000000/rg_saw_cnt; in rtl_hw_start_8168h_1()
3346 int rg_saw_cnt; in rtl_hw_start_8117() local
3381 rg_saw_cnt = phy_read_paged(tp->phydev, 0x0c42, 0x13) & 0x3fff; in rtl_hw_start_8117()
3382 if (rg_saw_cnt > 0) { in rtl_hw_start_8117()
3385 sw_cnt_1ms_ini = (16000000 / rg_saw_cnt) & 0x0fff; in rtl_hw_start_8117()