Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c329 value |= GMAC_CONFIG_IPC; in dwmac4_rx_ipc_enable()
331 value &= ~GMAC_CONFIG_IPC; in dwmac4_rx_ipc_enable()
337 return !!(value & GMAC_CONFIG_IPC); in dwmac4_rx_ipc_enable()
H A Ddwmac4.h214 #define GMAC_CONFIG_IPC BIT(27) macro