Searched refs:rtl_eri_clear_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 1100 static void rtl_eri_clear_bits(struct rtl8169_private *tp, int addr, u32 m) in rtl_eri_clear_bits() function 1264 rtl_eri_clear_bits(tp, 0xdc, BIT(0)); in rtl_reset_packet_filter() 1390 rtl_eri_clear_bits(tp, 0x0dc, MagicPacket_v2); in __rtl8169_set_wol() 2261 rtl_eri_clear_bits(tp, 0x1a8, 0xfc000000); in rtl_pll_power_down() 2976 rtl_eri_clear_bits(tp, 0x1b0, BIT(12)); in rtl_hw_start_8168g() 3219 rtl_eri_clear_bits(tp, 0x1b0, BIT(12)); in rtl_hw_start_8168h_1() 3375 rtl_eri_clear_bits(tp, 0x1b0, BIT(12)); in rtl_hw_start_8117()
|