Searched refs:SCM_BGAP_CTRL (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_scm.c | 67 reg = SYSCON_READ_4(sc->syscon, SCM_BGAP_CTRL); in am335x_scm_temp_sysctl() 141 SYSCON_WRITE_4(sc->syscon, SCM_BGAP_CTRL, 0); in am335x_scm_attach() 142 reg = SYSCON_READ_4(sc->syscon, SCM_BGAP_CTRL); in am335x_scm_attach() 145 SYSCON_WRITE_4(sc->syscon, SCM_BGAP_CTRL, SCM_BGAP_CONTCONV); in am335x_scm_attach() 146 reg = SYSCON_READ_4(sc->syscon, SCM_BGAP_CTRL); in am335x_scm_attach() 150 SYSCON_WRITE_4(sc->syscon, SCM_BGAP_CTRL, reg); in am335x_scm_attach() 174 SYSCON_WRITE_4(sc->syscon, SCM_BGAP_CTRL, SCM_BGAP_BGOFF); in am335x_scm_detach()
|
| H A D | am335x_scm.h | 35 #define SCM_BGAP_CTRL 0x448 macro
|