Searched refs:rtl_eri_clear_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 826 static void rtl_eri_clear_bits(struct rtl8169_private *tp, int addr, u32 m) in rtl_eri_clear_bits() function 900 rtl_eri_clear_bits(tp, 0x1a8, 0xfc000000); in rtl8168g_phy_suspend_quirk() 1269 rtl_eri_clear_bits(tp, 0xdc, BIT(0)); in rtl_reset_packet_filter() 1395 rtl_eri_clear_bits(tp, 0x0dc, MagicPacket_v2); in __rtl8169_set_wol() 2981 rtl_eri_clear_bits(tp, 0x1b0, BIT(12)); in rtl_hw_start_8168g() 3223 rtl_eri_clear_bits(tp, 0x1b0, BIT(12)); in rtl_hw_start_8168h_1() 3377 rtl_eri_clear_bits(tp, 0x1b0, BIT(12)); in rtl_hw_start_8117()
|