Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dohci-q.c667 ohci_writel (ohci, OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_urb()
1028 command |= OHCI_CLF; in finish_unlinks()
1103 ohci_writel(ohci, OHCI_CLF, in takeback_td()
Dohci.h265 #define OHCI_CLF (1 << 1) /* control list filled */ macro
Dohci-hub.c258 temp |= OHCI_CLF; in ohci_rh_resume()
Dohci-dbg.c186 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()