Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-rcar.c38 #define ICSIER 0x10 /* slave irq enable */ macro
229 rcar_i2c_write(priv, ICSIER, 0); in rcar_i2c_reset_slave()
602 ssr_filtered = ssr_raw & rcar_i2c_read(priv, ICSIER); in rcar_i2c_slave_irq()
613 rcar_i2c_write(priv, ICSIER, SDE | SSR | SAR); in rcar_i2c_slave_irq()
617 rcar_i2c_write(priv, ICSIER, SDR | SSR | SAR); in rcar_i2c_slave_irq()
628 rcar_i2c_write(priv, ICSIER, SAR); in rcar_i2c_slave_irq()
975 rcar_i2c_write(priv, ICSIER, SAR); in rcar_reg_slave()