Home
last modified time | relevance | path

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

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