Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h205 #define OHCI_CLF (1 << 1) /* control list filled */ macro
H A Dau1x00_usb_ohci.c278 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()
718 writel (OHCI_CLF, &ohci->regs->cmdstatus); /* start Control list */ in td_submit_job()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h221 #define OHCI_CLF (1 << 1) /* control list filled */ macro
H A Dohci-hcd.c412 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()
1025 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_job()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-q.c709 ohci_writel (ohci, OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_urb()
1109 command |= OHCI_CLF; in finish_unlinks()
1179 ohci_writel(ohci, OHCI_CLF, in takeback_td()
H A Dohci.h274 #define OHCI_CLF (1 << 1) /* control list filled */ macro
H A Dohci-hub.c277 temp |= OHCI_CLF; in ohci_rh_resume()
H A Dohci-dbg.c134 (temp & OHCI_CLF) ? " CLF" : "", in ohci_dump_status()