Home
last modified time | relevance | path

Searched refs:XAE_MAX_COUNTERS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/xilinx/
H A Dif_xaevar.h75 uint64_t counters[XAE_MAX_COUNTERS];
H A Dif_xaereg.h118 #define XAE_MAX_COUNTERS 43 macro
H A Dif_xae.c367 KASSERT(counter_id < XAE_MAX_COUNTERS, in xae_stat()