Searched refs:slot_zero (Results 1 – 2 of 2) sorted by relevance
2331 VCHIQ_SLOT_ZERO_T *slot_zero = in vchiq_init_slots() local2346 memset(slot_zero, 0, sizeof(VCHIQ_SLOT_ZERO_T)); in vchiq_init_slots()2348 slot_zero->magic = VCHIQ_MAGIC; in vchiq_init_slots()2349 slot_zero->version = VCHIQ_VERSION; in vchiq_init_slots()2350 slot_zero->version_min = VCHIQ_VERSION_MIN; in vchiq_init_slots()2351 slot_zero->slot_zero_size = sizeof(VCHIQ_SLOT_ZERO_T); in vchiq_init_slots()2352 slot_zero->slot_size = VCHIQ_SLOT_SIZE; in vchiq_init_slots()2353 slot_zero->max_slots = VCHIQ_MAX_SLOTS; in vchiq_init_slots()2354 slot_zero->max_slots_per_side = VCHIQ_MAX_SLOTS_PER_SIDE; in vchiq_init_slots()2356 slot_zero->master.slot_sync = first_data_slot; in vchiq_init_slots()[all …]
533 vchiq_init_state(VCHIQ_STATE_T *state, VCHIQ_SLOT_ZERO_T *slot_zero,