Home
last modified time | relevance | path

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

/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h80 #define BITSET_IS_SET(bs, b) (bs[BITSET_WORD(b)] & BITSET_BIT(b)) macro
Dvchiq_core.c750 if (!BITSET_IS_SET(service_found, port)) { in process_free_data_message()