Home
last modified time | relevance | path

Searched refs:pm1 (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/sound/soc/codecs/
Dwm8350.c1170 u16 pm1; in wm8350_set_bias_level() local
1175 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & in wm8350_set_bias_level()
1178 pm1 | WM8350_VMID_50K | in wm8350_set_bias_level()
1183 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1); in wm8350_set_bias_level()
1184 pm1 &= ~WM8350_VMID_MASK; in wm8350_set_bias_level()
1186 pm1 | WM8350_VMID_50K); in wm8350_set_bias_level()
1233 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & in wm8350_set_bias_level()
1235 pm1 |= WM8350_VMID_300K | in wm8350_set_bias_level()
1238 pm1); in wm8350_set_bias_level()
1242 pm1 |= WM8350_BIASEN; in wm8350_set_bias_level()
[all …]
/linux-2.6.39/arch/x86/kernel/
Dtsc.c164 static unsigned long calc_pmtimer_ref(u64 deltatsc, u64 pm1, u64 pm2) in calc_pmtimer_ref() argument
168 if (!pm1 && !pm2) in calc_pmtimer_ref()
171 if (pm2 < pm1) in calc_pmtimer_ref()
173 pm2 -= pm1; in calc_pmtimer_ref()
/linux-2.6.39/drivers/scsi/sym53c8xx_2/
Dsym_fw2.h1163 offsetof (struct sym_ccb, phys.pm1.sg),
1183 offsetof (struct sym_ccb, phys.pm1.sg),
1197 offsetof (struct sym_ccb, phys.pm1.ret),
1652 offsetof(struct sym_ccb, phys.pm1.ret),
1710 offsetof(struct sym_ccb, phys.pm1.ret),
1725 offsetof(struct sym_ccb, phys.pm1.sg.size),
1727 offsetof(struct sym_ccb, phys.pm1.sg.addr),
Dsym_fw1.h1288 offsetof (struct sym_ccb, phys.pm1.sg),
1308 offsetof (struct sym_ccb, phys.pm1.sg),
1324 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)),
Dsym_hipd.h717 struct sym_pmc pm1; member
Dsym_hipd.c2589 nxtdsp = scr_to_cpu(cp->phys.pm1.ret);
2600 pm = &cp->phys.pm1;
3651 pm = &cp->phys.pm1;
3806 pm = &cp->phys.pm1;
/linux-2.6.39/drivers/mfd/
Dsm501.c138 unsigned long pm1 = smc501_readl(sm->regs + SM501_POWER_MODE_1_CLOCK); in sm501_dump_clk() local
165 misct, pm0, pm1); in sm501_dump_clk()
185 fmt_freq(decode_div(pll2, pm1, 24, 1<<29, 31)), in sm501_dump_clk()
186 fmt_freq(decode_div(pll2, pm1, 16, 1<<20, 15)), in sm501_dump_clk()
187 fmt_freq(decode_div(pll2, pm1, 8, 1<<12, 15)), in sm501_dump_clk()
188 fmt_freq(decode_div(pll2, pm1, 0, 1<<4, 15))); in sm501_dump_clk()