Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c3358 int rg_saw_cnt; in rtl_hw_start_8168h_1() local
3387 rg_saw_cnt = phy_read_paged(tp->phydev, 0x0c42, 0x13) & 0x3fff; in rtl_hw_start_8168h_1()
3388 if (rg_saw_cnt > 0) { in rtl_hw_start_8168h_1()
3391 sw_cnt_1ms_ini = 16000000/rg_saw_cnt; in rtl_hw_start_8168h_1()
3459 int rg_saw_cnt; in rtl_hw_start_8117() local
3489 rg_saw_cnt = phy_read_paged(tp->phydev, 0x0c42, 0x13) & 0x3fff; in rtl_hw_start_8117()
3490 if (rg_saw_cnt > 0) { in rtl_hw_start_8117()
3493 sw_cnt_1ms_ini = (16000000 / rg_saw_cnt) & 0x0fff; in rtl_hw_start_8117()