Searched refs:chip_features (Results 1 – 4 of 4) sorted by relevance
338 const struct mcp47feb02_features *chip_features; member706 tmp = (u64)vref_uV * MILLI >> data->chip_features->resolution; in mcp47feb02_init_scale()945 const struct mcp47feb02_features *chip_features) in mcp47feb02_parse_fw() argument955 if (num_channels > chip_features->phys_channels) in mcp47feb02_parse_fw()973 if (reg >= chip_features->phys_channels) in mcp47feb02_parse_fw()993 data->phys_channels = chip_features->phys_channels; in mcp47feb02_parse_fw()997 if (chip_features->have_ext_vref1) in mcp47feb02_parse_fw()1096 const struct mcp47feb02_features *chip_features; in mcp47feb02_probe() local1107 chip_features = i2c_get_match_data(client); in mcp47feb02_probe()1108 if (!chip_features) in mcp47feb02_probe()[all …]
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()
177 (_HW_)->chip_features))192 unsigned int chip_features; member