Home
last modified time | relevance | path

Searched refs:besl (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_params.c235 p->besl = false;
308 p->besl = false;
474 p->besl = true; in dwc2_set_param_lpm()
479 p->besl = false; in dwc2_set_param_lpm()
807 CHECK_BOOL(besl, hsotg->params.lpm); in dwc2_check_params()
808 CHECK_BOOL(besl, (hsotg->hw_params.snpsid >= DWC2_CORE_REV_3_00a)); in dwc2_check_params()
810 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
H A Ddwc2_core.h527 bool besl; member