Searched refs:OHCI1394_cycleTooLong (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dohci.h136 #define OHCI1394_cycleTooLong 0x02000000 macro
H A Dohci.c333 evt & OHCI1394_cycleTooLong ? " cycleTooLong" : "",
342 OHCI1394_cycleTooLong | OHCI1394_cycle64Seconds |
1680 if (unlikely(event & OHCI1394_cycleTooLong)) {
1910 OHCI1394_cycleInconsistent | OHCI1394_cycleTooLong |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dohci1394.h376 #define OHCI1394_cycleTooLong 0x02000000 macro
H A Dohci1394.c555 OHCI1394_cycleTooLong |
2225 if (event & OHCI1394_cycleTooLong) {
2229 DBGMSG("OHCI1394_cycleTooLong");
2232 event &= ~OHCI1394_cycleTooLong;

Completed in 132 milliseconds