Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/platform_data/
H A Ddma-atmel.h34 #define ATC_PER_MSB(h) ((0x30U & (h)) >> 4) /* Extract most significant bits of a handshaking identifier */ macro
42 #define ATC_SRC_PER_MSB(h) (ATC_PER_MSB(h) << 10) /* Channel src rq (most significant bits) */
47 #define ATC_DST_PER_MSB(h) (ATC_PER_MSB(h) << 14) /* Channel dst rq (most significant bits) */
/kernel/linux/linux-6.6/drivers/dma/
H A Dat_hdmac.c182 #define ATC_PER_MSB GENMASK(5, 4) /* Extract MSBs of a handshaking identifier */ macro
185 FIELD_PREP(ATC_SRC_PER_MSB, FIELD_GET(ATC_PER_MSB, _id)) | \
189 FIELD_PREP(ATC_DST_PER_MSB, FIELD_GET(ATC_PER_MSB, _id)) | \

Completed in 4 milliseconds