Searched refs:rstctrl (Results 1 – 4 of 4) sorted by relevance
314 u32 rstctrl; in rt3883_pci_preinit() local318 rstctrl = rt_sysc_r32(RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()323 rstctrl |= RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()324 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()349 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()350 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()359 rstctrl &= ~RT3883_RSTCTRL_PCI; in rt3883_pci_preinit()364 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()368 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()
50 rstctrl: reset-controller {61 rstctrl: reset-controller {
30 #define RSTCTRL(oh, rstctrl) ((oh).prcm.omap4.rstctrl_offs = (rstctrl)) argument
79 rstctrl: reset-controller { label