Home
last modified time | relevance | path

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

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h153 #define VCHI_BITSET_SET(bs, b) (bs[VCHI_BITSET_WORD(b)] |= VCHI_BITSET_BIT(b)) macro
H A Dvchiq_core.c691 VCHI_BITSET_SET(service_found, port); in process_free_queue()