Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cx/
HDcxddk.c128 c->btphys = phys + ((char*)c->btbuf - (char*)cb); in cx_start_chan()
147 outw (BTBADRU(c->port), (unsigned short) (c->btphys>>16)); in cx_start_chan()
148 outw (BTBADRL(c->port), (unsigned short) c->btphys); in cx_start_chan()
HDcxddk.h324 unsigned long btphys; /* transmitter B phys address */ member
HDcsigma.c1126 outw (BTBADRU(c->port), (unsigned short) (c->btphys>>16)); in cx_setup_chan()
1127 outw (BTBADRL(c->port), (unsigned short) c->btphys); in cx_setup_chan()