Lines Matching refs:hcc_params
110 u32 hcc_params; /* HCCPARAMS - offset 0x8 */
3014 u32 hcc_params;
3022 * periodic_size can shrink by USBCMD update if hcc_params allows.
3030 hcc_params = readl(&oxu->caps->hcc_params);
3031 if (HCC_ISOC_CACHE(hcc_params)) /* full frame cache */
3034 oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params);
3059 if (HCC_CANPARK(hcc_params)) {
3074 if (HCC_PGM_FRAMELISTLEN(hcc_params)) {
3118 u32 temp, hcc_params;
3131 /* hcc_params controls whether oxu->regs->segment must (!!!)
3142 hcc_params = readl(&oxu->caps->hcc_params);
3143 if (HCC_64BIT_ADDR(hcc_params))