Searched refs:chip_features (Results 1 – 3 of 3) sorted by relevance
72 &self->chip_features); in hw_atl_utils_initfw()834 u32 chip_features = 0U; in hw_atl_utils_hw_chip_features_init() local836 chip_features |= ATL_HW_CHIP_ATLANTIC; in hw_atl_utils_hw_chip_features_init()839 chip_features |= ATL_HW_CHIP_REVISION_A0 | in hw_atl_utils_hw_chip_features_init()843 chip_features |= ATL_HW_CHIP_REVISION_B0 | in hw_atl_utils_hw_chip_features_init()849 chip_features |= ATL_HW_CHIP_REVISION_B1 | in hw_atl_utils_hw_chip_features_init()856 *p = chip_features; in hw_atl_utils_hw_chip_features_init()
50 self->chip_features |= ATL_HW_CHIP_ANTIGUA; in hw_atl2_utils_initfw()
175 (_HW_)->chip_features))190 unsigned int chip_features; member