Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_psc.c51 #define MDCTL_RESET_ISO BIT(12) /* Enable reset isolation */ macro
552 is_enabled = (mdctl & MDCTL_RESET_ISO) != 0U; in ti_lpsc_module_set_reset_iso()
556 mdctl |= MDCTL_RESET_ISO; in ti_lpsc_module_set_reset_iso()
558 mdctl &= ~MDCTL_RESET_ISO; in ti_lpsc_module_set_reset_iso()
575 ret = (psc_read(dev, psc_reg(PSC_MDCTL_BASE, idx)) & MDCTL_RESET_ISO) != 0U; in ti_lpsc_module_get_reset_iso()