/openbmc/u-boot/drivers/i2c/ |
H A D | soft_i2c.c | 67 # 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 D | i2c-via.c | 25 #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 D | pinctrl-imx23.c | 45 I2C_SCL = PINID(0, 30), enumerator 165 MXS_PINCTRL_PIN(I2C_SCL),
|
/openbmc/u-boot/include/configs/ |
H A D | snapper9260.h | 105 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit) macro
|
H A D | ethernut5.h | 129 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit) macro
|
H A D | vct.h | 174 #define I2C_SCL(bit) vct_gpio_set(CONFIG_SYS_GPIO_I2C_SCL, bit) macro
|
H A D | hrcon.h | 412 #define I2C_SCL(bit) \ macro
|
H A D | strider.h | 444 #define I2C_SCL(bit) \ macro
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | i2c-mxv7.c | 89 snprintf(name, sizeof(name), "i2c_scl%01d", i2c_index); in setup_i2c()
|
/openbmc/linux/include/linux/soc/ti/ |
H A D | omap1-mux.h | 249 I2C_SCL, enumerator
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | i2c.c | 29 omap_cfg_reg(I2C_SCL); in omap1_i2c_mux_pins()
|
H A D | mux.c | 225 MUX_CFG("I2C_SCL", 7, 24, 0, NA, 0, 0, NA, 0, 0)
|
/openbmc/linux/arch/arm/boot/dts/mediatek/ |
H A D | mt7629-rfb.dts | 175 pins = "I2C_SDA", "I2C_SCL";
|
/openbmc/linux/drivers/pinctrl/cirrus/ |
H A D | pinctrl-cs42l43.c | 67 CS42L43_PIN(11, "i2c_scl", DRV_CTRL_5, I2C_SCL),
|
/openbmc/u-boot/include/configs/km/ |
H A D | km_arm.h | 164 #define I2C_SCL(bit) kw_gpio_set_value(KM_KIRKWOOD_SCL_PIN, bit) macro
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | cirrus,cs42l43.yaml | 230 i2c_sda, i2c_scl,
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt7622-pinctrl.yaml | 271 I2C_SDA, I2C_SCL, I2S2_IN, I2S3_IN, I2S4_IN, I2S2_OUT,
|
H A D | mediatek,mt7986-pinctrl.yaml | 273 enum: [SYS_WATCHDOG, WF2G_LED, WF5G_LED, I2C_SCL, I2C_SDA, GPIO_0,
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-ns.c | 42 { 4, "i2c_scl", (void *)(FLAG_BCM4708 | FLAG_BCM4709 | FLAG_BCM53012) },
|
/openbmc/linux/arch/arm/boot/dts/intel/pxa/ |
H A D | pxa300-raumfeld-common.dtsi | 314 MFP_PIN_PXA300(21) MFP_AF1 /* I2C_SCL */
|
/openbmc/u-boot/board/keymile/km_arm/ |
H A D | km_arm.c | 493 I2C_SCL(state); in set_scl()
|
/openbmc/u-boot/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt7629.c | 116 MT7629_PIN(20, "I2C_SCL"),
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt7629.c | 135 MT7629_PIN(20, "I2C_SCL", 20),
|
H A D | pinctrl-mt7986.c | 483 MT7986_PIN(3, "I2C_SCL"), 587 MT7986_PIN(3, "I2C_SCL"),
|
H A D | pinctrl-mt7622.c | 171 MT7622_PIN(15, "I2C_SCL"),
|