Searched refs:GMAC_CONFIG_IPC (Results 1 – 2 of 2) sorted by relevance
288 value |= GMAC_CONFIG_IPC; in dwmac4_rx_ipc_enable()290 value &= ~GMAC_CONFIG_IPC; in dwmac4_rx_ipc_enable()296 return !!(value & GMAC_CONFIG_IPC); in dwmac4_rx_ipc_enable()
206 #define GMAC_CONFIG_IPC BIT(27) macro