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

/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.c126 c->brphys = phys + ((char*)c->brbuf - (char*)cb);
139 outw (BRBADRU(c->port), (unsigned short) (c->brphys>>16));
140 outw (BRBADRL(c->port), (unsigned short) c->brphys);
446 if (rcbadr >= c->brphys && rcbadr < c->brphys+DMABUFSZ) {
448 len = rcbadr - c->brphys;
H A Dcxddk.h322 unsigned long brphys; /* receiver B phys address */ member in struct:_cx_chan_t
H A Dcsigma.c1118 outw (BRBADRU(c->port), (unsigned short) (c->brphys>>16));
1119 outw (BRBADRL(c->port), (unsigned short) c->brphys);

Completed in 62 milliseconds