Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/xilinx/
Dll_temac.h53 #define XTE_OPTION_RXEN (1 << 12) macro
59 XTE_OPTION_RXEN)
Dll_temac_main.c476 .opt = XTE_OPTION_RXEN,
577 lp->options & ~(XTE_OPTION_TXEN | XTE_OPTION_RXEN)); in temac_device_reset()