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

/freebsd-12-stable/sys/modules/ctau/
H A DMakefile9 NCTAU?= 3 macro
/freebsd-12-stable/sys/dev/ctau/
H A Dif_ct.c69 #define NCTAU 1 macro
171 static ct_board_t *adapter [NCTAU];
172 static drv_t *channel [NCTAU*NCHAN];
173 static struct callout led_timo [NCTAU];
211 for (i = 0; i < NCTAU; ++i) {
370 if (devcount >= NCTAU)
1181 if (dev2unit(dev) >= NCTAU*NCHAN || ! (d = channel[dev2unit(dev)]))
1245 for (s=0; s<NCTAU*NCHAN; ++s)

Completed in 195 milliseconds