Lines Matching refs:hcc_params
458 u32 hcc_params;
472 hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params);
482 * periodic_size can shrink by USBCMD update if hcc_params allows.
494 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
507 if (HCC_ISOC_CACHE(hcc_params)) // full frame cache
510 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
535 if (HCC_PER_PORT_CHANGE_EVENT(hcc_params)) {
540 if (HCC_CANPARK(hcc_params)) {
555 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
576 u32 hcc_params;
587 * hcc_params controls whether ehci->regs->segment must (!!!)
598 hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params);
599 if (HCC_64BIT_ADDR(hcc_params)) {