Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/platform_data/
Ddma-atmel.h38 #define ATC_PER_MSB(h) ((0x30U & (h)) >> 4) /* Extract most significant bits of a handshaking ident… macro
46 #define ATC_SRC_PER_MSB(h) (ATC_PER_MSB(h) << 10) /* Channel src rq (most significant bits) */
51 #define ATC_DST_PER_MSB(h) (ATC_PER_MSB(h) << 14) /* Channel dst rq (most significant bits) */