Searched refs:ERIAR_MASK_1111 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | r8169.c | 378 #define ERIAR_MASK_1111 (0xf << ERIAR_MASK_SHIFT) macro 1081 RTL_W32(tp, ERIAR, ERIAR_READ_CMD | type | ERIAR_MASK_1111 | addr); in rtl_eri_read() 1372 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x00000011, in rtl_link_chg_patch() 1374 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005, in rtl_link_chg_patch() 1377 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f, in rtl_link_chg_patch() 1379 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005, in rtl_link_chg_patch() 1382 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f, in rtl_link_chg_patch() 1384 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x0000003f, in rtl_link_chg_patch() 1395 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x00000011, in rtl_link_chg_patch() 1397 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005, in rtl_link_chg_patch() [all …]
|