Home
last modified time | relevance | path

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

/trueos/sys/dev/cx/
HDcxddk.c126 c->brphys = phys + ((char*)c->brbuf - (char*)cb); in cx_start_chan()
139 outw (BRBADRU(c->port), (unsigned short) (c->brphys>>16)); in cx_start_chan()
140 outw (BRBADRL(c->port), (unsigned short) c->brphys); in cx_start_chan()
446 if (rcbadr >= c->brphys && rcbadr < c->brphys+DMABUFSZ) { in cx_receive_interrupt()
448 len = rcbadr - c->brphys; in cx_receive_interrupt()
HDcxddk.h322 unsigned long brphys; /* receiver B phys address */ member
HDcsigma.c1118 outw (BRBADRU(c->port), (unsigned short) (c->brphys>>16)); in cx_setup_chan()
1119 outw (BRBADRL(c->port), (unsigned short) c->brphys); in cx_setup_chan()