Searched refs:hcc_params (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dpci-quirks.c217 u32 hcc_params, val; local
236 hcc_params = readl(base + EHCI_HCC_PARAMS);
237 offset = (hcc_params >> 8) & 0xff;
H A Dehci-hcd.c637 u32 hcc_params; local
654 * periodic_size can shrink by USBCMD update if hcc_params allows.
661 hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params);
662 if (HCC_ISOC_CACHE(hcc_params)) // full frame cache
665 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
690 if (HCC_CANPARK(hcc_params)) {
705 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
732 u32 hcc_params; local
746 * hcc_params control
[all...]
H A Dehci-hub.c529 u32 hcc_params; local
835 hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params);
836 if (HCC_64BIT_ADDR (hcc_params)) {
H A Dehci-dbg.c89 u32 params = ehci_readl(ehci, &ehci->caps->hcc_params);
93 "%s hcc_params %04x caching frame %s%s%s\n",
100 "%s hcc_params %04x thresh %d uframes %s%s%s\n",
675 offset = HCC_EXT_CAPS (ehci_readl(ehci, &ehci->caps->hcc_params));
710 i = ehci_readl(ehci, &ehci->caps->hcc_params);
H A Dehci.h259 u32 hcc_params; /* HCCPARAMS - offset 0x8 */ member in struct:ehci_caps

Completed in 30 milliseconds