Searched defs:hcc_params (Results 1 - 11 of 11) sorted by relevance

/drivers/usb/host/
H A Dehci-hcd.c455 u32 hcc_params; local
469 hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params);
479 * periodic_size can shrink by USBCMD update if hcc_params allows.
491 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
504 if (HCC_ISOC_CACHE(hcc_params)) // full frame cache
507 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
532 if (HCC_PER_PORT_CHANGE_EVENT(hcc_params)) {
537 if (HCC_CANPARK(hcc_params)) {
552 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
570 u32 hcc_params; local
[all...]
H A Dpci-quirks.c746 u32 hcc_params, cap, val; local
764 hcc_params = readl(base + EHCI_HCC_PARAMS);
765 offset = (hcc_params >> 8) & 0xff;
H A Disp1760-hcd.c415 u32 hcc_params; local
425 * periodic_size can shrink by USBCMD update if hcc_params allows.
430 hcc_params = reg_read32(hcd->regs, HC_HCCPARAMS);
432 if (HCC_ISOC_CACHE(hcc_params))
435 priv->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
H A Doxu210hp-hcd.c2597 u32 hcc_params; local
2607 * periodic_size can shrink by USBCMD update if hcc_params allows.
2615 hcc_params = readl(&oxu->caps->hcc_params);
2616 if (HCC_ISOC_CACHE(hcc_params)) /* full frame cache */
2619 oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
2644 if (HCC_CANPARK(hcc_params)) {
2659 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
2711 u32 temp, hcc_params; local
2724 /* hcc_params control
[all...]
H A Dfotg210.h210 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member in struct:fotg210_caps
H A Dfusbh200.h205 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member in struct:fusbh200_caps
H A Doxu210hp.h78 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member in struct:ehci_caps
H A Dfotg210-hcd.c128 u32 params = fotg210_readl(fotg210, &fotg210->caps->hcc_params);
131 "%s hcc_params %04x uframes %s%s\n",
712 i = fotg210_readl(fotg210, &fotg210->caps->hcc_params);
5137 u32 hcc_params; local
5151 hcc_params = fotg210_readl(fotg210, &fotg210->caps->hcc_params);
5161 * periodic_size can shrink by USBCMD update if hcc_params allows.
5167 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
5210 if (HCC_CANPARK(hcc_params)) {
5225 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
5243 u32 hcc_params; local
[all...]
H A Dfusbh200-hcd.c127 u32 params = fusbh200_readl(fusbh200, &fusbh200->caps->hcc_params);
130 "%s hcc_params %04x uframes %s%s\n",
685 i = fusbh200_readl(fusbh200, &fusbh200->caps->hcc_params);
5070 u32 hcc_params; local
5084 hcc_params = fusbh200_readl(fusbh200, &fusbh200->caps->hcc_params);
5094 * periodic_size can shrink by USBCMD update if hcc_params allows.
5100 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
5135 if (HCC_CANPARK(hcc_params)) {
5150 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
5168 u32 hcc_params; local
[all...]
H A Dxhci.h55 * @hcc_params: HCCPARAMS - Capability Parameters
64 __le32 hcc_params; member in struct:xhci_cap_regs
101 /* HCCPARAMS - hcc_params - bitmasks */
1455 __u32 hcc_params; member in struct:xhci_hcd
/drivers/usb/early/
H A Dehci-dbgp.c717 u32 hcc_params = readl(&ehci_caps->hcc_params); local
718 int offset = (hcc_params >> 8) & 0xff;

Completed in 155 milliseconds