Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8350.c1081 u16 pm1; in wm8350_set_bias_level() local
1086 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & in wm8350_set_bias_level()
1089 pm1 | WM8350_VMID_50K | in wm8350_set_bias_level()
1094 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1); in wm8350_set_bias_level()
1095 pm1 &= ~WM8350_VMID_MASK; in wm8350_set_bias_level()
1097 pm1 | WM8350_VMID_50K); in wm8350_set_bias_level()
1144 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & in wm8350_set_bias_level()
1146 pm1 |= WM8350_VMID_300K | in wm8350_set_bias_level()
1149 pm1); in wm8350_set_bias_level()
1153 pm1 | in wm8350_set_bias_level()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8350.c1082 u16 pm1; in wm8350_set_bias_level() local
1087 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & in wm8350_set_bias_level()
1090 pm1 | WM8350_VMID_50K | in wm8350_set_bias_level()
1095 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1); in wm8350_set_bias_level()
1096 pm1 &= ~WM8350_VMID_MASK; in wm8350_set_bias_level()
1098 pm1 | WM8350_VMID_50K); in wm8350_set_bias_level()
1145 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) & in wm8350_set_bias_level()
1147 pm1 |= WM8350_VMID_300K | in wm8350_set_bias_level()
1150 pm1); in wm8350_set_bias_level()
1154 pm1 | in wm8350_set_bias_level()
[all...]
/kernel/linux/linux-5.10/lib/raid6/
H A Drecov_neon_inner.c32 uint8x16_t pm1 = vld1q_u8(pbmul + 16); in __raid6_2data_recov_neon() local
62 vy = vqtbl1q_u8(pm1, vy); in __raid6_2data_recov_neon()
/kernel/linux/linux-6.6/lib/raid6/
H A Drecov_neon_inner.c33 uint8x16_t pm1 = vld1q_u8(pbmul + 16); in __raid6_2data_recov_neon() local
63 vy = vqtbl1q_u8(pm1, vy); in __raid6_2data_recov_neon()
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h1150 offsetof (struct sym_ccb, phys.pm1.sg),
1170 offsetof (struct sym_ccb, phys.pm1.sg),
1184 offsetof (struct sym_ccb, phys.pm1.ret),
1599 * Each context (pm0 and pm1) has a saved area, a
1639 offsetof(struct sym_ccb, phys.pm1.ret),
1697 offsetof(struct sym_ccb, phys.pm1.ret),
1712 offsetof(struct sym_ccb, phys.pm1.sg.size),
1714 offsetof(struct sym_ccb, phys.pm1.sg.addr),
H A Dsym_fw1.h1275 offsetof (struct sym_ccb, phys.pm1.sg),
1295 offsetof (struct sym_ccb, phys.pm1.sg),
1311 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)),
H A Dsym_hipd.h704 struct sym_pmc pm1; member
H A Dsym_hipd.c2576 nxtdsp = scr_to_cpu(cp->phys.pm1.ret);
2587 pm = &cp->phys.pm1;
3643 pm = &cp->phys.pm1;
3798 pm = &cp->phys.pm1;
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h1150 offsetof (struct sym_ccb, phys.pm1.sg),
1170 offsetof (struct sym_ccb, phys.pm1.sg),
1184 offsetof (struct sym_ccb, phys.pm1.ret),
1599 * Each context (pm0 and pm1) has a saved area, a
1639 offsetof(struct sym_ccb, phys.pm1.ret),
1697 offsetof(struct sym_ccb, phys.pm1.ret),
1712 offsetof(struct sym_ccb, phys.pm1.sg.size),
1714 offsetof(struct sym_ccb, phys.pm1.sg.addr),
H A Dsym_fw1.h1275 offsetof (struct sym_ccb, phys.pm1.sg),
1295 offsetof (struct sym_ccb, phys.pm1.sg),
1311 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)),
H A Dsym_hipd.h704 struct sym_pmc pm1; member
H A Dsym_hipd.c2576 nxtdsp = scr_to_cpu(cp->phys.pm1.ret);
2587 pm = &cp->phys.pm1;
3643 pm = &cp->phys.pm1;
3798 pm = &cp->phys.pm1;
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsm501.c137 unsigned long pm1 = smc501_readl(sm->regs + SM501_POWER_MODE_1_CLOCK); in sm501_dump_clk() local
164 misct, pm0, pm1); in sm501_dump_clk()
184 fmt_freq(decode_div(pll2, pm1, 24, 1<<29, 31)), in sm501_dump_clk()
185 fmt_freq(decode_div(pll2, pm1, 16, 1<<20, 15)), in sm501_dump_clk()
186 fmt_freq(decode_div(pll2, pm1, 8, 1<<12, 15)), in sm501_dump_clk()
187 fmt_freq(decode_div(pll2, pm1, 0, 1<<4, 15))); in sm501_dump_clk()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dsm501.c137 unsigned long pm1 = smc501_readl(sm->regs + SM501_POWER_MODE_1_CLOCK); in sm501_dump_clk() local
164 misct, pm0, pm1); in sm501_dump_clk()
184 fmt_freq(decode_div(pll2, pm1, 24, 1<<29, 31)), in sm501_dump_clk()
185 fmt_freq(decode_div(pll2, pm1, 16, 1<<20, 15)), in sm501_dump_clk()
186 fmt_freq(decode_div(pll2, pm1, 8, 1<<12, 15)), in sm501_dump_clk()
187 fmt_freq(decode_div(pll2, pm1, 0, 1<<4, 15))); in sm501_dump_clk()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dtsc.c355 static unsigned long calc_pmtimer_ref(u64 deltatsc, u64 pm1, u64 pm2) in calc_pmtimer_ref() argument
359 if (!pm1 && !pm2) in calc_pmtimer_ref()
362 if (pm2 < pm1) in calc_pmtimer_ref()
364 pm2 -= pm1; in calc_pmtimer_ref()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dtsc.c392 static unsigned long calc_pmtimer_ref(u64 deltatsc, u64 pm1, u64 pm2) in calc_pmtimer_ref() argument
396 if (!pm1 && !pm2) in calc_pmtimer_ref()
399 if (pm2 < pm1) in calc_pmtimer_ref()
401 pm2 -= pm1; in calc_pmtimer_ref()

Completed in 33 milliseconds