Searched refs:GMAC_CONFIG_IPC (Results 1 – 2 of 2) sorted by relevance
303 value |= GMAC_CONFIG_IPC; in dwmac4_rx_ipc_enable()305 value &= ~GMAC_CONFIG_IPC; in dwmac4_rx_ipc_enable()311 return !!(value & GMAC_CONFIG_IPC); in dwmac4_rx_ipc_enable()
213 #define GMAC_CONFIG_IPC BIT(27) macro