Home
last modified time | relevance | path

Searched refs:ERIAR_MASK_0001 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/realtek/
Dr8169_main.c367 #define ERIAR_MASK_0001 (0x1 << ERIAR_MASK_SHIFT) macro
1202 rtl_eri_write(tp, 0xe8, ERIAR_MASK_0001, cmd); in r8168dp_oob_notify()
1340 rtl_eri_clear_bits(tp, 0xdc, ERIAR_MASK_0001, BIT(0)); in rtl_reset_packet_filter()
1341 rtl_eri_set_bits(tp, 0xdc, ERIAR_MASK_0001, BIT(0)); in rtl_reset_packet_filter()
4453 rtl_eri_write(tp, 0xcc, ERIAR_MASK_0001, low); in rtl8168g_set_pause_thresholds()
4454 rtl_eri_write(tp, 0xd0, ERIAR_MASK_0001, high); in rtl8168g_set_pause_thresholds()
4642 rtl_eri_set_bits(tp, 0x1b0, ERIAR_MASK_0001, BIT(4)); in rtl_hw_start_8168e_2()
4668 rtl_eri_set_bits(tp, 0x1b0, ERIAR_MASK_0001, BIT(4)); in rtl_hw_start_8168f()
4669 rtl_eri_set_bits(tp, 0x1d0, ERIAR_MASK_0001, BIT(4)); in rtl_hw_start_8168f()
4738 rtl_w0w1_eri(tp, 0x2fc, ERIAR_MASK_0001, 0x01, 0x06); in rtl_hw_start_8168g()
[all …]