Searched refs:SYSC_QUIRK_NO_RESET_ON_INIT (Results 1 – 3 of 3) sorted by relevance
65 #define SYSC_QUIRK_NO_RESET_ON_INIT BIT(5) macro
605 SYSC_QUIRK_NO_RESET_ON_INIT; in sysc_check_quirk_stdout()1235 SYSC_QUIRK_EXT_OPT_CLOCK | SYSC_QUIRK_NO_RESET_ON_INIT |1580 ddata->cfg.quirks & SYSC_QUIRK_NO_RESET_ON_INIT) in sysc_reset()1656 if (!(ddata->cfg.quirks & SYSC_QUIRK_NO_RESET_ON_INIT)) { in sysc_init_module()2023 .mask = SYSC_QUIRK_NO_RESET_ON_INIT, },2481 SYSC_QUIRK_NO_RESET_ON_INIT)) { in sysc_probe()
3649 if (data->cfg->quirks & SYSC_QUIRK_NO_RESET_ON_INIT) in omap_hwmod_init_module()