Searched refs:rstctrl (Results 1 – 3 of 3) sorted by relevance
313 u32 rstctrl; in rt3883_pci_preinit() local317 rstctrl = rt_sysc_r32(RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()322 rstctrl |= RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()323 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()348 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()349 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()358 rstctrl &= ~RT3883_RSTCTRL_PCI; in rt3883_pci_preinit()363 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()367 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()
30 #define RSTCTRL(oh, rstctrl) ((oh).prcm.omap4.rstctrl_offs = (rstctrl)) argument
80 rstctrl: reset-controller { label