Searched refs:FLOWCTRL_WAITEVENT (Results 1 – 2 of 2) sorted by relevance
71 FLOWCTRL_WAITEVENT; in tegra_fc_prepare_suspend()216 tegra_fc_halt_cpu(cpu, FLOWCTRL_WAITEVENT); in tegra_fc_soc_powerdn()225 tegra_fc_halt_cpu(cpu, FLOWCTRL_WAITEVENT | FLOWCTRL_HALT_SCLK); in tegra_fc_cpu_on()242 tegra_fc_halt_cpu(cpu, FLOWCTRL_WAITEVENT); in tegra_fc_cpu_off()265 tegra_fc_write_32(FLOWCTRL_HALT_BPMP_EVENTS, FLOWCTRL_WAITEVENT); in tegra_fc_bpmp_on()291 tegra_fc_write_32(FLOWCTRL_HALT_BPMP_EVENTS, FLOWCTRL_WAITEVENT); in tegra_fc_bpmp_off()
18 #define FLOWCTRL_WAITEVENT (2U << 29) macro