Searched refs:UPWR_SG_COUNT (Results 1 – 2 of 2) sorted by relevance
45 static void *sh_buffer[UPWR_SG_COUNT];53 static upwr_callb user_callback[UPWR_SG_COUNT];54 static UPWR_RX_CALLB_FUNC_T sgrp_callback[UPWR_SG_COUNT];58 static upwr_down_max_msg sg_req_msg[UPWR_SG_COUNT];60 static unsigned int sg_req_siz[UPWR_SG_COUNT];62 static upwr_up_max_msg sg_rsp_msg[UPWR_SG_COUNT];64 static unsigned int sg_rsp_siz[UPWR_SG_COUNT];221 for (uint32_t mask = 1UL; mask < (1UL << UPWR_SG_COUNT); mask = mask << 1UL) { in upwr_next_req()532 sg_tx_curr = UPWR_SG_COUNT; /* means none here */ in upwr_init()545 for (j = 0; j < UPWR_SG_COUNT; j++) { in upwr_init()
90 #define UPWR_SG_COUNT (7U) macro