Searched refs:DTOP_RX_AVAIL (Results 1 – 1 of 1) sorted by relevance
118 #define DTOP_RX_AVAIL(poll) (*(poll) & 1) macro484 for (max = 0; (max < DTOP_MAX_POLL) && !DTOP_RX_AVAIL(poll); max++)490 for (max = 0; (max < DTOP_MAX_POLL) && !DTOP_RX_AVAIL(poll); max++)503 for (max = 0; (max < DTOP_MAX_POLL) && !DTOP_RX_AVAIL(poll); max++)537 if (DTOP_RX_AVAIL(dtop->poll)) { in dtopKBDGetc()