Lines Matching defs:clr_mask
60 * @clr_mask: Bits to clear in configuration register when configuring
82 u8 clr_mask;
127 .clr_mask = 1 << 5, /* not one-shot mode */
140 .clr_mask = 3 << 5,
149 .clr_mask = 3 << 5,
158 .clr_mask = 3 << 5,
222 .clr_mask = 1 << 7, /* not one-shot mode */
232 .clr_mask = 1 << 7, /* not one-shot mode */
241 .clr_mask = 1 << 7, /* not one-shot mode */
250 .clr_mask = 1 << 7, /* not one-shot mode*/
259 .clr_mask = 1 << 7, /* no one-shot mode*/
267 .clr_mask = 1 << 7, /* not one-shot mode*/
276 .clr_mask = 1 << 7, /* not one-shot mode*/
285 .clr_mask = 1 << 7, /* not one-shot mode*/
293 .clr_mask = 1 << 7 | 3 << 5,
302 .clr_mask = 1 << 5, /*not one-shot mode*/
307 .clr_mask = 1 << 5 | 1 << 6 | 1 << 7,
321 u8 clr_mask)
325 clr_mask |= LM75_SHUTDOWN;
326 value = data->current_conf & ~clr_mask;
635 data->params->clr_mask);