Searched refs:rtl_eri_clear_bits (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 1102 static void rtl_eri_clear_bits(struct rtl8169_private *tp, int addr, u32 m) in rtl_eri_clear_bits() function 1266 rtl_eri_clear_bits(tp, 0xdc, BIT(0)); in rtl_reset_packet_filter() 1392 rtl_eri_clear_bits(tp, 0x0dc, MagicPacket_v2); in __rtl8169_set_wol() 2265 rtl_eri_clear_bits(tp, 0x1a8, 0xfc000000); in rtl_pll_power_down() 2990 rtl_eri_clear_bits(tp, 0x1b0, BIT(12)); in rtl_hw_start_8168g() 3233 rtl_eri_clear_bits(tp, 0x1b0, BIT(12)); in rtl_hw_start_8168h_1() 3389 rtl_eri_clear_bits(tp, 0x1b0, BIT(12)); in rtl_hw_start_8117()
|