Searched refs:slot_first (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h242 int slot_first; member in struct:vchiq_shared_state
H A Dvchiq_core.c2120 slot_zero->master.slot_first = first_data_slot + 1;
2123 slot_zero->slave.slot_first = first_data_slot + (num_slots / 2) + 1;
2183 for (i = local->slot_first; i <= local->slot_last; i++) {
2517 for (i = state->remote->slot_first; i <= slot_last; i++) {
3221 if ((slot_index >= remote->slot_first) &&
3375 label, shared->slot_first, shared->slot_last,
3380 for (i = shared->slot_first; i <= shared->slot_last; i++) {

Completed in 140 milliseconds