Lines Matching refs:bcictl1
244 u8 bcictl1, oldreg, fullreg;
276 status = twl4030_bci_read(TWL4030_BCICTL1, &bcictl1);
284 if ((!!cgain) != !!(bcictl1 & TWL4030_CGAIN))
388 if ((!!cgain) != !!(bcictl1 & TWL4030_CGAIN)) {
390 bcictl1 ^= TWL4030_CGAIN;
392 bcictl1, TWL4030_BCICTL1);
743 u8 bcictl1;
749 ret = twl4030_bci_read(TWL4030_BCICTL1, &bcictl1);
753 return regval2ua(curr, bcictl1 & TWL4030_CGAIN);
868 u8 bcictl1;
873 ret = twl4030_bci_read(TWL4030_BCICTL1, &bcictl1);
876 val->intval = regval2ua(val->intval, bcictl1 &