Searched refs:MDCTL_RESET_ISO (Results 1 – 1 of 1) sorted by relevance
51 #define MDCTL_RESET_ISO BIT(12) /* Enable reset isolation */ macro552 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()