Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/soc/qcom/
Dsmd.c72 #define SMD_ALLOC_TBL_COUNT 2 macro
83 } smem_items[SMD_ALLOC_TBL_COUNT] = {
128 DECLARE_BITMAP(allocated[SMD_ALLOC_TBL_COUNT], SMD_ALLOC_TBL_SIZE);
1110 for (tbl = 0; tbl < SMD_ALLOC_TBL_COUNT; tbl++) { in qcom_discover_channels()