Home
last modified time | relevance | path

Searched refs:OHCI1394_cycle64Seconds (Results 1 – 3 of 3) sorted by relevance

/linux/include/trace/events/
H A Dfirewire_ohci.h38 { OHCI1394_cycle64Seconds, "cycle64Seconds" },
/linux/drivers/firewire/
H A Dohci.h132 #define OHCI1394_cycle64Seconds 0x00200000 macro
H A Dohci.c424 evt & OHCI1394_cycle64Seconds ? " cycle64Seconds" : "", in log_irqs()
433 OHCI1394_cycleTooLong | OHCI1394_cycle64Seconds | in log_irqs()
1873 reg_write(ohci, OHCI1394_IntMaskSet, OHCI1394_cycle64Seconds); in update_bus_time()
2305 if (event & OHCI1394_cycle64Seconds) { in irq_handler()