Searched refs:bw0 (Results 1 – 2 of 2) sorted by relevance
136 int mmc56x3_chip_set_decimation_filter(const struct device *dev, bool bw0, bool bw1) in mmc56x3_chip_set_decimation_filter() argument141 data->ctrl1_cache |= (bw0 ? BIT(0) : 0); in mmc56x3_chip_set_decimation_filter()144 config->bw0 = bw0; in mmc56x3_chip_set_decimation_filter()200 ret = mmc56x3_chip_set_decimation_filter(dev, config->bw0, config->bw1); in mmc56x3_chip_init()350 if ((new_config->bw0 != config->bw0) || (new_config->bw1 != config->bw1)) { in mmc56x3_chip_configure()351 ret = mmc56x3_chip_set_decimation_filter(dev, new_config->bw0, new_config->bw1); in mmc56x3_chip_configure()378 new_config.bw0 = val->val1 ? true : false; in mmc56x3_attr_set()421 val->val1 = config->bw0; in mmc56x3_attr_get()462 .bw0 = DT_INST_PROP(inst, bandwidth_selection_bits_0), \
96 bool bw0; member