Searched refs:btphys (Results 1 – 3 of 3) sorted by relevance
128 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()
324 unsigned long btphys; /* transmitter B phys address */ member
1126 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()