Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Drpmh-internal.h18 #define MAX_TCS_SLOTS (MAX_CMDS_PER_TCS * MAX_TCS_PER_TYPE) macro
52 DECLARE_BITMAP(slots, MAX_TCS_SLOTS);
H A Drpmh-rsc.c268 if (bitmap_empty(tcs->slots, MAX_TCS_SLOTS)) in tcs_invalidate()
274 bitmap_zero(tcs->slots, MAX_TCS_SLOTS); in tcs_invalidate()
713 slot = bitmap_find_next_zero_area(tcs->slots, MAX_TCS_SLOTS, in find_slots()