Searched refs:ERIAR_MASK_1111 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 315 #define ERIAR_MASK_1111 (0xf << ERIAR_MASK_SHIFT) macro 976 u32 cmd = ERIAR_READ_CMD | type | ERIAR_MASK_1111 | addr; in _rtl_eri_read() 994 rtl_eri_write(tp, addr, ERIAR_MASK_1111, (val & ~m) | p); in rtl_w0w1_eri() 1506 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x00000011); in rtl_link_chg_patch() 1507 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005); in rtl_link_chg_patch() 1509 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f); in rtl_link_chg_patch() 1510 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x00000005); in rtl_link_chg_patch() 1512 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x0000001f); in rtl_link_chg_patch() 1513 rtl_eri_write(tp, 0x1dc, ERIAR_MASK_1111, 0x0000003f); in rtl_link_chg_patch() 1519 rtl_eri_write(tp, 0x1bc, ERIAR_MASK_1111, 0x00000011); in rtl_link_chg_patch() [all …]
|