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

/freebsd-10.2-release/sys/dev/cx/
H A Dcsigma.c285 if (c0 && ! cx_probe_chip (CS0(port)))
290 else if (c2 && ! cx_probe_chip (CS0(port + 0x10)))
350 port = ((rev & BSR_VAR_MASK) != CRONYX_400) ? CS0(b->port) : CS1(b->port);
383 port = ((rev & BSR_VAR_MASK) != CRONYX_400) ? CS0(port) : CS1(port);
551 b->chan[i+0].port = CS0(port);
554 b->chan[i+8].port = CS0(port+0x10);
778 b->chan[i+0].port = CS0(port);
781 b->chan[i+8].port = CS0(port+0x10);
835 b->chan[i+0].port = CS0(port);
837 b->chan[i+8].port = CS0(por
[all...]
H A Dcxreg.h25 #define CS0(p) ((p) | 0x8000) /* chip select 0 */ macro

Completed in 55 milliseconds