Lines Matching defs:clr_mask
59 * @clr_mask: Bits to clear in configuration register when configuring
81 u8 clr_mask;
126 .clr_mask = 1 << 5, /* not one-shot mode */
131 .clr_mask = 3 << 5,
140 .clr_mask = 3 << 5,
149 .clr_mask = 3 << 5,
213 .clr_mask = 1 << 7, /* not one-shot mode */
223 .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, /* no one-shot mode*/
258 .clr_mask = 1 << 7, /* not one-shot mode*/
267 .clr_mask = 1 << 7, /* not one-shot mode*/
276 .clr_mask = 1 << 7, /* not one-shot mode*/
284 .clr_mask = 1 << 7 | 3 << 5,
293 .clr_mask = 1 << 5, /*not one-shot mode*/
305 u8 clr_mask)
309 clr_mask |= LM75_SHUTDOWN;
310 value = data->current_conf & ~clr_mask;
619 data->params->clr_mask);