Searched refs:i2c_enable (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
H A D | i2c.c | 61 #define i2c_enable() macro 85 #define i2c_enable() *R_PORT_PB_I2C = (port_pb_i2c_shadow |= IO_MASK(R_PORT_PB_I2C, i2c_en)) macro 224 i2c_enable(); i2c_inbyte() 244 i2c_enable(); i2c_inbyte() 326 i2c_enable(); i2c_getack()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
H A D | i2c.c | 63 #define i2c_enable() macro 193 i2c_enable(); i2c_inbyte() 213 i2c_enable(); i2c_inbyte() 299 i2c_enable(); i2c_getack()
|
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | platform.c | 71 .i2c_enable = 0, 99 .i2c_enable = -1,
|
H A D | core.c | 210 if (hsotg->core_params->i2c_enable > 0) { dwc2_fs_phy_init() 2485 dev_err(hsotg->dev, "Wrong value for i2c_enable\n"); dwc2_set_param_i2c_enable() 2486 dev_err(hsotg->dev, "i2c_enable must be 0 or 1\n"); dwc2_set_param_i2c_enable() 2492 if (val == 1 && !(hsotg->hw_params.i2c_enable)) dwc2_set_param_i2c_enable() 2498 "%d invalid for i2c_enable. Check HW configuration.\n", dwc2_set_param_i2c_enable() 2500 val = hsotg->hw_params.i2c_enable; dwc2_set_param_i2c_enable() 2501 dev_dbg(hsotg->dev, "Setting i2c_enable to %d\n", val); dwc2_set_param_i2c_enable() 2504 hsotg->core_params->i2c_enable = val; dwc2_set_param_i2c_enable() 2642 dwc2_set_param_i2c_enable(hsotg, params->i2c_enable); dwc2_set_parameters() 2746 hw->i2c_enable = !!(hwcfg3 & GHWCFG3_I2C); dwc2_get_hwparams() 2776 dev_dbg(hsotg->dev, " i2c_enable=%d\n", dwc2_get_hwparams() 2777 hw->i2c_enable); dwc2_get_hwparams()
|
H A D | core.h | 296 * @i2c_enable: Specifies whether to use the I2Cinterface for a full 363 int i2c_enable; member in struct:dwc2_core_params 442 unsigned i2c_enable:1; member in struct:dwc2_hw_params
|
H A D | core_intr.c | 167 && hsotg->core_params->i2c_enable > 0) { dwc2_handle_otg_intr()
|
Completed in 119 milliseconds