Searched refs:NCTAU (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/modules/ctau/
H A DMakefile9 NCTAU?= 3 macro
/freebsd-10.2-release/sys/dev/ctau/
H A Dif_ct.c68 #define NCTAU 1 macro
170 static ct_board_t *adapter [NCTAU];
171 static drv_t *channel [NCTAU*NCHAN];
172 static struct callout led_timo [NCTAU];
227 for (i = 0; i < NCTAU; ++i) {
387 if (devcount >= NCTAU)
1197 if (dev2unit(dev) >= NCTAU*NCHAN || ! (d = channel[dev2unit(dev)]))
1261 for (s=0; s<NCTAU*NCHAN; ++s)

Completed in 40 milliseconds