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

/linux-4.1.27/sound/soc/codecs/
H A Dwm8350.c1085 u16 pm1; wm8350_set_bias_level() local
1090 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & wm8350_set_bias_level()
1093 pm1 | WM8350_VMID_50K | wm8350_set_bias_level()
1098 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1); wm8350_set_bias_level()
1099 pm1 &= ~WM8350_VMID_MASK; wm8350_set_bias_level()
1101 pm1 | WM8350_VMID_50K); wm8350_set_bias_level()
1148 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & wm8350_set_bias_level()
1150 pm1 |= WM8350_VMID_300K | wm8350_set_bias_level()
1153 pm1); wm8350_set_bias_level()
1157 pm1 |= WM8350_BIASEN; wm8350_set_bias_level()
1158 wm8350_reg_write(wm8350, WM8350_POWER_MGMT_1, pm1); wm8350_set_bias_level()
1165 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & wm8350_set_bias_level()
1168 pm1 | WM8350_VMID_300K | wm8350_set_bias_level()
1189 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & wm8350_set_bias_level()
1191 wm8350_reg_write(wm8350, WM8350_POWER_MGMT_1, pm1); wm8350_set_bias_level()
1206 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & wm8350_set_bias_level()
1209 pm1 | WM8350_OUTPUT_DRAIN_EN); wm8350_set_bias_level()
1215 pm1 &= ~WM8350_BIASEN; wm8350_set_bias_level()
1216 wm8350_reg_write(wm8350, WM8350_POWER_MGMT_1, pm1); wm8350_set_bias_level()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A 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),
1612 * Each context (pm0 and pm1) has a saved area, a
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),
H A 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)),
H A Dsym_hipd.h717 struct sym_pmc pm1; member in struct:sym_dsb
H A Dsym_hipd.c2589 nxtdsp = scr_to_cpu(cp->phys.pm1.ret); sym_int_ma()
2600 pm = &cp->phys.pm1; sym_int_ma()
3655 pm = &cp->phys.pm1; sym_evaluate_dp()
3810 pm = &cp->phys.pm1; sym_modify_dp()
/linux-4.1.27/drivers/mfd/
H A Dsm501.c138 unsigned long pm1 = smc501_readl(sm->regs + SM501_POWER_MODE_1_CLOCK); sm501_dump_clk() local
165 misct, pm0, pm1); sm501_dump_clk()
185 fmt_freq(decode_div(pll2, pm1, 24, 1<<29, 31)), sm501_dump_clk()
186 fmt_freq(decode_div(pll2, pm1, 16, 1<<20, 15)), sm501_dump_clk()
187 fmt_freq(decode_div(pll2, pm1, 8, 1<<12, 15)), sm501_dump_clk()
188 fmt_freq(decode_div(pll2, pm1, 0, 1<<4, 15))); sm501_dump_clk()
/linux-4.1.27/arch/x86/kernel/
H A Dtsc.c408 static unsigned long calc_pmtimer_ref(u64 deltatsc, u64 pm1, u64 pm2) calc_pmtimer_ref() argument
412 if (!pm1 && !pm2) calc_pmtimer_ref()
415 if (pm2 < pm1) calc_pmtimer_ref()
417 pm2 -= pm1; calc_pmtimer_ref()

Completed in 576 milliseconds