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

/drivers/i2c/busses/
H A Di2c-ismt.c142 #define ISMT_SPGT_SPD_MASK 0xc0000000 /* SMBus Speed mask */ macro
712 writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_80K),
718 writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_100K),
724 writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_400K),
730 writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_1M),
741 switch (val & ISMT_SPGT_SPD_MASK) {

Completed in 16 milliseconds