Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma/
Dmilbeaut-xdmac.c22 #define M10V_XDACS 0x00 macro
297 val = readl(mdev->reg_base + M10V_XDACS); in enable_xdmac()
299 writel(val, mdev->reg_base + M10V_XDACS); in enable_xdmac()
306 val = readl(mdev->reg_base + M10V_XDACS); in disable_xdmac()
308 writel(val, mdev->reg_base + M10V_XDACS); in disable_xdmac()