Searched refs:btphys (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cx/
H A Dcxddk.h324 unsigned long btphys; /* transmitter B phys address */ member in struct:_cx_chan_t
H A Dcxddk.c128 c->btphys = phys + ((char*)c->btbuf - (char*)cb);
147 outw (BTBADRU(c->port), (unsigned short) (c->btphys>>16));
148 outw (BTBADRL(c->port), (unsigned short) c->btphys);
H A Dcsigma.c1126 outw (BTBADRU(c->port), (unsigned short) (c->btphys>>16));
1127 outw (BTBADRL(c->port), (unsigned short) c->btphys);

Completed in 305 milliseconds