Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c278 #define QUIRK_RESET_PACKET 0x2 macro
344 QUIRK_RESET_PACKET},
359 QUIRK_CYCLE_TIMER | QUIRK_RESET_PACKET | QUIRK_NO_1394A},
362 QUIRK_RESET_PACKET | QUIRK_TI_SLLZ059},
365 QUIRK_RESET_PACKET | QUIRK_TI_SLLZ059},
368 QUIRK_RESET_PACKET},
388 ", reset packet generation = " __stringify(QUIRK_RESET_PACKET)
983 if (!(ohci->quirks & QUIRK_RESET_PACKET)) in handle_ar_packet()
2164 if (ohci->quirks & QUIRK_RESET_PACKET) in bus_reset_work()