Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpxa2xx_dma.c90 #define DCMD_WIDTH(x) (1 << ((((x) >> 14) & 3) - 1)) macro
208 width = DCMD_WIDTH(ch->cmd); in pxa2xx_dma_run()