Searched refs:CHIP_REV_IS_ASIC (Results 1 – 3 of 3) sorted by relevance
810 #define CHIP_REV_IS_ASIC(_p_dev) !CHIP_REV_IS_SLOW(_p_dev) macro
5403 if (CHIP_REV_IS_ASIC(p_hwfn->p_dev) && ecore_mcp_is_init(p_hwfn)) { in ecore_get_hw_info()
868 #define CHIP_REV_IS_ASIC(sc) \ macro