Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-pasemi-core.c46 #define SMSTA_MTN BIT(21) macro
109 if ((status & (SMSTA_MRNE | SMSTA_JMD | SMSTA_MTO | SMSTA_TOM | SMSTA_MTN | SMSTA_MTA)) || in pasemi_smb_clear()
128 reg_write(smbus, REG_IMASK, SMSTA_XEN | SMSTA_MTN); in pasemi_smb_waitready()
182 if (status & SMSTA_MTN) { in pasemi_smb_waitready()