Lines Matching full:dif
162 * On 9FGV0241, the DIF OE0 is BIT(1) and DIF OE(1) is BIT(2), in rs9_calc_dif()
163 * on 9FGV0441 and 9FGV0841 the DIF OE0 is BIT(0) and so on. in rs9_calc_dif()
172 u8 dif = rs9_calc_dif(rs9, idx); in rs9_get_output_config() local
179 rs9->clk_dif_sr |= dif; in rs9_get_output_config()
181 snprintf(name, 5, "DIF%d", idx); in rs9_get_output_config()
191 rs9->clk_dif_sr &= ~dif; in rs9_get_output_config()
193 rs9->clk_dif_sr |= dif; in rs9_get_output_config()
264 u8 dif = rs9_calc_dif(rs9, i); in rs9_update_config() local
266 if (rs9->clk_dif_sr & dif) in rs9_update_config()
269 regmap_update_bits(rs9->regmap, RS9_REG_SR, dif, in rs9_update_config()
270 rs9->clk_dif_sr & dif); in rs9_update_config()
341 snprintf(name, 5, "DIF%d", i); in rs9_probe()