Searched refs:first_data_slot (Results 1 – 1 of 1) sorted by relevance
2308 int first_data_slot = VCHIQ_SLOT_ZERO_SLOTS; in vchiq_init_slots() local2311 num_slots -= first_data_slot; in vchiq_init_slots()2330 slot_zero->master.slot_sync = first_data_slot; in vchiq_init_slots()2331 slot_zero->master.slot_first = first_data_slot + 1; in vchiq_init_slots()2332 slot_zero->master.slot_last = first_data_slot + (num_slots/2) - 1; in vchiq_init_slots()2333 slot_zero->slave.slot_sync = first_data_slot + (num_slots/2); in vchiq_init_slots()2334 slot_zero->slave.slot_first = first_data_slot + (num_slots/2) + 1; in vchiq_init_slots()2335 slot_zero->slave.slot_last = first_data_slot + num_slots - 1; in vchiq_init_slots()