Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dapple-admac.c58 #define REG_BUS_WIDTH(ch) (0x8040 + (ch) * 0x200) macro
747 u32 bus_width = readl_relaxed(ad->base + REG_BUS_WIDTH(adchan->no)) & in admac_device_config()
787 writel_relaxed(bus_width, ad->base + REG_BUS_WIDTH(adchan->no)); in admac_device_config()