Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_api.c67 static volatile uint32_t sg_tx_pend; variable
214 sg_tx_pend &= ~((uint32_t)1UL << sg_tx_curr); /* no longer pending */ in upwr_next_req()
216 if (sg_tx_pend == 0U) { in upwr_next_req()
222 if ((sg_tx_pend & mask) != 0U) { in upwr_next_req()
330 sg_tx_pend |= (uint32_t)1U << sg; in upwr_srv_req()
530 sg_tx_pend = (uint32_t)0U; in upwr_init()