Searched refs:DCP_MAX_MAPPINGS (Results 1 – 3 of 3) sorted by relevance
49 #define DCP_MAX_MAPPINGS (128) /* should be enough */ macro151 DECLARE_BITMAP(memdesc_map, DCP_MAX_MAPPINGS);154 struct dcp_mem_descriptor memdesc[DCP_MAX_MAPPINGS];
343 find_first_zero_bit(dcp->memdesc_map, DCP_MAX_MAPPINGS); in dcpep_cb_allocate_buffer()345 if (resp.mem_desc_id >= DCP_MAX_MAPPINGS) { in dcpep_cb_allocate_buffer()374 if (id >= DCP_MAX_MAPPINGS) { in dcpep_cb_release_mem_desc()436 id = find_first_zero_bit(dcp->memdesc_map, DCP_MAX_MAPPINGS); in dcpep_cb_map_physical()
874 bitmap_zero(dcp->memdesc_map, DCP_MAX_MAPPINGS); in dcp_comp_bind()