Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dmilbeaut-xdmac.c22 #define M10V_XDACS 0x00 macro
296 val = readl(mdev->reg_base + M10V_XDACS); in enable_xdmac()
298 writel(val, mdev->reg_base + M10V_XDACS); in enable_xdmac()
305 val = readl(mdev->reg_base + M10V_XDACS); in disable_xdmac()
307 writel(val, mdev->reg_base + M10V_XDACS); in disable_xdmac()