Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dehci_def.h22 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/linux/drivers/usb/host/
H A Dehci-brcm.c105 len = HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_brcm_reset()
H A Doxu210hp-hcd.c100 #define HC_LENGTH(p) (((p)>>00)&0x00ff) /* bits 7:0 */ macro
3073 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
3079 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h213 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
H A Dfotg210-hcd.c5082 HC_LENGTH(fotg210, in fotg210_setup()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1847 HC_LENGTH(readl(&pdev->cap_regs->hc_capbase)); in cdnsp_gen_setup()