Searched refs:XTE_RXC1_OFFSET (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 418 .reg = XTE_RXC1_OFFSET, 429 .reg = XTE_RXC1_OFFSET, 435 .reg = XTE_RXC1_OFFSET, 447 .reg = XTE_RXC1_OFFSET, 477 .reg = XTE_RXC1_OFFSET, 522 temac_indirect_out32(lp, XTE_RXC1_OFFSET, XTE_RXC1_RXRST_MASK); in temac_device_reset() 524 while (temac_indirect_in32(lp, XTE_RXC1_OFFSET) & XTE_RXC1_RXRST_MASK) { in temac_device_reset() 546 val = temac_indirect_in32(lp, XTE_RXC1_OFFSET); in temac_device_reset() 547 temac_indirect_out32(lp, XTE_RXC1_OFFSET, val & ~XTE_RXC1_RXEN_MASK); in temac_device_reset() 568 temac_indirect_out32(lp, XTE_RXC1_OFFSET, 0); in temac_device_reset()
|
D | ll_temac.h | 223 #define XTE_RXC1_OFFSET 0x00000240 /* Rx configuration word 1 */ macro
|