Searched refs:rtl_eri_set_bits (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 1103 rtl_eri_set_bits(tp, 0x1a8, 0xfc000000); in rtl8168g_phy_suspend_quirk() 1471 rtl_eri_set_bits(tp, 0xdc, BIT(0)); in rtl_reset_packet_filter() 2447 rtl_eri_set_bits(tp, 0x1b0, 0x0003); in rtl8168_config_eee_mac() 2958 rtl_eri_set_bits(tp, 0xd4, 0x1f00); in rtl_enable_exit_l1() 2961 rtl_eri_set_bits(tp, 0xd4, 0x0c00); in rtl_enable_exit_l1() 3222 rtl_eri_set_bits(tp, 0x1d0, BIT(1)); in rtl_hw_start_8168e_2() 3224 rtl_eri_set_bits(tp, 0x1b0, BIT(4)); in rtl_hw_start_8168e_2() 3247 rtl_eri_set_bits(tp, 0x1b0, BIT(4)); in rtl_hw_start_8168f() 3248 rtl_eri_set_bits(tp, 0x1d0, BIT(4) | BIT(1)); in rtl_hw_start_8168f() 3442 rtl_eri_set_bits(tp, 0xdc, 0x001c); in rtl_hw_start_8168h_1() [all …]
|