Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/apple/
H A Ddcp-internal.h49 #define DCP_MAX_MAPPINGS (128) /* should be enough */ macro
151 DECLARE_BITMAP(memdesc_map, DCP_MAX_MAPPINGS);
154 struct dcp_mem_descriptor memdesc[DCP_MAX_MAPPINGS];
H A Diomfb_template.c343 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()
H A Ddcp.c874 bitmap_zero(dcp->memdesc_map, DCP_MAX_MAPPINGS); in dcp_comp_bind()