Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_clk.c69 bool is_gated = false; in ti_device_clk_set_gated() local
76 is_gated = ((((uint32_t) (dev_clkp->flags) & TI_DEV_CLK_FLAG_DISABLE) > 0U) ? in ti_device_clk_set_gated()
78 if (is_gated != gated) { in ti_device_clk_set_gated()