Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/xilinx/
Dll_temac_main.c419 .reg = XTE_RXC1_OFFSET,
430 .reg = XTE_RXC1_OFFSET,
436 .reg = XTE_RXC1_OFFSET,
448 .reg = XTE_RXC1_OFFSET,
478 .reg = XTE_RXC1_OFFSET,
523 temac_indirect_out32(lp, XTE_RXC1_OFFSET, XTE_RXC1_RXRST_MASK); in temac_device_reset()
525 while (temac_indirect_in32(lp, XTE_RXC1_OFFSET) & XTE_RXC1_RXRST_MASK) { in temac_device_reset()
547 val = temac_indirect_in32(lp, XTE_RXC1_OFFSET); in temac_device_reset()
548 temac_indirect_out32(lp, XTE_RXC1_OFFSET, val & ~XTE_RXC1_RXEN_MASK); in temac_device_reset()
569 temac_indirect_out32(lp, XTE_RXC1_OFFSET, 0); in temac_device_reset()
Dll_temac.h224 #define XTE_RXC1_OFFSET 0x00000240 /* Rx configuration word 1 */ macro