Searched refs:IS_CHIP_FEATURE (Results 1 – 3 of 3) sorted by relevance
300 if (IS_CHIP_FEATURE(REVISION_B1)) in hw_atl_utils_fw_downld_dwords()334 if (IS_CHIP_FEATURE(REVISION_B1)) { in hw_atl_utils_fw_upload_dwords()426 if (!IS_CHIP_FEATURE(MIPS)) { in hw_atl_utils_fw_rpc_call()529 if (IS_CHIP_FEATURE(REVISION_A0)) { in hw_atl_utils_mpi_read_stats()
107 IS_CHIP_FEATURE(RPF2) ? 0x000F0000U : 0x00000000U; in hw_atl_b0_hw_rss_hash_type_set()245 aq_hw_write_reg(self, 0x00007040U, IS_CHIP_FEATURE(TPO2) ? in hw_atl_b0_hw_init_tx_path()
504 #define IS_CHIP_FEATURE(_F_) (HAL_ATLANTIC_UTILS_CHIP_##_F_ & \ macro