Searched refs:HC_VERSION (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | ehci_def.h | 38 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-regs.h | 23 #define HC_VERSION(p) (((p) >> 16) & 0xffff) /* bits 31:16 */ macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-grlib.c | 121 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
|
| H A D | fotg210.h | 217 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
|
| H A D | ehci-hcd.c | 658 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
|
| H A D | ehci-dbg.c | 784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
|
| H A D | oxu210hp-hcd.c | 100 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro 3161 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
|
| H A D | xhci.h | 70 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
|
| H A D | fotg210-hcd.c | 669 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer() 5063 temp = HC_VERSION(fotg210, in fotg210_run()
|
| H A D | xhci.c | 5275 xhci->hci_version = HC_VERSION(xhci->hcc_params); in xhci_gen_setup()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci.h | 24 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
|
| H A D | xhci-ring.c | 683 if (HC_VERSION(xhci_readl(&ctrl->hccr->cr_capbase)) < 0x100) in xhci_bulk_tx() 831 if (HC_VERSION(xhci_readl(&ctrl->hccr->cr_capbase)) >= 0x100) { in xhci_ctrl_tx()
|
| H A D | xhci.c | 1242 reg = HC_VERSION(xhci_readl(&hccr->cr_capbase)); in xhci_lowlevel_init()
|
| H A D | ehci-hcd.c | 1078 reg = HC_VERSION(ehci_readl(&ctrl->hccr->cr_capbase)); in ehci_common_init()
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 95 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
|