Lines Matching refs:i2c_line_high
99 i2c_line_high enumerator
132 if (new_line_state == i2c_line_high) { in i2c_gpio_set()
142 if (new_line_state == i2c_line_high) in i2c_gpio_set()
193 *curr_statep = i2c_line_high; in i2c_gpio_get()
221 i2c_gpio_set(dd, i2c_line_scl, bit ? i2c_line_high : i2c_line_low); in scl_out()
228 i2c_gpio_set(dd, i2c_line_sda, bit ? i2c_line_high : i2c_line_low); in sda_out()
243 return bit == i2c_line_high ? 1U : 0; in sda_in()
257 scl_out(dd, i2c_line_high); in i2c_ackrcv()
277 scl_out(dd, i2c_line_high); in rd_byte()
299 scl_out(dd, i2c_line_high); in wr_byte()
308 scl_out(dd, i2c_line_high); in send_ack()
310 sda_out(dd, i2c_line_high); in send_ack()
325 sda_out(dd, i2c_line_high); in i2c_startcmd()
326 scl_out(dd, i2c_line_high); in i2c_startcmd()
349 scl_out(dd, i2c_line_high); in stop_cmd()
350 sda_out(dd, i2c_line_high); in stop_cmd()
381 sda_out(dd, i2c_line_high); in eeprom_reset()
385 scl_out(dd, i2c_line_high); in eeprom_reset()
392 scl_out(dd, i2c_line_high); in eeprom_reset()
393 sda_out(dd, i2c_line_high); in eeprom_reset()