Searched refs:rtl_eri_set_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 1095 static void rtl_eri_set_bits(struct rtl8169_private *tp, int addr, u32 p) in rtl_eri_set_bits() function 1265 rtl_eri_set_bits(tp, 0xdc, BIT(0)); in rtl_reset_packet_filter() 1388 rtl_eri_set_bits(tp, 0x0dc, MagicPacket_v2); in __rtl8169_set_wol() 2100 rtl_eri_set_bits(tp, 0x1b0, 0x0003); in rtl8168_config_eee_mac() 2290 rtl_eri_set_bits(tp, 0x1a8, 0xfc000000); in rtl_pll_power_up() 2878 rtl_eri_set_bits(tp, 0x0d4, 0x1f00); in rtl_hw_start_8168e_2() 2879 rtl_eri_set_bits(tp, 0x1d0, BIT(1)); in rtl_hw_start_8168e_2() 2881 rtl_eri_set_bits(tp, 0x1b0, BIT(4)); in rtl_hw_start_8168e_2() 2906 rtl_eri_set_bits(tp, 0x1b0, BIT(4)); in rtl_hw_start_8168f() 2907 rtl_eri_set_bits(tp, 0x1d0, BIT(4) | BIT(1)); in rtl_hw_start_8168f() [all …]
|