Searched refs:twsi_write_ctl (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/i2c/
H A Docteon_i2c.c305 static void twsi_write_ctl(void __iomem *base, u8 data) function
395 twsi_write_ctl(base, TWSI_CTL_STA | TWSI_CTL_ENAB);
424 twsi_write_ctl(base, TWSI_CTL_STP | TWSI_CTL_ENAB);
469 twsi_write_ctl(base, TWSI_CTL_ENAB);
492 twsi_write_ctl(base, TWSI_CTL_ENAB);
567 twsi_write_ctl(base, TWSI_CTL_ENAB);
584 twsi_write_ctl(base, TWSI_CTL_ENAB |

Completed in 90 milliseconds