Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/qcom/
Drpmh-internal.h17 #define MAX_TCS_SLOTS (MAX_CMDS_PER_TCS * MAX_TCS_PER_TYPE) macro
46 DECLARE_BITMAP(slots, MAX_TCS_SLOTS);
Drpmh-rsc.c113 if (bitmap_empty(tcs->slots, MAX_TCS_SLOTS)) { in tcs_invalidate()
126 bitmap_zero(tcs->slots, MAX_TCS_SLOTS); in tcs_invalidate()
428 for_each_set_bit(i, tcs->slots, MAX_TCS_SLOTS) { in find_match()
460 slot = bitmap_find_next_zero_area(tcs->slots, MAX_TCS_SLOTS, in find_slots()