Searched refs:hcc_params (Results 1 – 12 of 12) sorted by relevance
/drivers/usb/host/ |
D | ehci-hcd.c | 608 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 …]
|
D | xhci-dbg.c | 98 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()
|
D | pci-quirks.c | 632 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()
|
D | oxu210hp-hcd.c | 2594 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()
|
D | ehci-dbg.c | 88 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()
|
D | oxu210hp.h | 78 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member
|
D | xhci-mem.c | 367 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()
|
D | isp1760-hcd.c | 415 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()
|
D | xhci.c | 2945 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()
|
D | xhci.h | 64 __le32 hcc_params; member 1411 __u32 hcc_params; member
|
D | xhci-hub.c | 62 if (HCC_PPC(xhci->hcc_params)) in xhci_common_hub_descriptor()
|
/drivers/usb/early/ |
D | ehci-dbgp.c | 721 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()
|