Searched refs:pm1 (Results 1 – 9 of 9) sorted by relevance
/linux/sound/soc/codecs/ |
A D | wm8350.c | 1082 u16 pm1; in wm8350_set_bias_level() local 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() 1147 pm1 |= WM8350_VMID_300K | in wm8350_set_bias_level() 1150 pm1); in wm8350_set_bias_level() 1154 pm1 |= WM8350_BIASEN; in wm8350_set_bias_level() 1165 pm1 | WM8350_VMID_300K | in wm8350_set_bias_level() 1206 pm1 | WM8350_OUTPUT_DRAIN_EN); in wm8350_set_bias_level() [all …]
|
/linux/lib/raid6/ |
A D | recov_neon_inner.c | 32 uint8x16_t pm1 = vld1q_u8(pbmul + 16); in __raid6_2data_recov_neon() local 62 vy = vqtbl1q_u8(pm1, vy); in __raid6_2data_recov_neon()
|
/linux/drivers/scsi/sym53c8xx_2/ |
A D | sym_fw2.h | 1150 offsetof (struct sym_ccb, phys.pm1.sg), 1170 offsetof (struct sym_ccb, phys.pm1.sg), 1184 offsetof (struct sym_ccb, phys.pm1.ret), 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),
|
A D | sym_fw1.h | 1275 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)),
|
A D | sym_hipd.h | 704 struct sym_pmc pm1; member
|
A D | sym_hipd.c | 2576 nxtdsp = scr_to_cpu(cp->phys.pm1.ret); 2587 pm = &cp->phys.pm1; 3643 pm = &cp->phys.pm1; 3798 pm = &cp->phys.pm1;
|
/linux/arch/x86/kernel/ |
A D | tsc.c | 356 static unsigned long calc_pmtimer_ref(u64 deltatsc, u64 pm1, u64 pm2) in calc_pmtimer_ref() argument 360 if (!pm1 && !pm2) in calc_pmtimer_ref() 363 if (pm2 < pm1) in calc_pmtimer_ref() 365 pm2 -= pm1; in calc_pmtimer_ref()
|
/linux/drivers/mfd/ |
A D | sm501.c | 137 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()
|
/linux/Documentation/driver-api/nvdimm/ |
A D | nvdimm.rst | 241 +------+ | pm0.0 | blk2.0 | pm1.0 | blk2.1 | 0 region2 243 +--+---+ | pm0.0 | blk3.0 | pm1.0 | blk3.1 | 1 region3 249 +--+---+ | blk4.0 | pm1.0 | blk4.0 | 2 region4 251 +------+ | blk5.0 | pm1.0 | blk5.0 | 3 region5 270 named "pm1.0", the rest is reclaimed in 4 BLK-aperture namespaces (for 870 | DIMM0 <-+ | +-> REGION1 +---> NAMESPACE1.0 +--> PMEM6 "pm1.0" |
|
Completed in 37 milliseconds