Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/platform_data/
Ddma-atmel.h37 #define ATC_DST_PER(h) ((0xFU & (h)) << 4) /* Channel dst rq associated with periph handshaking i… macro
/Linux-v5.4/drivers/dma/
Dat_hdmac.c1684 atslave->cfg |= ATC_DST_PER_MSB(per_id) | ATC_DST_PER(per_id) in at_dma_xlate()