Lines Matching refs:hcc_params
459 u32 hcc_params;
473 hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params);
483 * periodic_size can shrink by USBCMD update if hcc_params allows.
495 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
508 if (HCC_ISOC_CACHE(hcc_params)) // full frame cache
511 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
536 if (HCC_PER_PORT_CHANGE_EVENT(hcc_params)) {
541 if (HCC_CANPARK(hcc_params)) {
556 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
577 u32 hcc_params;
588 * hcc_params controls whether ehci->regs->segment must (!!!)
599 hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params);
600 if (HCC_64BIT_ADDR(hcc_params)) {