|
@@ -682,7 +682,6 @@ struct dwc3_scratchpad_array {
|
|
* @is_utmi_l1_suspend: the core asserts output signal
|
|
* @is_utmi_l1_suspend: the core asserts output signal
|
|
* 0 - utmi_sleep_n
|
|
* 0 - utmi_sleep_n
|
|
* 1 - utmi_l1_suspend_n
|
|
* 1 - utmi_l1_suspend_n
|
|
- * @is_selfpowered: true when we are selfpowered
|
|
|
|
* @is_fpga: true when we are using the FPGA board
|
|
* @is_fpga: true when we are using the FPGA board
|
|
* @needs_fifo_resize: not all users might want fifo resizing, flag it
|
|
* @needs_fifo_resize: not all users might want fifo resizing, flag it
|
|
* @pullups_connected: true when Run/Stop bit is set
|
|
* @pullups_connected: true when Run/Stop bit is set
|
|
@@ -806,7 +805,6 @@ struct dwc3 {
|
|
unsigned has_hibernation:1;
|
|
unsigned has_hibernation:1;
|
|
unsigned has_lpm_erratum:1;
|
|
unsigned has_lpm_erratum:1;
|
|
unsigned is_utmi_l1_suspend:1;
|
|
unsigned is_utmi_l1_suspend:1;
|
|
- unsigned is_selfpowered:1;
|
|
|
|
unsigned is_fpga:1;
|
|
unsigned is_fpga:1;
|
|
unsigned needs_fifo_resize:1;
|
|
unsigned needs_fifo_resize:1;
|
|
unsigned pullups_connected:1;
|
|
unsigned pullups_connected:1;
|