Lines Matching defs:first_bit
1846 int ret = 0, first_bit, last_bit;
1900 first_bit = __ffs(rx_mask);
1901 switch (first_bit) {
1913 (first_bit << RT1011_TDM_I2S_TX_L_DAC1_1_SFT) |
1914 ((first_bit+1) << RT1011_TDM_I2S_TX_R_DAC1_1_SFT));
1927 ((first_bit-1) << RT1011_TDM_I2S_TX_L_DAC1_1_SFT) |
1928 (first_bit << RT1011_TDM_I2S_TX_R_DAC1_1_SFT));
1943 first_bit = __ffs(tx_mask);
1945 if (last_bit - first_bit > 1) {
1954 RT1011_TDM_ADCDAT1_DATA_LOCATION, first_bit);
1955 switch (first_bit) {
2007 switch (first_bit) {
2016 RT1011_TDM_I2S_DOCK_ADCDAT_2CH | first_bit);