Home
last modified time | relevance | path

Searched refs:RSLOT_TSLOT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/dwc/
H A Dlocal.h56 #define RSLOT_TSLOT(x) (0x4 * (x) + 0x224) macro
H A Ddwc-i2s.c457 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()