Searched refs:ERIAR_MASK_1111 (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/realtek/ |
| D | r8169.c | 492 #define ERIAR_MASK_1111 (0xf << ERIAR_MASK_SHIFT) macro 1273 RTL_W32(ERIAR, ERIAR_READ_CMD | type | ERIAR_MASK_1111 | addr); in rtl_eri_read() 1623 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x00000011, in rtl_link_chg_patch() 1625 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005, in rtl_link_chg_patch() 1628 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f, in rtl_link_chg_patch() 1630 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005, in rtl_link_chg_patch() 1633 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f, in rtl_link_chg_patch() 1635 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x0000003f, in rtl_link_chg_patch() 1646 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x00000011, in rtl_link_chg_patch() 1648 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005, in rtl_link_chg_patch() [all …]
|