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

/freebsd-10.0-release/sys/dev/ctau/
H A Dctaureg.h34 #define BSR3(p) ((p) | 0x4000) /* board status register 3, read only */ macro
H A Dctau.c80 inb (BSR3(port));
140 #define nstatus(b) (inb(BSR3(b)) & BSR3_NSTATUS)
142 #define confdone(b) (inb(BSR3(b)) & BSR3_CONF_DN)
180 CTAU_DEBUG (("Bad nstatus, downloading aborted (bsr3=0x%x).\n", inb(BSR3(port))));
251 osr3 = inb (BSR3(port));
257 sr3 = inb (BSR3(port));
258 sr3 = inb (BSR3(port));
289 osr3 = inb (BSR3(port));
294 sr3 = inb (BSR3(port));
419 long osc = (inb (BSR3(por
[all...]

Completed in 159 milliseconds