Searched refs:reload_ctl (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/evbppc/obs405/
H A Dobs600_autoconf.c83 .reload_ctl = 0,
/netbsd-current/sys/arch/mips/ingenic/
H A Dingenic_dwctwo.c87 .reload_ctl = -1,
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_dwctwo.c86 .reload_ctl = 0,
/netbsd-current/sys/dev/fdt/
H A Ddwc2_fdt.c224 params->reload_ctl = 1;
/netbsd-current/sys/arch/mips/cavium/dev/
H A Docteon_dwctwo.c124 .reload_ctl = 0,
/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.h323 * @reload_ctl: Allow dynamic reloading of HFIR register during runtime
383 int reload_ctl; member in struct:dwc2_core_params
H A Ddwc2_core.c1178 if (hsotg->core_params->reload_ctl > 0) {
3092 "'%d' invalid for parameter reload_ctl\n", val);
3093 dev_err(hsotg->dev, "reload_ctl must be 0 or 1\n");
3104 "%d invalid for parameter reload_ctl. Check HW configuration.\n",
3107 dev_dbg(hsotg->dev, "Setting reload_ctl to %d\n", val);
3110 hsotg->core_params->reload_ctl = val;
3229 dwc2_set_param_reload_ctl(hsotg, params->reload_ctl);

Completed in 247 milliseconds