Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-sh7760.c102 static inline void OUT32(struct cami2c *cam, int reg, unsigned long val) in OUT32() function
124 OUT32(id, I2CMCR, 0); in sh7760_i2c_irq()
125 OUT32(id, I2CSCR, 0); in sh7760_i2c_irq()
126 OUT32(id, I2CSAR, 0); in sh7760_i2c_irq()
139 OUT32(id, I2CFCR, FCR_RFRST | FCR_TFRST); in sh7760_i2c_irq()
140 OUT32(id, I2CMCR, MCR_MIE | MCR_FSB); in sh7760_i2c_irq()
141 OUT32(id, I2CFIER, 0); in sh7760_i2c_irq()
142 OUT32(id, I2CMIER, MIE_MSTE); in sh7760_i2c_irq()
143 OUT32(id, I2CSCR, 0); in sh7760_i2c_irq()
144 OUT32(id, I2CSAR, 0); in sh7760_i2c_irq()
[all …]