Lines Matching refs:hcc_params
110 u32 hcc_params; /* HCCPARAMS - offset 0x8 */
3013 u32 hcc_params;
3021 * periodic_size can shrink by USBCMD update if hcc_params allows.
3029 hcc_params = readl(&oxu->caps->hcc_params);
3030 if (HCC_ISOC_CACHE(hcc_params)) /* full frame cache */
3033 oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
3058 if (HCC_CANPARK(hcc_params)) {
3073 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
3117 u32 temp, hcc_params;
3130 /* hcc_params controls whether oxu->regs->segment must (!!!)
3141 hcc_params = readl(&oxu->caps->hcc_params);
3142 if (HCC_64BIT_ADDR(hcc_params))