Searched refs:ct_probe_board (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/ctau/
H A Dctddk.h484 int ct_probe_board (port_t port, int irq, int dma);
H A Dif_ct.c355 if (ct_probe_board (iobase, -1, -1) == 0)
393 if (ct_probe_board (iobase, -1, -1) == 0)
419 if (ct_probe_board (iobase, -1, -1) == 0)
461 if (!ct_probe_board (iobase, -1, -1)) {
H A Dctddk.c60 if (ct_probe_board (porttab[i], -1, -1))
72 if (num >= NBRD || ! ct_probe_board (port, irq, dma))
H A Dctau.c275 int ct_probe_board (port_t port, int irq, int dma) function

Completed in 2101 milliseconds