Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/
Dcelleb_scc_epci.c269 val &= ~(SCC_EPCI_CKCTRL_CRST0 | SCC_EPCI_CKCTRL_CRST1); in celleb_epci_init()
279 val |= SCC_EPCI_CKCTRL_CRST0; in celleb_epci_init()
307 val |= (SCC_EPCI_CKCTRL_CRST0 | SCC_EPCI_CKCTRL_CRST1); in celleb_epci_init()
Dcelleb_scc.h117 #define SCC_EPCI_CKCTRL_CRST0 0x00010000 macro