Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-s3c2410.c142 static int i2c_s3c_irq_nextbyte(struct s3c24xx_i2c *i2c, unsigned long iicstat);
304 unsigned long iicstat = readl(i2c->regs + S3C2410_IICSTAT); in s3c24xx_i2c_stop() local
344 iicstat &= ~S3C2410_IICSTAT_TXRXEN; in s3c24xx_i2c_stop()
347 iicstat &= ~S3C2410_IICSTAT_START; in s3c24xx_i2c_stop()
349 writel(iicstat, i2c->regs + S3C2410_IICSTAT); in s3c24xx_i2c_stop()
401 static int i2c_s3c_irq_nextbyte(struct s3c24xx_i2c *i2c, unsigned long iicstat) in i2c_s3c_irq_nextbyte() argument
423 if (iicstat & S3C2410_IICSTAT_LASTBIT && in i2c_s3c_irq_nextbyte()
457 if (iicstat & S3C2410_IICSTAT_LASTBIT) { in i2c_s3c_irq_nextbyte()
633 unsigned long iicstat; in s3c24xx_i2c_set_master() local
637 iicstat = readl(i2c->regs + S3C2410_IICSTAT); in s3c24xx_i2c_set_master()
[all …]