Searched refs:pm1 (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/sound/soc/codecs/ |
D | wm8350.c | 1170 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/ |
D | tsc.c | 164 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/ |
D | sym_fw2.h | 1163 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),
|
D | sym_fw1.h | 1288 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)),
|
D | sym_hipd.h | 717 struct sym_pmc pm1; member
|
D | sym_hipd.c | 2589 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/ |
D | sm501.c | 138 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()
|