Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/xilinx/
Dll_temac_main.c523 .reg = XTE_RXC1_OFFSET,
534 .reg = XTE_RXC1_OFFSET,
540 .reg = XTE_RXC1_OFFSET,
552 .reg = XTE_RXC1_OFFSET,
582 .reg = XTE_RXC1_OFFSET,
629 temac_indirect_out32(lp, XTE_RXC1_OFFSET, XTE_RXC1_RXRST_MASK); in temac_device_reset()
631 while (temac_indirect_in32(lp, XTE_RXC1_OFFSET) & XTE_RXC1_RXRST_MASK) { in temac_device_reset()
654 val = temac_indirect_in32_locked(lp, XTE_RXC1_OFFSET); in temac_device_reset()
655 temac_indirect_out32_locked(lp, XTE_RXC1_OFFSET, in temac_device_reset()
679 temac_indirect_out32_locked(lp, XTE_RXC1_OFFSET, 0); in temac_device_reset()
Dll_temac.h224 #define XTE_RXC1_OFFSET 0x00000240 /* Rx configuration word 1 */ macro