Home
last modified time | relevance | path

Searched refs:abreg (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/regulator/
Dab3100.c161 struct ab3100_regulator *abreg = rdev_get_drvdata(reg); in ab3100_enable_regulator() local
165 err = abx500_get_register_interruptible(abreg->dev, 0, abreg->regreg, in ab3100_enable_regulator()
169 abreg->regreg); in ab3100_enable_regulator()
179 err = abx500_set_register_interruptible(abreg->dev, 0, abreg->regreg, in ab3100_enable_regulator()
183 abreg->regreg); in ab3100_enable_regulator()
192 struct ab3100_regulator *abreg = rdev_get_drvdata(reg); in ab3100_disable_regulator() local
201 if (abreg->regreg == AB3100_LDO_D) { in ab3100_disable_regulator()
204 return abx500_set_register_interruptible(abreg->dev, 0, in ab3100_disable_regulator()
211 err = abx500_get_register_interruptible(abreg->dev, 0, abreg->regreg, in ab3100_disable_regulator()
215 abreg->regreg); in ab3100_disable_regulator()
[all …]
/linux-4.1.27/arch/ia64/kernel/
Dunwind_decoder.c87 unsigned char byte1, abreg; in unw_decode_x1() local
93 abreg = (byte1 & 0x7f); in unw_decode_x1()
95 UNW_DEC_SPILL_SPREL(X1, t, abreg, off, arg); in unw_decode_x1()
97 UNW_DEC_SPILL_PSPREL(X1, t, abreg, off, arg); in unw_decode_x1()
104 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
109 abreg = (byte1 & 0x7f); in unw_decode_x2()
113 UNW_DEC_RESTORE(X2, t, abreg, arg); in unw_decode_x2()
115 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg); in unw_decode_x2()
122 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
130 abreg = (byte2 & 0x7f); in unw_decode_x3()
[all …]
Dunwind.c680 decode_abreg (unsigned char abreg, int memory) in decode_abreg() argument
682 switch (abreg) { in decode_abreg()
683 case 0x04 ... 0x07: return UNW_REG_R4 + (abreg - 0x04); in decode_abreg()
684 case 0x22 ... 0x25: return UNW_REG_F2 + (abreg - 0x22); in decode_abreg()
685 case 0x30 ... 0x3f: return UNW_REG_F16 + (abreg - 0x30); in decode_abreg()
686 case 0x41 ... 0x45: return UNW_REG_B1 + (abreg - 0x41); in decode_abreg()
701 UNW_DPRINT(0, "unwind.%s: bad abreg=0x%x\n", __func__, abreg); in decode_abreg()
1084 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p() argument
1091 r = sr->curr.reg + decode_abreg(abreg, 0); in desc_restore_p()
1098 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, in desc_spill_reg_p() argument
[all …]
/linux-4.1.27/drivers/mfd/
Dab3100-core.c652 u8 abreg; member
658 .abreg = AB3100_MCA,
661 .abreg = AB3100_MCB,
664 .abreg = AB3100_IMRA1,
667 .abreg = AB3100_IMRA2,
670 .abreg = AB3100_IMRA3,
673 .abreg = AB3100_IMRB1,
676 .abreg = AB3100_IMRB2,
679 .abreg = AB3100_IMRB3,
682 .abreg = AB3100_SUP,
[all …]