Searched refs:pend (Results 1 – 2 of 2) sorted by relevance
91 log_string_node_t *pend; member243 busy = s_logContext.pend; in LOG_DumpInternal()244 if (NULL != s_logContext.pend) in LOG_DumpInternal()246 s_logContext.pend = s_logContext.pend->next; in LOG_DumpInternal()467 node = s_logContext.pend; in LOG_AsyncPrintf()468 if (NULL != s_logContext.pend) in LOG_AsyncPrintf()470 s_logContext.pend = s_logContext.pend->next; in LOG_AsyncPrintf()506 if (NULL != s_logContext.pend) in LOG_AsyncPrintf()508 p = s_logContext.pend; in LOG_AsyncPrintf()517 s_logContext.pend = node; in LOG_AsyncPrintf()
434 uint32_t pend; in GIC_GetPendingIRQ() local437 pend = (GICDistributor->ISPENDR[IRQn / 32U] >> (IRQn % 32U)) & 1UL; in GIC_GetPendingIRQ()440 pend = (GICDistributor->SPENDSGIR[IRQn / 4U] >> ((IRQn % 4U) * 8U)) & 0xFFUL; in GIC_GetPendingIRQ()442 if (pend != 0U) { in GIC_GetPendingIRQ()443 pend = 1U; in GIC_GetPendingIRQ()445 pend = 0U; in GIC_GetPendingIRQ()449 return (pend); in GIC_GetPendingIRQ()