Searched refs:RSLOT_TSLOT (Results 1 – 2 of 2) sorted by relevance
56 #define RSLOT_TSLOT(x) (0x4 * (x) + 0x224) macro
457 dev->l_reg = RSLOT_TSLOT(ffs(rx_mask) - 1); in dw_i2s_set_tdm_slot()458 dev->r_reg = RSLOT_TSLOT(fls(rx_mask) - 1); in dw_i2s_set_tdm_slot()