Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dehci_def.h36 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member
/linux/drivers/usb/host/
H A Dpci-quirks.c942 u32 hcc_params, cap, val; in quirk_usb_disable_ehci() local
960 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()
H A Doxu210hp-hcd.c111 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member
2990 u32 hcc_params; in oxu_hcd_init() local
3006 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() local
3118 hcc_params = readl(&oxu->caps->hcc_params); in oxu_run()
3119 if (HCC_64BIT_ADDR(hcc_params)) in oxu_run()
H A Dehci-dbg.c53 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()
H A Dxhci-trace.h84 __entry->ctx_64 = xhci->hcc_params & HCC_64BYTE_CONTEXT;
/linux/drivers/usb/early/
H A Dehci-dbgp.c711 u32 hcc_params = readl(&ehci_caps->hcc_params); in early_ehci_bios_handoff() local
712 int offset = (hcc_params >> 8) & 0xff; in early_ehci_bios_handoff()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1653 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()
H A Dcdnsp-mem.c463 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()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h220 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member
H A Dfotg210-hcd.c106 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() local
4909 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()