Home
last modified time | relevance | path

Searched refs:OHCI1394_IsoRecvIntMaskSet (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dohci1394.h317 #define OHCI1394_IsoRecvIntMaskSet 0x0A8 macro
Dohci1394.c447 reg_write(ohci, OHCI1394_IsoRecvIntMaskSet, 1 << d->ctx); in initialize_dma_rcv_ctx()
1483 reg_write(recv->ohci, OHCI1394_IsoRecvIntMaskSet, 1 << recv->task.context); in ohci_iso_recv_start()
3437 get_nb_iso_ctx(ohci, OHCI1394_IsoRecvIntMaskSet); in ohci1394_pci_probe()
Dvideo1394.c479 reg_write(ohci, OHCI1394_IsoRecvIntMaskSet, 1<<d->ctx); in initialize_dma_ir_ctx()
Ddv1394.c1095 reg_write(video->ohci, OHCI1394_IsoRecvIntMaskSet, (1 << video->ohci_ir_ctx) ); in do_dv1394_init()