Searched refs:ISMT_SPGT_SPD_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-ismt.c146 #define ISMT_SPGT_SPD_MASK 0xc0000000 /* SMBus Speed mask */ macro
748 writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_80K),
754 writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_100K),
760 writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_400K),
766 writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_1M),
777 switch (val & ISMT_SPGT_SPD_MASK) {

Completed in 98 milliseconds