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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dvideo1394.c102 int ctrlSet; member in struct:dma_iso_ctx
240 d->ctrlSet = OHCI1394_IsoRcvContextControlSet+32*d->ctx;
269 d->ctrlSet = OHCI1394_IsoXmitContextControlSet+16*d->ctx;
452 reg_write(ohci, d->ctrlSet, 0x80000000);
456 reg_write(ohci, d->ctrlSet, 0x40000000);
917 if (!(reg_read(ohci, d->ctrlSet) & 0x8000))
926 reg_write(ohci, d->ctrlSet, 0x8000);
930 if (!(reg_read(ohci, d->ctrlSet) & 0x400)) {
933 reg_write(ohci, d->ctrlSet, 0x1000);
1082 if (!(reg_read(ohci, d->ctrlSet)
[all...]
H A Dohci1394.h102 int ctrlSet; member in struct:dma_rcv_ctx
133 int ctrlSet; member in struct:dma_trm_ctx
H A Dohci1394.c390 reg_write(ohci, d->ctrlSet, 0xd0000000);
407 reg_write(ohci, d->ctrlSet, 0x00008000);
802 if (!(reg_read(ohci, d->ctrlSet) & 0x8000)) {
812 reg_write(ohci, d->ctrlSet, 0x8000);
815 if (!(reg_read(ohci, d->ctrlSet) & 0x400))
819 reg_write(ohci, d->ctrlSet, 0x1000);
2287 "status=0x%08X", reg_read(ohci, d->ctrlSet));
2288 if (reg_read(ohci, d->ctrlSet) & 0x800)
2299 "status=0x%08X", reg_read(ohci, d->ctrlSet));
2300 if (reg_read(ohci, d->ctrlSet)
[all...]

Completed in 38 milliseconds