Searched refs:lsb (Results 1 – 6 of 6) sorted by relevance
445 unsigned int lsb; in tas2552_set_dai_tdm_slot() local453 lsb = __ffs(tx_mask); in tas2552_set_dai_tdm_slot()454 if ((lsb + 1) != __fls(tx_mask)) { in tas2552_set_dai_tdm_slot()459 tas2552->tdm_delay = lsb * slot_width; in tas2552_set_dai_tdm_slot()
1316 unsigned int lsb; in aic3x_set_dai_tdm_slot() local1329 lsb = __ffs(tx_mask); in aic3x_set_dai_tdm_slot()1330 if ((lsb + 1) != __fls(tx_mask)) { in aic3x_set_dai_tdm_slot()1347 aic3x->tdm_delay = lsb; in aic3x_set_dai_tdm_slot()
625 unsigned int msb, lsb; in rt5677_dsp_mode_i2c_read_addr() local651 regmap_read(rt5677->regmap_physical, RT5677_DSP_I2C_DATA_LSB, &lsb); in rt5677_dsp_mode_i2c_read_addr()652 *value = (msb << 16) | lsb; in rt5677_dsp_mode_i2c_read_addr()
399 u8 lsb; member2072 comp_coeff_table[hph_pwr_mode][i].lsb); in rx_macro_load_compander_coeff()
202 regf.lsb = 0; in _rsnd_gen_regmap_init()
1544 u32 lsb; in boot_loader_read_mem32() local1547 lsb = boot_loader_read_mem32(pao, 0, HPIDL_ADDR); in boot_loader_read_mem32()1549 data = (data << 16) | (lsb & 0xFFFF); in boot_loader_read_mem32()