Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nvidia/tegra/drivers/flowctrl/
H A Dflowctrl.c87 uint32_t flags = tegra_fc_read_32(FLOWCTRL_FC_SEQ_INTERCEPT) & ~INTERCEPT_IRQ_PENDING; in tegra_fc_ccplex_pgexit_lock()
106 tegra_fc_write_32(FLOWCTRL_FC_SEQ_INTERCEPT, flags); in tegra_fc_ccplex_pgexit_lock()
107 (void)tegra_fc_read_32(FLOWCTRL_FC_SEQ_INTERCEPT); in tegra_fc_ccplex_pgexit_lock()
116 tegra_fc_write_32(FLOWCTRL_FC_SEQ_INTERCEPT, INTERCEPT_IRQ_PENDING); in tegra_fc_ccplex_pgexit_unlock()
117 (void)tegra_fc_read_32(FLOWCTRL_FC_SEQ_INTERCEPT); in tegra_fc_ccplex_pgexit_unlock()
/rk3399_ARM-atf/plat/nvidia/tegra/include/drivers/
H A Dflowctrl.h38 #define FLOWCTRL_FC_SEQ_INTERCEPT (0x5cU) macro