Home
last modified time | relevance | path

Searched refs:chip_features (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/dac/
H A Dmcp47feb02.c338 const struct mcp47feb02_features *chip_features; member
706 tmp = (u64)vref_uV * MILLI >> data->chip_features->resolution; in mcp47feb02_init_scale()
945 const struct mcp47feb02_features *chip_features) in mcp47feb02_parse_fw() argument
955 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() local
1107 chip_features = i2c_get_match_data(client); in mcp47feb02_probe()
1108 if (!chip_features) in mcp47feb02_probe()
[all …]
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c72 &self->chip_features); in hw_atl_utils_initfw()
834 u32 chip_features = 0U; in hw_atl_utils_hw_chip_features_init() local
836 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()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.c50 self->chip_features |= ATL_HW_CHIP_ANTIGUA; in hw_atl2_utils_initfw()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw.h177 (_HW_)->chip_features))
192 unsigned int chip_features; member