Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-rcar.c78 #define MST (1 << 4) /* sent a stop */ macro
89 #define RCAR_IRQ_SEND (MNR | MAL | MST | MAT | MDE)
90 #define RCAR_IRQ_RECV (MNR | MAL | MST | MAT | MDR)
91 #define RCAR_IRQ_STOP (MST)
463 if (msr & MST) { in rcar_i2c_irq()