Searched refs:rtl_eri_clear_bits (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/realtek/ |
| D | r8169_main.c | 1167 static void rtl_eri_clear_bits(struct rtl8169_private *tp, int addr, u32 mask, in rtl_eri_clear_bits() function 1340 rtl_eri_clear_bits(tp, 0xdc, ERIAR_MASK_0001, BIT(0)); in rtl_reset_packet_filter() 1480 rtl_eri_clear_bits(tp, 0x0dc, ERIAR_MASK_0100, in __rtl8169_set_wol() 3965 rtl_eri_clear_bits(tp, 0x1a8, ERIAR_MASK_1111, 0xfc000000); in rtl_pll_power_down() 4739 rtl_eri_clear_bits(tp, 0x1b0, ERIAR_MASK_0011, BIT(12)); in rtl_hw_start_8168g() 4986 rtl_eri_clear_bits(tp, 0x1b0, ERIAR_MASK_0011, BIT(12)); in rtl_hw_start_8168h_1()
|