Lines Matching refs:clr_mask
83 u8 clr_mask; member
128 .clr_mask = 1 << 5, /* not one-shot mode */
141 .clr_mask = 3 << 5,
150 .clr_mask = 3 << 5,
159 .clr_mask = 3 << 5,
223 .clr_mask = 1 << 7, /* not one-shot mode */
233 .clr_mask = 1 << 7, /* not one-shot mode */
242 .clr_mask = 1 << 7, /* not one-shot mode */
251 .clr_mask = 1 << 7, /* not one-shot mode*/
260 .clr_mask = 1 << 7, /* no one-shot mode*/
268 .clr_mask = 1 << 7, /* not one-shot mode*/
277 .clr_mask = 1 << 7, /* not one-shot mode*/
286 .clr_mask = 1 << 7, /* not one-shot mode*/
294 .clr_mask = 1 << 7 | 3 << 5,
303 .clr_mask = 1 << 5, /*not one-shot mode*/
308 .clr_mask = 1 << 5 | 1 << 6 | 1 << 7,
322 u8 clr_mask) in lm75_write_config() argument
326 clr_mask |= LM75_SHUTDOWN; in lm75_write_config()
327 value = data->current_conf & ~clr_mask; in lm75_write_config()
636 data->params->clr_mask); in lm75_probe()