Searched refs:VCHIQ_MAX_SLOTS_PER_SIDE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_cfg.h56 #define VCHIQ_MAX_SLOTS_PER_SIDE 64 macro
H A Dvchiq_core.h89 vchiq_static_assert(IS_POW2(VCHIQ_MAX_SLOTS_PER_SIDE));
92 #define VCHIQ_SLOT_QUEUE_MASK (VCHIQ_MAX_SLOTS_PER_SIDE - 1)
381 int slot_queue[VCHIQ_MAX_SLOTS_PER_SIDE];
H A Dvchiq_core.c2309 slot_zero->max_slots_per_side = VCHIQ_MAX_SLOTS_PER_SIDE;
2375 (slot_zero->max_slots_per_side != VCHIQ_MAX_SLOTS_PER_SIDE)) {
2393 if (slot_zero->max_slots_per_side != VCHIQ_MAX_SLOTS_PER_SIDE)
2398 VCHIQ_MAX_SLOTS_PER_SIDE);

Completed in 190 milliseconds