Searched refs:abreg (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/regulator/
H A Dab3100.c182 struct ab3100_regulator *abreg = reg->reg_data; local
186 err = abx500_get_register_interruptible(abreg->dev, 0, abreg->regreg,
190 abreg->regreg);
200 err = abx500_set_register_interruptible(abreg->dev, 0, abreg->regreg,
204 abreg->regreg);
209 switch (abreg->regreg) {
236 struct ab3100_regulator *abreg = reg->reg_data; local
245 if (abreg
269 struct ab3100_regulator *abreg = reg->reg_data; local
287 struct ab3100_regulator *abreg = reg->reg_data; local
296 struct ab3100_regulator *abreg = reg->reg_data; local
334 struct ab3100_regulator *abreg = reg->reg_data; local
367 struct ab3100_regulator *abreg = reg->reg_data; local
401 struct ab3100_regulator *abreg = reg->reg_data; local
444 struct ab3100_regulator *abreg = reg->reg_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/regulator/
H A Dab3100.c182 struct ab3100_regulator *abreg = reg->reg_data; local
186 err = abx500_get_register_interruptible(abreg->dev, 0, abreg->regreg,
190 abreg->regreg);
200 err = abx500_set_register_interruptible(abreg->dev, 0, abreg->regreg,
204 abreg->regreg);
209 switch (abreg->regreg) {
236 struct ab3100_regulator *abreg = reg->reg_data; local
245 if (abreg
269 struct ab3100_regulator *abreg = reg->reg_data; local
287 struct ab3100_regulator *abreg = reg->reg_data; local
296 struct ab3100_regulator *abreg = reg->reg_data; local
334 struct ab3100_regulator *abreg = reg->reg_data; local
367 struct ab3100_regulator *abreg = reg->reg_data; local
401 struct ab3100_regulator *abreg = reg->reg_data; local
444 struct ab3100_regulator *abreg = reg->reg_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_decoder.c53 * UNW_DEC_RESTORE(fmt,t,abreg,arg)
54 * UNW_DEC_RESTORE_P(fmt,qp,t,abreg,arg)
57 * UNW_DEC_SPILL_PSPREL(fmt,t,abreg,pspoff,arg)
58 * UNW_DEC_SPILL_PSPREL_P(fmt,qp,t,abreg,pspoff,arg)
59 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg)
60 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
61 * UNW_DEC_SPILL_SPREL(fmt,t,abreg,spoff,arg)
62 * UNW_DEC_SPILL_SPREL_P(fmt,qp,t,abreg,pspoff,arg)
87 unsigned char byte1, abreg; local
93 abreg
104 unsigned char byte1, byte2, abreg, x, ytreg; local
122 unsigned char byte1, byte2, abreg, qp; local
142 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
[all...]
H A Dunwind.c683 decode_abreg (unsigned char abreg, int memory)
685 switch (abreg) {
686 case 0x04 ... 0x07: return UNW_REG_R4 + (abreg - 0x04);
687 case 0x22 ... 0x25: return UNW_REG_F2 + (abreg - 0x22);
688 case 0x30 ... 0x3f: return UNW_REG_F16 + (abreg - 0x30);
689 case 0x41 ... 0x45: return UNW_REG_B1 + (abreg - 0x41);
704 UNW_DPRINT(0, "unwind.%s: bad abreg=0x%x\n", __func__, abreg);
1087 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr)
1094 r = sr->curr.reg + decode_abreg(abreg,
681 decode_abreg(unsigned char abreg, int memory) argument
1085 desc_restore_p(unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) argument
1099 desc_spill_reg_p(unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, unsigned char ytreg, struct unw_state_record *sr) argument
1120 desc_spill_psprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, struct unw_state_record *sr) argument
1135 desc_spill_sprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word spoff, struct unw_state_record *sr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunwind_decoder.c53 * UNW_DEC_RESTORE(fmt,t,abreg,arg)
54 * UNW_DEC_RESTORE_P(fmt,qp,t,abreg,arg)
57 * UNW_DEC_SPILL_PSPREL(fmt,t,abreg,pspoff,arg)
58 * UNW_DEC_SPILL_PSPREL_P(fmt,qp,t,abreg,pspoff,arg)
59 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg)
60 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
61 * UNW_DEC_SPILL_SPREL(fmt,t,abreg,spoff,arg)
62 * UNW_DEC_SPILL_SPREL_P(fmt,qp,t,abreg,pspoff,arg)
87 unsigned char byte1, abreg; local
93 abreg
104 unsigned char byte1, byte2, abreg, x, ytreg; local
122 unsigned char byte1, byte2, abreg, qp; local
142 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
[all...]
H A Dunwind.c683 decode_abreg (unsigned char abreg, int memory)
685 switch (abreg) {
686 case 0x04 ... 0x07: return UNW_REG_R4 + (abreg - 0x04);
687 case 0x22 ... 0x25: return UNW_REG_F2 + (abreg - 0x22);
688 case 0x30 ... 0x3f: return UNW_REG_F16 + (abreg - 0x30);
689 case 0x41 ... 0x45: return UNW_REG_B1 + (abreg - 0x41);
704 UNW_DPRINT(0, "unwind.%s: bad abreg=0x%x\n", __func__, abreg);
1087 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr)
1094 r = sr->curr.reg + decode_abreg(abreg,
681 decode_abreg(unsigned char abreg, int memory) argument
1085 desc_restore_p(unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) argument
1099 desc_spill_reg_p(unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, unsigned char ytreg, struct unw_state_record *sr) argument
1120 desc_spill_psprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, struct unw_state_record *sr) argument
1135 desc_spill_sprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word spoff, struct unw_state_record *sr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mfd/
H A Dab3100-core.c664 u8 abreg; member in struct:ab3100_init_setting
671 .abreg = AB3100_MCA,
674 .abreg = AB3100_MCB,
677 .abreg = AB3100_IMRA1,
680 .abreg = AB3100_IMRA2,
683 .abreg = AB3100_IMRA3,
686 .abreg = AB3100_IMRB1,
689 .abreg = AB3100_IMRB2,
692 .abreg = AB3100_IMRB3,
695 .abreg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mfd/
H A Dab3100-core.c664 u8 abreg; member in struct:ab3100_init_setting
671 .abreg = AB3100_MCA,
674 .abreg = AB3100_MCB,
677 .abreg = AB3100_IMRA1,
680 .abreg = AB3100_IMRA2,
683 .abreg = AB3100_IMRA3,
686 .abreg = AB3100_IMRB1,
689 .abreg = AB3100_IMRB2,
692 .abreg = AB3100_IMRB3,
695 .abreg
[all...]

Completed in 144 milliseconds