Home
last modified time | relevance | path

Searched refs:hcc_params (Results 1 – 12 of 12) sorted by relevance

/drivers/usb/host/
Dehci-hcd.c608 u32 hcc_params; in ehci_init() local
625 hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params); in ehci_init()
641 if (HCC_PGM_FRAMELISTLEN(hcc_params)) { in ehci_init()
654 if (HCC_ISOC_CACHE(hcc_params)) // full frame cache in ehci_init()
657 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in ehci_init()
686 if (HCC_PER_PORT_CHANGE_EVENT(hcc_params)) { in ehci_init()
691 if (HCC_CANPARK(hcc_params)) { in ehci_init()
706 if (HCC_PGM_FRAMELISTLEN(hcc_params)) { in ehci_init()
711 if (HCC_LPM(hcc_params)) { in ehci_init()
735 u32 hcc_params; in ehci_run() local
[all …]
Dxhci-dbg.c98 temp = xhci_readl(xhci, &xhci->cap_regs->hcc_params); in xhci_print_cap_regs()
463 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); in xhci_dbg_slot_ctx()
501 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); in xhci_dbg_ep_ctx()
549 int csz = HCC_64BYTE_CONTEXT(xhci->hcc_params); in xhci_dbg_ctx()
Dpci-quirks.c632 u32 hcc_params, cap, val; in quirk_usb_disable_ehci() local
650 hcc_params = readl(base + EHCI_HCC_PARAMS); in quirk_usb_disable_ehci()
651 offset = (hcc_params >> 8) & 0xff; in quirk_usb_disable_ehci()
Doxu210hp-hcd.c2594 u32 hcc_params; in oxu_hcd_init() local
2612 hcc_params = readl(&oxu->caps->hcc_params); in oxu_hcd_init()
2613 if (HCC_ISOC_CACHE(hcc_params)) /* full frame cache */ in oxu_hcd_init()
2616 oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in oxu_hcd_init()
2641 if (HCC_CANPARK(hcc_params)) { in oxu_hcd_init()
2656 if (HCC_PGM_FRAMELISTLEN(hcc_params)) { in oxu_hcd_init()
2708 u32 temp, hcc_params; in oxu_run() local
2732 hcc_params = readl(&oxu->caps->hcc_params); in oxu_run()
2733 if (HCC_64BIT_ADDR(hcc_params)) in oxu_run()
Dehci-dbg.c88 u32 params = ehci_readl(ehci, &ehci->caps->hcc_params); in dbg_hcc_params()
762 &ehci->caps->hcc_params)); in fill_registers_buffer()
798 i = ehci_readl(ehci, &ehci->caps->hcc_params); in fill_registers_buffer()
Doxu210hp.h78 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member
Dxhci-mem.c367 ctx->size = HCC_64BYTE_CONTEXT(xhci->hcc_params) ? 2048 : 1024; in xhci_alloc_container_ctx()
369 ctx->size += CTX_SIZE(xhci->hcc_params); in xhci_alloc_container_ctx()
403 (ctx->bytes + CTX_SIZE(xhci->hcc_params)); in xhci_get_slot_ctx()
416 (ctx->bytes + (ep_index * CTX_SIZE(xhci->hcc_params))); in xhci_get_ep_ctx()
2155 addr = &xhci->cap_regs->hcc_params; in xhci_setup_port_arrays()
Disp1760-hcd.c415 u32 hcc_params; in priv_init() local
430 hcc_params = reg_read32(hcd->regs, HC_HCCPARAMS); in priv_init()
432 if (HCC_ISOC_CACHE(hcc_params)) in priv_init()
435 priv->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in priv_init()
Dxhci.c2945 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries()
4183 temp = xhci_readl(xhci, &xhci->cap_regs->hcc_params); in xhci_gen_setup()
4202 xhci->hcc_params = xhci_readl(xhci, &xhci->cap_regs->hc_capbase); in xhci_gen_setup()
4203 xhci->hci_version = HC_VERSION(xhci->hcc_params); in xhci_gen_setup()
4204 xhci->hcc_params = xhci_readl(xhci, &xhci->cap_regs->hcc_params); in xhci_gen_setup()
4228 temp = xhci_readl(xhci, &xhci->cap_regs->hcc_params); in xhci_gen_setup()
Dxhci.h64 __le32 hcc_params; member
1411 __u32 hcc_params; member
Dxhci-hub.c62 if (HCC_PPC(xhci->hcc_params)) in xhci_common_hub_descriptor()
/drivers/usb/early/
Dehci-dbgp.c721 u32 hcc_params = readl(&ehci_caps->hcc_params); in early_ehci_bios_handoff() local
722 int offset = (hcc_params >> 8) & 0xff; in early_ehci_bios_handoff()