Home
last modified time | relevance | path

Searched full:i2c_scl (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/u-boot/drivers/i2c/
H A Dsoft_i2c.c67 # ifndef I2C_SCL
68 # define I2C_SCL(bit) \ macro
136 I2C_SCL(1); in send_reset()
143 I2C_SCL(0); in send_reset()
146 I2C_SCL(1); in send_reset()
166 I2C_SCL(1); in send_start()
179 I2C_SCL(0); in send_stop()
184 I2C_SCL(1); in send_stop()
198 I2C_SCL(0); in send_ack()
203 I2C_SCL(1); in send_ack()
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-via.c25 #define I2C_SCL 0x02 /* clock bit in DIR/OUT/IN register */ macro
43 outb(state ? inb(I2C_DIR) & ~I2C_SCL : inb(I2C_DIR) | I2C_SCL, I2C_DIR); in bit_via_setscl()
53 return (0 != (inb(I2C_IN) & I2C_SCL)); in bit_via_getscl()
121 outb(inb(I2C_DIR) & ~(I2C_SDA | I2C_SCL), I2C_DIR); in vt586b_probe()
122 outb(inb(I2C_OUT) & ~(I2C_SDA | I2C_SCL), I2C_OUT); in vt586b_probe()
/openbmc/linux/drivers/pinctrl/freescale/
H A Dpinctrl-imx23.c45 I2C_SCL = PINID(0, 30), enumerator
165 MXS_PINCTRL_PIN(I2C_SCL),
/openbmc/u-boot/include/configs/
H A Dsnapper9260.h105 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit) macro
H A Dethernut5.h129 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit) macro
H A Dvct.h174 #define I2C_SCL(bit) vct_gpio_set(CONFIG_SYS_GPIO_I2C_SCL, bit) macro
H A Dhrcon.h412 #define I2C_SCL(bit) \ macro
H A Dstrider.h444 #define I2C_SCL(bit) \ macro
/openbmc/u-boot/arch/arm/mach-imx/
H A Di2c-mxv7.c89 snprintf(name, sizeof(name), "i2c_scl%01d", i2c_index); in setup_i2c()
/openbmc/linux/include/linux/soc/ti/
H A Domap1-mux.h249 I2C_SCL, enumerator
/openbmc/linux/arch/arm/mach-omap1/
H A Di2c.c29 omap_cfg_reg(I2C_SCL); in omap1_i2c_mux_pins()
H A Dmux.c225 MUX_CFG("I2C_SCL", 7, 24, 0, NA, 0, 0, NA, 0, 0)
/openbmc/linux/arch/arm/boot/dts/mediatek/
H A Dmt7629-rfb.dts175 pins = "I2C_SDA", "I2C_SCL";
/openbmc/linux/drivers/pinctrl/cirrus/
H A Dpinctrl-cs42l43.c67 CS42L43_PIN(11, "i2c_scl", DRV_CTRL_5, I2C_SCL),
/openbmc/u-boot/include/configs/km/
H A Dkm_arm.h164 #define I2C_SCL(bit) kw_gpio_set_value(KM_KIRKWOOD_SCL_PIN, bit) macro
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs42l43.yaml230 i2c_sda, i2c_scl,
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt7622-pinctrl.yaml271 I2C_SDA, I2C_SCL, I2S2_IN, I2S3_IN, I2S4_IN, I2S2_OUT,
H A Dmediatek,mt7986-pinctrl.yaml273 enum: [SYS_WATCHDOG, WF2G_LED, WF5G_LED, I2C_SCL, I2C_SDA, GPIO_0,
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-ns.c42 { 4, "i2c_scl", (void *)(FLAG_BCM4708 | FLAG_BCM4709 | FLAG_BCM53012) },
/openbmc/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-common.dtsi314 MFP_PIN_PXA300(21) MFP_AF1 /* I2C_SCL */
/openbmc/u-boot/board/keymile/km_arm/
H A Dkm_arm.c493 I2C_SCL(state); in set_scl()
/openbmc/u-boot/drivers/pinctrl/mediatek/
H A Dpinctrl-mt7629.c116 MT7629_PIN(20, "I2C_SCL"),
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mt7629.c135 MT7629_PIN(20, "I2C_SCL", 20),
H A Dpinctrl-mt7986.c483 MT7986_PIN(3, "I2C_SCL"),
587 MT7986_PIN(3, "I2C_SCL"),
H A Dpinctrl-mt7622.c171 MT7622_PIN(15, "I2C_SCL"),

12