Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c2123 int first_data_slot = VCHIQ_SLOT_ZERO_SLOTS; in vchiq_init_slots() local
2128 num_slots -= first_data_slot; in vchiq_init_slots()
2146 slot_zero->master.slot_sync = first_data_slot; in vchiq_init_slots()
2147 slot_zero->master.slot_first = first_data_slot + 1; in vchiq_init_slots()
2148 slot_zero->master.slot_last = first_data_slot + (num_slots / 2) - 1; in vchiq_init_slots()
2149 slot_zero->slave.slot_sync = first_data_slot + (num_slots / 2); in vchiq_init_slots()
2150 slot_zero->slave.slot_first = first_data_slot + (num_slots / 2) + 1; in vchiq_init_slots()
2151 slot_zero->slave.slot_last = first_data_slot + num_slots - 1; in vchiq_init_slots()