Searched refs:ctrlClear (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/ieee1394/ |
D | ohci1394.c | 405 ohci1394_stop_context(ohci, d->ctrlClear, NULL); in initialize_dma_rcv_ctx() 434 reg_write(ohci, d->ctrlClear, 0xffffffff); in initialize_dma_rcv_ctx() 465 ohci1394_stop_context(ohci, d->ctrlClear, NULL); in initialize_dma_trm_ctx() 2182 ohci1394_stop_context(d->ohci, d->ctrlClear, NULL); in dma_trm_reset() 2367 ohci1394_stop_context(ohci, d->ctrlClear, in ohci_irq_handler() 2378 ohci1394_stop_context(ohci, d->ctrlClear, in ohci_irq_handler() 2389 ohci1394_stop_context(ohci, d->ctrlClear, "RQPkt"); in ohci_irq_handler() 2399 ohci1394_stop_context(ohci, d->ctrlClear, "RSPkt"); in ohci_irq_handler() 2579 ohci1394_stop_context(ohci, d->ctrlClear, msg); in dma_rcv_tasklet() 2590 ohci1394_stop_context(ohci, d->ctrlClear, in dma_rcv_tasklet() [all …]
|
D | ohci1394.h | 109 int ctrlClear; member 140 int ctrlClear; member
|
D | video1394.c | 106 int ctrlClear; member 166 ohci1394_stop_context(d->ohci, d->ctrlClear, NULL); in free_dma_iso_ctx() 265 d->ctrlClear = OHCI1394_IsoRcvContextControlClear+32*d->ctx; in alloc_dma_iso_ctx() 295 d->ctrlClear = OHCI1394_IsoXmitContextControlClear+16*d->ctx; in alloc_dma_iso_ctx() 457 ohci1394_stop_context(ohci, d->ctrlClear, NULL); in initialize_dma_ir_ctx() 465 reg_write(ohci, d->ctrlClear, 0xf0000000); in initialize_dma_ir_ctx() 701 ohci1394_stop_context(ohci, d->ctrlClear, NULL); in initialize_dma_it_ctx()
|