Searched refs:xregs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra210_ope.h | 73 #define TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \ 84 .soc.num_regs = xregs, \
|
H A D | tegra210_mbdrc.c | 521 #define TEGRA_MBDRC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, xinfo) \ 522 TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 685 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 688 void __iomem *xregs, *cregs; in cell_disable_iommus() local 694 xregs = ioremap(base, IOC_Reg_Size); in cell_disable_iommus() 695 if (xregs == NULL) in cell_disable_iommus() 697 cregs = xregs + IOC_IOCmd_Offset; in cell_disable_iommus() 701 out_be64(xregs + IOC_IOST_Origin, 0); in cell_disable_iommus() 702 (void)in_be64(xregs + IOC_IOST_Origin); in cell_disable_iommus() 708 iounmap(xregs); in cell_disable_iommus()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc.h | 296 #define SND_SOC_BYTES(xname, xbase, xregs) \ 301 {.base = xbase, .num_regs = xregs }) } 302 #define SND_SOC_BYTES_E(xname, xbase, xregs, xhandler_get, xhandler_put) \ 307 {.base = xbase, .num_regs = xregs }) } 309 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ 314 {.base = xbase, .num_regs = xregs, \
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc.h | 327 #define SND_SOC_BYTES(xname, xbase, xregs) \ 332 {.base = xbase, .num_regs = xregs }) } 333 #define SND_SOC_BYTES_E(xname, xbase, xregs, xhandler_get, xhandler_put) \ 338 {.base = xbase, .num_regs = xregs }) } 340 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ 345 {.base = xbase, .num_regs = xregs, \
|
Completed in 10 milliseconds