Home
last modified time | relevance | path

Searched refs:VCHIQ_SLOT_ZERO_T (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h93 #define VCHIQ_SLOT_ZERO_SLOTS ((sizeof(VCHIQ_SLOT_ZERO_T) + \
399 } VCHIQ_SLOT_ZERO_T; typedef
530 extern VCHIQ_SLOT_ZERO_T *
534 vchiq_init_state(VCHIQ_STATE_T *state, VCHIQ_SLOT_ZERO_T *slot_zero,
H A Dvchiq_core.c1824 state->version_common = ((VCHIQ_SLOT_ZERO_T *) in parse_rx_slots()
2282 VCHIQ_SLOT_ZERO_T *
2286 VCHIQ_SLOT_ZERO_T *slot_zero = in vchiq_init_slots()
2287 (VCHIQ_SLOT_ZERO_T *)((char *)mem_base + mem_align); in vchiq_init_slots()
2301 memset(slot_zero, 0, sizeof(VCHIQ_SLOT_ZERO_T)); in vchiq_init_slots()
2306 slot_zero->slot_zero_size = sizeof(VCHIQ_SLOT_ZERO_T); in vchiq_init_slots()
2322 vchiq_init_state(VCHIQ_STATE_T *state, VCHIQ_SLOT_ZERO_T *slot_zero, in vchiq_init_state()
2372 if ((slot_zero->slot_zero_size != sizeof(VCHIQ_SLOT_ZERO_T)) || in vchiq_init_state()
2377 if (slot_zero->slot_zero_size != sizeof(VCHIQ_SLOT_ZERO_T)) in vchiq_init_state()
2382 sizeof(VCHIQ_SLOT_ZERO_T)); in vchiq_init_state()
H A Dvchiq_2835_arm.c135 VCHIQ_SLOT_ZERO_T *vchiq_slot_zero; in vchiq_platform_init()