Searched refs:HC_LENGTH (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/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() 68 (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 | 205 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
|
D | fusbh200.h | 200 #define HC_LENGTH(fusbh200, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
|
D | ehci-hcd.c | 662 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_setup()
|
D | xhci.h | 73 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro
|
D | oxu210hp-hcd.c | 2685 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset() 2691 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
|
D | xhci.c | 4909 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
|
D | fusbh200-hcd.c | 5243 HC_LENGTH(fusbh200, fusbh200_readl(fusbh200, &fusbh200->caps->hc_capbase)); in fusbh200_setup()
|
D | fotg210-hcd.c | 5325 HC_LENGTH(fotg210, in fotg210_setup()
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-regs.h | 25 #define HC_LENGTH(p) (((p) >> 00) & 0x00ff) /* bits 7:0 */ macro
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 35 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
|