Home
last modified time | relevance | path

Searched refs:RRBR_RTHR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/intel/keembay/
H A Dkmb_platform.c115 writel(((u16(*)[2])buf)[tx_ptr][1], i2s_base + RRBR_RTHR(0)); in kmb_pcm_tx_fn()
118 writel(((u32(*)[2])buf)[tx_ptr][1], i2s_base + RRBR_RTHR(0)); in kmb_pcm_tx_fn()
149 readl(i2s_base + RRBR_RTHR(j)); in kmb_pcm_rx_fn()
154 readl(i2s_base + RRBR_RTHR(j)); in kmb_pcm_rx_fn()
H A Dkmb_platform.h35 #define RRBR_RTHR(x) (0x40 * (x) + 0x024) macro
/openbmc/linux/sound/soc/dwc/
H A Dlocal.h43 #define RRBR_RTHR(x) (0x40 * x + 0x024) macro
H A Ddwc-i2s.c1023 dev->r_reg = RRBR_RTHR(0); in dw_i2s_probe()