Searched refs:MAX_LSB_CNT (Results 1 – 2 of 2) sorted by relevance
301 MAX_LSB_CNT * LSB_SIZE, in ccp_lsb_alloc()303 if (start <= MAX_LSB_CNT * LSB_SIZE) { in ccp_lsb_alloc()353 for (j = 1; j < MAX_LSB_CNT; j++) { in ccp_find_lsb_regions()360 for (j = 0; j < MAX_LSB_CNT; j++) in ccp_find_lsb_regions()394 for (j = 0; j < MAX_LSB_CNT; j++) in ccp_find_and_assign_lsb_to_q()402 while (bitno < MAX_LSB_CNT) { in ccp_find_and_assign_lsb_to_q()414 if (bitno >= MAX_LSB_CNT) in ccp_find_and_assign_lsb_to_q()444 for (i = 0; i < MAX_LSB_CNT; i++) in ccp_assign_lsbs()472 bitno = ccp_find_first_zero_bit(&qlsb, MAX_LSB_CNT); in ccp_assign_lsbs()473 while (bitno < MAX_LSB_CNT) { in ccp_assign_lsbs()[all …]
77 #define MAX_LSB_CNT 8 macro81 #define SLSB_MAP_SIZE (MAX_LSB_CNT * LSB_SIZE)