Searched refs:RRBR_RTHR (Results 1 – 4 of 4) sorted by relevance
64 writel(((u16(*)[2])buf)[tx_ptr][1], i2s_base + RRBR_RTHR(0)); in kmb_pcm_tx_fn()67 writel(((u32(*)[2])buf)[tx_ptr][1], i2s_base + RRBR_RTHR(0)); in kmb_pcm_tx_fn()98 readl(i2s_base + RRBR_RTHR(j)); in kmb_pcm_rx_fn()103 readl(i2s_base + RRBR_RTHR(j)); in kmb_pcm_rx_fn()
34 #define RRBR_RTHR(x) (0x40 * (x) + 0x024) macro
35 iowrite32(p[tx_ptr][1], dev->i2s_base + RRBR_RTHR(0)); \55 p[rx_ptr][1] = ioread32(dev->i2s_base + RRBR_RTHR(0)); \
36 #define RRBR_RTHR(x) (0x40 * x + 0x024) macro