Searched refs:controller_type (Results 1 – 2 of 2) sorted by relevance
| /u-boot/drivers/usb/common/ |
| A D | fsl-dt-fixup.c | 90 const char *controller_type, in fsl_fdt_fixup_usb_erratum() argument 106 if (strcmp(node_name, controller_type)) in fsl_fdt_fixup_usb_erratum() 119 const char *controller_type, char *str, in fsl_fdt_fixup_erratum() argument 127 *usb_erratum_off = fsl_fdt_fixup_usb_erratum(blob, buf, controller_type, in fsl_fdt_fixup_erratum()
|
| /u-boot/drivers/i2c/ |
| A D | rk_i2c.c | 45 int controller_type; member 405 if (soc_data->controller_type == RK_I2C_LEGACY) { in rockchip_i2c_probe() 437 .controller_type = RK_I2C_LEGACY, 441 .controller_type = RK_I2C_LEGACY, 445 .controller_type = RK_I2C_NEW, 449 .controller_type = RK_I2C_NEW, 453 .controller_type = RK_I2C_NEW, 457 .controller_type = RK_I2C_NEW,
|
Completed in 7 milliseconds