Searched refs:DSPbase (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/telephony/
H A Dixj.c329 if(ixj[cnt] == NULL || !ixj[cnt]->DSPbase)
378 if(!ixj[cnt].DSPbase)
486 DSPbase +
499 j->hsr.bytes.low = inb_p(j->DSPbase + 8);
500 j->hsr.bytes.high = inb_p(j->DSPbase + 9);
1170 if (j->DSPbase && atomic_read(&j->DSPWrite) == 0 && test_and_set_bit(board, (void *)&j->busyflags) == 0) {
1472 outb(bytes.low, j->DSPbase + 6);
1473 outb(bytes.high, j->DSPbase + 7);
1488 j->ssr.low = inb_p(j->DSPbase + 2);
1489 j->ssr.high = inb_p(j->DSPbase
[all...]
H A Dixj.h1172 unsigned int DSPbase; member in struct:__anon7069

Completed in 102 milliseconds