Searched refs:ATC_REG_TO_SRC_WIDTH (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ | ||
D | at_hdmac_regs.h | 111 #define ATC_REG_TO_SRC_WIDTH(r) (((r) >> 24) & 0x3) macro |
D | at_hdmac.c | 278 u32 src_width = ATC_REG_TO_SRC_WIDTH(ctrla); in atc_calc_bytes_left() |