Searched refs:XTE_RXC1_OFFSET (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 529 .reg = XTE_RXC1_OFFSET, 540 .reg = XTE_RXC1_OFFSET, 546 .reg = XTE_RXC1_OFFSET, 558 .reg = XTE_RXC1_OFFSET, 588 .reg = XTE_RXC1_OFFSET, 635 temac_indirect_out32(lp, XTE_RXC1_OFFSET, XTE_RXC1_RXRST_MASK); in temac_device_reset() 637 while (temac_indirect_in32(lp, XTE_RXC1_OFFSET) & XTE_RXC1_RXRST_MASK) { in temac_device_reset() 660 val = temac_indirect_in32_locked(lp, XTE_RXC1_OFFSET); in temac_device_reset() 661 temac_indirect_out32_locked(lp, XTE_RXC1_OFFSET, in temac_device_reset() 685 temac_indirect_out32_locked(lp, XTE_RXC1_OFFSET, 0); in temac_device_reset()
|
D | ll_temac.h | 234 #define XTE_RXC1_OFFSET 0x00000240 /* Rx configuration word 1 */ macro
|