HomeSort by: relevance | last modified time | path
    Searched refs:slot_first (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 355 int32_t slot_first; member in struct:vchiq_shared_state_struct
vchiq_core.c 2320 slot_zero->master.slot_first = first_data_slot + 1;
2323 slot_zero->slave.slot_first = first_data_slot + (num_slots/2) + 1;
2478 for (i = local->slot_first; i <= local->slot_last; i++) {
2770 for (i = state->remote->slot_first; i <= slot_last; i++) {
3526 if ((slot_index >= remote->slot_first) &&
3692 label, shared->slot_first, shared->slot_last,
3700 for (i = shared->slot_first; i <= shared->slot_last; i++) {

Completed in 21 milliseconds