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

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 570 int slot_space = VCHIQ_SLOT_SIZE - (tx_pos & VCHIQ_SLOT_MASK);
577 (state->tx_data + (tx_pos & VCHIQ_SLOT_MASK));
585 if ((tx_pos & VCHIQ_SLOT_MASK) == 0) {
618 return (VCHIQ_HEADER_T *)(state->tx_data + (tx_pos & VCHIQ_SLOT_MASK));
1649 WARN_ON(!((state->rx_pos & VCHIQ_SLOT_MASK) == 0));
1665 (state->rx_pos & VCHIQ_SLOT_MASK));
1739 if (((unsigned int)(uintptr_t)header & VCHIQ_SLOT_MASK) + calc_stride(size)
2038 if ((state->rx_pos & VCHIQ_SLOT_MASK) == 0) {
2293 int mem_align = (VCHIQ_SLOT_SIZE - (intptr_t)mem_base) & VCHIQ_SLOT_MASK;
2782 end = state->rx_pos & VCHIQ_SLOT_MASK;
    [all...]
vchiq_core.h 93 #define VCHIQ_SLOT_MASK (VCHIQ_SLOT_SIZE - 1)

Completed in 13 milliseconds