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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dvideo1394.c101 int ctrlSet; member in struct:dma_iso_ctx
239 d->ctrlSet = OHCI1394_IsoRcvContextControlSet+32*d->ctx;
268 d->ctrlSet = OHCI1394_IsoXmitContextControlSet+16*d->ctx;
451 reg_write(ohci, d->ctrlSet, 0x80000000);
455 reg_write(ohci, d->ctrlSet, 0x40000000);
916 if (!(reg_read(ohci, d->ctrlSet) & 0x8000))
925 reg_write(ohci, d->ctrlSet, 0x8000);
929 if (!(reg_read(ohci, d->ctrlSet) & 0x400)) {
932 reg_write(ohci, d->ctrlSet, 0x1000);
1086 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.c403 reg_write(ohci, d->ctrlSet, 0xd0000000);
420 reg_write(ohci, d->ctrlSet, 0x00008000);
825 if (!(reg_read(ohci, d->ctrlSet) & 0x8000)) {
835 reg_write(ohci, d->ctrlSet, 0x8000);
838 if (!(reg_read(ohci, d->ctrlSet) & 0x400))
842 reg_write(ohci, d->ctrlSet, 0x1000);
1047 d->ctrlSet = OHCI1394_IsoRcvContextControlSet +
2414 "status=0x%08X", reg_read(ohci, d->ctrlSet));
2415 if (reg_read(ohci, d->ctrlSet) & 0x800)
2426 "status=0x%08X", reg_read(ohci, d->ctrlSet));
[all...]

Completed in 124 milliseconds