Home
last modified time | relevance | path

Searched refs:i2c_enable (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/cris/arch-v10/drivers/
Di2c.c61 #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(); in i2c_inbyte()
244 i2c_enable(); in i2c_inbyte()
326 i2c_enable(); in i2c_getack()
/linux-4.4.14/drivers/usb/dwc2/
Dplatform.c75 .i2c_enable = 0,
105 .i2c_enable = -1,
Dcore.h391 int i2c_enable; member
472 unsigned i2c_enable:1; member
Dcore.c577 if (hsotg->core_params->i2c_enable > 0) { in dwc2_fs_phy_init()
2860 if (val == 1 && !(hsotg->hw_params.i2c_enable)) in dwc2_set_param_i2c_enable()
2868 val = hsotg->hw_params.i2c_enable; in dwc2_set_param_i2c_enable()
2872 hsotg->core_params->i2c_enable = val; in dwc2_set_param_i2c_enable()
3044 dwc2_set_param_i2c_enable(hsotg, params->i2c_enable); in dwc2_set_parameters()
3150 hw->i2c_enable = !!(hwcfg3 & GHWCFG3_I2C); in dwc2_get_hwparams()
3181 hw->i2c_enable); in dwc2_get_hwparams()
Dcore_intr.c167 && hsotg->core_params->i2c_enable > 0) { in dwc2_handle_otg_intr()