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

  /src/sys/dev/ic/
icp.c 1290 static gdt_evt_str icp_event_buffer[ICP_MAX_EVENTS];
1316 if (icp_event_lastidx == ICP_MAX_EVENTS)
1320 if (icp_event_oldidx == ICP_MAX_EVENTS)
1350 if (eindex < 0 || eindex >= ICP_MAX_EVENTS) {
1359 if (eindex == ICP_MAX_EVENTS)
1393 if (eindex == ICP_MAX_EVENTS)
icpreg.h 79 #define ICP_MAX_EVENTS 0x100 /* event buffer */

Completed in 17 milliseconds