Searched refs:HC_LENGTH (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | ehci-w90x900.c | 63 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in usb_w90x900_probe()
|
D | ehci-tilegx.c | 140 hcd->regs + HC_LENGTH(ehci, readl(&ehci->caps->hc_capbase)); in ehci_hcd_tilegx_drv_probe()
|
D | ehci-mxc.c | 121 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_mxc_drv_probe()
|
D | xhci-dbg.c | 39 (unsigned int) HC_LENGTH(temp)); in xhci_dbg_regs() 70 (unsigned int) HC_LENGTH(temp)); in xhci_print_cap_regs()
|
D | oxu210hp.h | 67 #define HC_LENGTH(p) (((p)>>00)&0x00ff) /* bits 7:0 */ macro
|
D | fotg210.h | 211 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
|
D | ehci-hcd.c | 663 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_setup()
|
D | xhci.h | 76 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro
|
D | oxu210hp-hcd.c | 2684 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset() 2690 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
|
D | xhci.c | 4895 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
|
D | fotg210-hcd.c | 5130 HC_LENGTH(fotg210, in fotg210_setup()
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-regs.h | 25 #define HC_LENGTH(p) (((p) >> 00) & 0x00ff) /* bits 7:0 */ macro
|
/linux-4.4.14/include/linux/usb/ |
D | ehci_def.h | 35 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
|