Home
last modified time | relevance | path

Searched refs:pm2 (Results 1 – 4 of 4) sorted by relevance

/linux/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()
400 pm2 += (u64)ACPI_PM_OVRRUN; in calc_pmtimer_ref()
401 pm2 -= pm1; in calc_pmtimer_ref()
402 tmp = pm2 * 1000000000LL; in calc_pmtimer_ref()
/linux/sound/soc/codecs/
H A Dwm8960.c916 u16 pm2 = snd_soc_component_read(component, WM8960_POWER2); in wm8960_set_bias_level_out3() local
950 if (wm8960->clk_id == WM8960_SYSCLK_AUTO && (pm2 & 0x1)) in wm8960_set_bias_level_out3()
1012 u16 pm2 = snd_soc_component_read(component, WM8960_POWER2); in wm8960_set_bias_level_capless() local
1076 if (wm8960->clk_id == WM8960_SYSCLK_AUTO && (pm2 & 0x1)) in wm8960_set_bias_level_capless()
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-colibri.dtsi122 lcd-d18-pm2 {
/linux/fs/btrfs/
H A Dsend.c8364 struct pending_dir_move *pm2; in btrfs_ioctl_send() local
8366 pm2 = list_first_entry(&pm->list, in btrfs_ioctl_send()
8368 free_pending_move(sctx, pm2); in btrfs_ioctl_send()