Lines Matching refs:first_bit
1804 int ret = 0, first_bit, last_bit;
1858 first_bit = __ffs(rx_mask);
1859 switch (first_bit) {
1871 (first_bit << RT1011_TDM_I2S_TX_L_DAC1_1_SFT) |
1872 ((first_bit+1) << RT1011_TDM_I2S_TX_R_DAC1_1_SFT));
1885 ((first_bit-1) << RT1011_TDM_I2S_TX_L_DAC1_1_SFT) |
1886 (first_bit << RT1011_TDM_I2S_TX_R_DAC1_1_SFT));
1901 first_bit = __ffs(tx_mask);
1903 if (last_bit - first_bit > 1) {
1912 RT1011_TDM_ADCDAT1_DATA_LOCATION, first_bit);
1913 switch (first_bit) {
1965 switch (first_bit) {
1974 RT1011_TDM_I2S_DOCK_ADCDAT_2CH | first_bit);