Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dapple-admac.c746 int wordsize = 0; in admac_device_config() local
752 wordsize = 1; in admac_device_config()
756 wordsize = 2; in admac_device_config()
760 wordsize = 4; in admac_device_config()
796 writel_relaxed(FIELD_PREP(CHAN_FIFOCTL_LIMIT, 0x30 * wordsize) in admac_device_config()
797 | FIELD_PREP(CHAN_FIFOCTL_THRESHOLD, 0x18 * wordsize), in admac_device_config()