Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dnbpfaxi.c58 #define NBPF_CHAN_CFG_HIEN 0x20 /* HIgh ENable: high DMA request line is: 0: inactive, 1: active */ macro
408 chan->dmarq_cfg = (chan->flags & NBPF_SLAVE_RQ_HIGH ? NBPF_CHAN_CFG_HIEN : 0) | in nbpf_chan_prepare()