Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Diommu.c685 void __iomem *xregs, *cregs; in cell_disable_iommus() local
691 xregs = ioremap(base, IOC_Reg_Size); in cell_disable_iommus()
692 if (xregs == NULL) in cell_disable_iommus()
694 cregs = xregs + IOC_IOCmd_Offset; in cell_disable_iommus()
698 out_be64(xregs + IOC_IOST_Origin, 0); in cell_disable_iommus()
699 (void)in_be64(xregs + IOC_IOST_Origin); in cell_disable_iommus()
705 iounmap(xregs); in cell_disable_iommus()
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h305 #define SND_SOC_BYTES(xname, xbase, xregs) \ argument
310 {.base = xbase, .num_regs = xregs }) }
311 #define SND_SOC_BYTES_E(xname, xbase, xregs, xhandler_get, xhandler_put) \ argument
316 {.base = xbase, .num_regs = xregs }) }
318 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ argument
323 {.base = xbase, .num_regs = xregs, \