Searched refs:hcc_params (Results 1 – 12 of 12) sorted by relevance
/drivers/usb/host/ |
D | ehci-hcd.c | 458 u32 hcc_params; in ehci_init() local 472 hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params); in ehci_init() 492 if (HCC_PGM_FRAMELISTLEN(hcc_params)) { in ehci_init() 505 if (HCC_ISOC_CACHE(hcc_params)) // full frame cache in ehci_init() 508 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in ehci_init() 533 if (HCC_PER_PORT_CHANGE_EVENT(hcc_params)) { in ehci_init() 538 if (HCC_CANPARK(hcc_params)) { in ehci_init() 553 if (HCC_PGM_FRAMELISTLEN(hcc_params)) { in ehci_init() 571 u32 hcc_params; in ehci_run() local 592 hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params); in ehci_run() [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() 548 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 | 73 u32 params = ehci_readl(ehci, &ehci->caps->hcc_params); in dbg_hcc_params() 737 &ehci->caps->hcc_params)); in fill_registers_buffer() 773 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() 399 (ctx->bytes + CTX_SIZE(xhci->hcc_params)); in xhci_get_slot_ctx() 412 (ctx->bytes + (ep_index * CTX_SIZE(xhci->hcc_params))); in xhci_get_ep_ctx() 2133 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-hub.c | 62 if (HCC_PPC(xhci->hcc_params)) in xhci_common_hub_descriptor() 591 temp = xhci_readl(xhci, &xhci->cap_regs->hcc_params); in xhci_hub_control()
|
D | xhci.c | 2958 max_streams = HCC_MAX_PSA(xhci->hcc_params); in xhci_calculate_streams_entries() 4674 temp = xhci_readl(xhci, &xhci->cap_regs->hcc_params); in xhci_gen_setup() 4693 xhci->hcc_params = xhci_readl(xhci, &xhci->cap_regs->hc_capbase); in xhci_gen_setup() 4694 xhci->hci_version = HC_VERSION(xhci->hcc_params); in xhci_gen_setup() 4695 xhci->hcc_params = xhci_readl(xhci, &xhci->cap_regs->hcc_params); in xhci_gen_setup() 4712 temp = xhci_readl(xhci, &xhci->cap_regs->hcc_params); in xhci_gen_setup()
|
D | xhci.h | 64 __le32 hcc_params; member 1415 __u32 hcc_params; member
|
/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()
|