Home
last modified time | relevance | path

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

/linux/include/linux/raspberrypi/
H A Dvchiq_core.h46 #define BITSET_SET(bs, b) (bs[BITSET_WORD(b)] |= BITSET_BIT(b)) macro
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_core.c788 BITSET_SET(service_found, port); in process_free_data_message()