Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h81 #define BITSET_SET(bs, b) (bs[BITSET_WORD(b)] |= BITSET_BIT(b)) macro
Dvchiq_core.c752 BITSET_SET(service_found, port); in process_free_data_message()