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

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 462 int rx_pos; member in struct:vchiq_state_struct
vchiq_core.c 1640 while (state->rx_pos != tx_pos) {
1649 WARN_ON(!((state->rx_pos & VCHIQ_SLOT_MASK) == 0));
1651 SLOT_QUEUE_INDEX_FROM_POS(state->rx_pos) &
1665 (state->rx_pos & VCHIQ_SLOT_MASK));
2033 state->rx_pos += calc_stride(size);
2038 if ((state->rx_pos & VCHIQ_SLOT_MASK) == 0) {
2782 end = state->rx_pos & VCHIQ_SLOT_MASK;
3729 " tx_pos=%x(@%x), rx_pos=%x(@%x)",
3733 state->rx_pos,
3735 (state->rx_pos & VCHIQ_SLOT_MASK))
    [all...]

Completed in 14 milliseconds