Searched refs:hcc_params (Results 1 – 10 of 10) sorted by relevance
36 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member
942 u32 hcc_params, cap, val; in quirk_usb_disable_ehci() local960 hcc_params = readl(base + EHCI_HCC_PARAMS); in quirk_usb_disable_ehci()968 hcc_params &= ~(0xffL << 8); in quirk_usb_disable_ehci()970 offset = (hcc_params >> 8) & 0xff; in quirk_usb_disable_ehci()
111 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member2990 u32 hcc_params; in oxu_hcd_init() local3006 hcc_params = readl(&oxu->caps->hcc_params); in oxu_hcd_init()3007 if (HCC_ISOC_CACHE(hcc_params)) /* full frame cache */ in oxu_hcd_init()3010 oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in oxu_hcd_init()3035 if (HCC_CANPARK(hcc_params)) { in oxu_hcd_init()3050 if (HCC_PGM_FRAMELISTLEN(hcc_params)) { in oxu_hcd_init()3094 u32 temp, hcc_params; in oxu_run() local3118 hcc_params = readl(&oxu->caps->hcc_params); in oxu_run()3119 if (HCC_64BIT_ADDR(hcc_params)) in oxu_run()
53 u32 params = ehci_readl(ehci, &ehci->caps->hcc_params); in dbg_hcc_params()805 &ehci->caps->hcc_params)); in fill_registers_buffer()841 i = ehci_readl(ehci, &ehci->caps->hcc_params); in fill_registers_buffer()
84 __entry->ctx_64 = xhci->hcc_params & HCC_64BYTE_CONTEXT;
711 u32 hcc_params = readl(&ehci_caps->hcc_params); in early_ehci_bios_handoff() local712 int offset = (hcc_params >> 8) & 0xff; in early_ehci_bios_handoff()
1653 int max_streams = HCC_MAX_PSA(pdev->hcc_params); in cdnsp_gadget_init_endpoints()1853 pdev->hcc_params = readl(&pdev->cap_regs->hc_capbase); in cdnsp_gen_setup()1854 pdev->hci_version = HC_VERSION(pdev->hcc_params); in cdnsp_gen_setup()1855 pdev->hcc_params = readl(&pdev->cap_regs->hcc_params); in cdnsp_gen_setup()1882 if (HCC_64BIT_ADDR(pdev->hcc_params) && in cdnsp_gen_setup()
463 int size = HCC_64BYTE_CONTEXT(pdev->hcc_params) ? 2048 : 1024; in cdnsp_init_device_ctx()467 pdev->out_ctx.ctx_size = CTX_SIZE(pdev->hcc_params); in cdnsp_init_device_ctx()
220 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member
106 u32 params = fotg210_readl(fotg210, &fotg210->caps->hcc_params); in dbg_hcc_params()680 i = fotg210_readl(fotg210, &fotg210->caps->hcc_params); in fill_registers_buffer()4896 u32 hcc_params; in hcd_fotg210_init() local4909 hcc_params = fotg210_readl(fotg210, &fotg210->caps->hcc_params); in hcd_fotg210_init()4925 if (HCC_PGM_FRAMELISTLEN(hcc_params)) { in hcd_fotg210_init()4968 if (HCC_CANPARK(hcc_params)) { in hcd_fotg210_init()4983 if (HCC_PGM_FRAMELISTLEN(hcc_params)) { in hcd_fotg210_init()5023 fotg210_readl(fotg210, &fotg210->caps->hcc_params); in fotg210_run()