rstctrl            28 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c #define RSTCTRL(oh, rstctrl) ((oh).prcm.omap4.rstctrl_offs = (rstctrl))
rstctrl           308 arch/mips/pci/pci-rt3883.c 	u32 rstctrl;
rstctrl           312 arch/mips/pci/pci-rt3883.c 	rstctrl = rt_sysc_r32(RT3883_SYSC_REG_RSTCTRL);
rstctrl           317 arch/mips/pci/pci-rt3883.c 		rstctrl |= RT3883_RSTCTRL_PCIE;
rstctrl           318 arch/mips/pci/pci-rt3883.c 		rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL);
rstctrl           343 arch/mips/pci/pci-rt3883.c 		rstctrl &= ~RT3883_RSTCTRL_PCIE;
rstctrl           344 arch/mips/pci/pci-rt3883.c 		rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL);
rstctrl           353 arch/mips/pci/pci-rt3883.c 		rstctrl &= ~RT3883_RSTCTRL_PCI;
rstctrl           358 arch/mips/pci/pci-rt3883.c 		rstctrl &= ~RT3883_RSTCTRL_PCIE;
rstctrl           362 arch/mips/pci/pci-rt3883.c 	rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL);