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

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 475 int previous_data_index; member in struct:vchiq_state_struct
vchiq_core.c 816 while ((tx_end_index != state->previous_data_index) &&
830 if ((tx_end_index == state->previous_data_index) ||
930 if (tx_end_index != state->previous_data_index) {
931 state->previous_data_index = tx_end_index;
2488 state->previous_data_index = -1;

Completed in 14 milliseconds