Lines Matching refs:cr1_mask
422 u8 cr1_reg, cr1_mask;
435 cr1_mask = PEB2466_CR1_PTG1;
440 cr1_mask = PEB2466_CR1_PTG2;
445 cr1_mask = PEB2466_CR1_PTG1;
450 cr1_mask = PEB2466_CR1_PTG2;
455 cr1_mask = PEB2466_CR1_PTG1;
460 cr1_mask = PEB2466_CR1_PTG2;
465 cr1_mask = PEB2466_CR1_PTG1;
470 cr1_mask = PEB2466_CR1_PTG2;
480 ret = regmap_update_bits(peb2466->regmap, cr1_reg, cr1_mask, 0);
487 ret = regmap_update_bits(peb2466->regmap, cr1_reg, cr1_mask, cr1_mask);