Searched refs:ERIAR_MASK_1111 (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 319 #define ERIAR_MASK_1111 (0xf << ERIAR_MASK_SHIFT) macro 803 u32 cmd = ERIAR_READ_CMD | type | ERIAR_MASK_1111 | addr; in _rtl_eri_read() 821 rtl_eri_write(tp, addr, ERIAR_MASK_1111, (val & ~m) | p); in rtl_w0w1_eri() 1335 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x00000011); in rtl_link_chg_patch() 1336 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005); in rtl_link_chg_patch() 1338 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f); in rtl_link_chg_patch() 1339 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005); in rtl_link_chg_patch() 1341 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f); in rtl_link_chg_patch() 1342 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x0000003f); in rtl_link_chg_patch() 1348 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x00000011); in rtl_link_chg_patch() [all …]
|