Searched refs:rtl_eri_set_bits (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 980 rtl_eri_set_bits(tp, 0x1a8, 0xfc000000); in rtl8168g_phy_suspend_quirk() 1354 rtl_eri_set_bits(tp, 0xdc, BIT(0)); in rtl_reset_packet_filter() 2240 rtl_eri_set_bits(tp, 0x1b0, 0x0003); in rtl8168_config_eee_mac() 2789 rtl_eri_set_bits(tp, 0xd4, 0x1f00); in rtl_enable_exit_l1() 2792 rtl_eri_set_bits(tp, 0xd4, 0x0c00); in rtl_enable_exit_l1() 3033 rtl_eri_set_bits(tp, 0x1d0, BIT(1)); in rtl_hw_start_8168e_2() 3035 rtl_eri_set_bits(tp, 0x1b0, BIT(4)); in rtl_hw_start_8168e_2() 3058 rtl_eri_set_bits(tp, 0x1b0, BIT(4)); in rtl_hw_start_8168f() 3059 rtl_eri_set_bits(tp, 0x1d0, BIT(4) | BIT(1)); in rtl_hw_start_8168f() 3336 rtl_eri_set_bits(tp, 0xdc, 0x001c); in rtl_hw_start_8168h_1() [all …]
|