| dwc2_core.c | 92 hr->hfir = DWC2_READ_4(hsotg, HFIR); 128 DWC2_WRITE_4(hsotg, HFIR, hr->hfir); 1158 u32 hcfg, hfir, otgctl; local in function:dwc2_core_host_init 1174 * This bit allows dynamic reloading of the HFIR register during 1179 hfir = DWC2_READ_4(hsotg, HFIR); 1180 hfir |= HFIR_RLDCTRL; 1181 DWC2_WRITE_4(hsotg, HFIR, hfir) [all...] |