Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/
Dat_hdmac_regs.h149 #define ATC_PER_MSB(h) ((0x30U & (h)) >> 4) /* Extract most significant bits of a handshaking ident… macro
157 #define ATC_SRC_PER_MSB(h) (ATC_PER_MSB(h) << 10) /* Channel src rq (most significant bits) */
162 #define ATC_DST_PER_MSB(h) (ATC_PER_MSB(h) << 14) /* Channel dst rq (most significant bits) */