Searched refs:rtl_eri_set_bits (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 1097 static void rtl_eri_set_bits(struct rtl8169_private *tp, int addr, u32 p) in rtl_eri_set_bits() function 1267 rtl_eri_set_bits(tp, 0xdc, BIT(0)); in rtl_reset_packet_filter() 1390 rtl_eri_set_bits(tp, 0x0dc, MagicPacket_v2); in __rtl8169_set_wol() 2102 rtl_eri_set_bits(tp, 0x1b0, 0x0003); in rtl8168_config_eee_mac() 2296 rtl_eri_set_bits(tp, 0x1a8, 0xfc000000); in rtl_pll_power_up() 2892 rtl_eri_set_bits(tp, 0x0d4, 0x1f00); in rtl_hw_start_8168e_2() 2893 rtl_eri_set_bits(tp, 0x1d0, BIT(1)); in rtl_hw_start_8168e_2() 2895 rtl_eri_set_bits(tp, 0x1b0, BIT(4)); in rtl_hw_start_8168e_2() 2920 rtl_eri_set_bits(tp, 0x1b0, BIT(4)); in rtl_hw_start_8168f() 2921 rtl_eri_set_bits(tp, 0x1d0, BIT(4) | BIT(1)); in rtl_hw_start_8168f() [all …]
|