Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_api.c19 #define UPWR_SG_BUSY(sg) ((sg_busy & (1U << (sg))) == 1U)
73 static volatile uint32_t sg_busy; variable
263 sg_busy &= ~(1UL << sg); /* no lock needed here, we're in the MU ISR */ in upwr_mu_int_callback()
319 sg_busy |= (uint32_t)1U << sg; in upwr_srv_req()
515 sg_busy = 0UL; in upwr_init()
2880 status = ((sg_busy & (1UL << sg)) == 1U) ? UPWR_REQ_BUSY : in upwr_req_status()