Searched refs:IDMA64C_CTLH_BLOCK_TS (Results 1 – 2 of 2) sorted by relevance
101 channel_writel(idma64c, CTL_HI, IDMA64C_CTLH_BLOCK_TS(~0UL)); in idma64_chan_start()248 u32 ctlhi = IDMA64C_CTLH_BLOCK_TS(hw->len); in idma64_hw_desc_fill()372 return bytes - IDMA64C_CTLH_BLOCK_TS(ctlhi); in idma64_active_desc_size()
57 #define IDMA64C_CTLH_BLOCK_TS(x) ((x) & ((1 << 17) - 1)) macro