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 2327 slot_zero->master.slot_first = htole32(first_data_slot + 1);
2330 slot_zero->slave.slot_first = htole32(first_data_slot + (num_slots/2) + 1);
2485 for (i = le32toh(local->slot_first); i <= le32toh(local->slot_last); i++) {
2777 for (i = le32toh(state->remote->slot_first); i <= slot_last; i++) {
3533 if ((slot_index >= le32toh(remote->slot_first)) &&
3699 label, le32toh(shared->slot_first), le32toh(shared->slot_last),
3707 for (i = le32toh(shared->slot_first); i <= le32toh(shared->slot_last); i++) {

Completed in 22 milliseconds