Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c1067 dwc->is_fpga = true; in dwc3_core_setup_global_control()
1070 WARN_ONCE(dwc->disable_scramble_quirk && !dwc->is_fpga, in dwc3_core_setup_global_control()
1073 if (dwc->disable_scramble_quirk && dwc->is_fpga) in dwc3_core_setup_global_control()
H A Dcore.h1099 * @is_fpga: true when we are using the FPGA board
1349 unsigned is_fpga:1; member