Searched refs:ICSSR (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-rcar.c | 41 #define ICSSR 0x08 /* slave status */ macro 66 /* ICSSR (also for ICSIER) */ 376 ssr_raw = rcar_i2c_read(priv, ICSSR) & 0xff; rcar_i2c_slave_irq() 395 rcar_i2c_write(priv, ICSSR, ~SAR & 0xff); rcar_i2c_slave_irq() 402 rcar_i2c_write(priv, ICSSR, ~SSR & 0xff); rcar_i2c_slave_irq() 413 rcar_i2c_write(priv, ICSSR, ~SDR & 0xff); rcar_i2c_slave_irq() 420 rcar_i2c_write(priv, ICSSR, ~SDE & 0xff); rcar_i2c_slave_irq() 583 rcar_i2c_write(priv, ICSSR, 0); rcar_reg_slave()
|
Completed in 48 milliseconds