Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/files/
H A D0001-Revert-egl-wayland-deprecate-drm_handle_format-and-d.patch97 + BITSET_SET(dri2_dpy->formats.formats_bitmap, visual_idx);
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h140 #define BITSET_SET(bs, b) (bs[BITSET_WORD(b)] |= BITSET_BIT(b)) macro
H A Dvchiq_core.c695 BITSET_SET(service_found, port); in process_free_queue()