Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dohci.c275 #define QUIRK_RESET_PACKET 0x2 macro
341 QUIRK_RESET_PACKET},
356 QUIRK_CYCLE_TIMER | QUIRK_RESET_PACKET | QUIRK_NO_1394A},
359 QUIRK_RESET_PACKET | QUIRK_TI_SLLZ059},
362 QUIRK_RESET_PACKET | QUIRK_TI_SLLZ059},
365 QUIRK_RESET_PACKET},
385 ", reset packet generation = " __stringify(QUIRK_RESET_PACKET)
932 if (!(ohci->quirks & QUIRK_RESET_PACKET)) in handle_ar_packet()
2070 if (ohci->quirks & QUIRK_RESET_PACKET) in bus_reset_work()