Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/realtek/
Dr8169_main.c3254 int rg_saw_cnt; in rtl_hw_start_8168h_1() local
3285 rg_saw_cnt = phy_read_paged(tp->phydev, 0x0c42, 0x13) & 0x3fff; in rtl_hw_start_8168h_1()
3286 if (rg_saw_cnt > 0) { in rtl_hw_start_8168h_1()
3289 sw_cnt_1ms_ini = 16000000/rg_saw_cnt; in rtl_hw_start_8168h_1()
3359 int rg_saw_cnt; in rtl_hw_start_8117() local
3391 rg_saw_cnt = phy_read_paged(tp->phydev, 0x0c42, 0x13) & 0x3fff; in rtl_hw_start_8117()
3392 if (rg_saw_cnt > 0) { in rtl_hw_start_8117()
3395 sw_cnt_1ms_ini = (16000000 / rg_saw_cnt) & 0x0fff; in rtl_hw_start_8117()