Home
last modified time | relevance | path

Searched defs:usb2_port_config (Results 1 – 8 of 8) sorted by relevance

/external/coreboot/src/soc/intel/tigerlake/include/soc/
Dusb.h27 struct usb2_port_config { struct
28 uint8_t enable;
29 uint8_t ocpin;
30 uint8_t tx_bias;
31 uint8_t tx_emp_enable;
32 uint8_t pre_emp_bias;
33 uint8_t pre_emp_bit;
34 uint8_t type_c;
/external/coreboot/src/soc/intel/meteorlake/include/soc/
Dusb.h27 struct usb2_port_config { struct
28 uint8_t enable;
29 uint8_t ocpin;
30 uint8_t tx_bias;
31 uint8_t tx_emp_enable;
32 uint8_t pre_emp_bias;
33 uint8_t pre_emp_bit;
34 uint8_t type_c;
/external/coreboot/src/soc/intel/alderlake/include/soc/
Dusb.h27 struct usb2_port_config { struct
28 uint8_t enable;
29 uint8_t ocpin;
30 uint8_t tx_bias;
31 uint8_t tx_emp_enable;
32 uint8_t pre_emp_bias;
33 uint8_t pre_emp_bit;
34 uint8_t type_c;
/external/coreboot/src/soc/intel/elkhartlake/include/soc/
Dusb.h28 struct usb2_port_config { struct
29 uint8_t enable;
30 uint8_t ocpin;
31 uint8_t tx_bias;
32 uint8_t tx_emp_enable;
33 uint8_t pre_emp_bias;
34 uint8_t pre_emp_bit;
/external/coreboot/src/soc/intel/skylake/include/soc/
Dusb.h24 struct usb2_port_config { struct
25 uint8_t enable;
26 uint8_t ocpin;
27 uint8_t tx_bias;
28 uint8_t tx_emp_enable;
29 uint8_t pre_emp_bias;
30 uint8_t pre_emp_bit;
/external/coreboot/src/soc/intel/jasperlake/include/soc/
Dusb.h27 struct usb2_port_config { struct
28 uint8_t enable;
29 uint8_t ocpin;
30 uint8_t tx_bias;
31 uint8_t tx_emp_enable;
32 uint8_t pre_emp_bias;
33 uint8_t pre_emp_bit;
/external/coreboot/src/soc/intel/cannonlake/include/soc/
Dusb.h27 struct usb2_port_config { struct
28 uint8_t enable;
29 uint8_t ocpin;
30 uint8_t tx_bias;
31 uint8_t tx_emp_enable;
32 uint8_t pre_emp_bias;
33 uint8_t pre_emp_bit;
/external/coreboot/src/southbridge/intel/lynxpoint/
Dpch.h87 struct usb2_port_config { struct
100 extern const struct usb2_port_config mainboard_usb2_ports[MAX_USB2_PORTS]; argument