HomeSort by: relevance | last modified time | path
    Searched refs:i2c_enable (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/evbppc/obs405/
obs600_autoconf.c 78 .i2c_enable = 0,
  /src/sys/arch/arm/broadcom/
bcm2835_dwctwo.c 81 .i2c_enable = 0,
  /src/sys/arch/mips/ingenic/
ingenic_dwctwo.c 82 .i2c_enable = -1,
  /src/sys/external/bsd/dwc2/dist/
dwc2_core.h 299 * @i2c_enable: Specifies whether to use the I2Cinterface for a full
378 int i2c_enable; member in struct:dwc2_core_params
462 unsigned i2c_enable:1; member in struct:dwc2_hw_params
dwc2_coreintr.c 178 && hsotg->core_params->i2c_enable > 0) {
dwc2_core.c 693 if (hsotg->core_params->i2c_enable > 0) {
3034 dev_err(hsotg->dev, "Wrong value for i2c_enable\n");
3035 dev_err(hsotg->dev, "i2c_enable must be 0 or 1\n");
3041 if (val == 1 && !(hsotg->hw_params.i2c_enable))
3047 "%d invalid for i2c_enable. Check HW configuration.\n",
3049 val = hsotg->hw_params.i2c_enable;
3050 dev_dbg(hsotg->dev, "Setting i2c_enable to %d\n", val);
3053 hsotg->core_params->i2c_enable = val;
3226 dwc2_set_param_i2c_enable(hsotg, params->i2c_enable);
3400 hw->i2c_enable = !!(hwcfg3 & GHWCFG3_I2C)
    [all...]
  /src/sys/arch/mips/cavium/dev/
octeon_dwctwo.c 119 .i2c_enable = 0,

Completed in 17 milliseconds