Searched refs:OHCI_QUIRK_FRAME_NO (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-ppc-of.c140 ohci->flags |= OHCI_QUIRK_FRAME_NO;
142 ohci->flags |= OHCI_QUIRK_FRAME_NO;
H A Dohci-ppc-soc.c79 ohci->flags |= OHCI_QUIRK_FRAME_NO;
H A Dohci.h402 #define OHCI_QUIRK_FRAME_NO 0x80 /* no big endian frame_no shift */ macro
654 #define big_endian_frame_no_quirk(ohci) (ohci->flags & OHCI_QUIRK_FRAME_NO)

Completed in 25 milliseconds