Home
last modified time | relevance | path

Searched refs:lpss (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/mfd/
Dintel-lpss.c143 static void intel_lpss_cache_ltr(struct intel_lpss *lpss) in intel_lpss_cache_ltr() argument
145 lpss->active_ltr = readl(lpss->priv + LPSS_PRIV_ACTIVELTR); in intel_lpss_cache_ltr()
146 lpss->idle_ltr = readl(lpss->priv + LPSS_PRIV_IDLELTR); in intel_lpss_cache_ltr()
149 static int intel_lpss_debugfs_add(struct intel_lpss *lpss) in intel_lpss_debugfs_add() argument
153 dir = debugfs_create_dir(dev_name(lpss->dev), intel_lpss_debugfs); in intel_lpss_debugfs_add()
158 intel_lpss_cache_ltr(lpss); in intel_lpss_debugfs_add()
160 debugfs_create_x32("capabilities", S_IRUGO, dir, &lpss->caps); in intel_lpss_debugfs_add()
161 debugfs_create_x32("active_ltr", S_IRUGO, dir, &lpss->active_ltr); in intel_lpss_debugfs_add()
162 debugfs_create_x32("idle_ltr", S_IRUGO, dir, &lpss->idle_ltr); in intel_lpss_debugfs_add()
164 lpss->debugfs = dir; in intel_lpss_debugfs_add()
[all …]
DMakefile169 obj-$(CONFIG_MFD_INTEL_LPSS) += intel-lpss.o
170 obj-$(CONFIG_MFD_INTEL_LPSS_PCI) += intel-lpss-pci.o
171 obj-$(CONFIG_MFD_INTEL_LPSS_ACPI) += intel-lpss-acpi.o
/linux-4.4.14/drivers/clk/x86/
DMakefile1 clk-x86-lpss-objs := clk-lpt.o
2 obj-$(CONFIG_X86_INTEL_LPSS) += clk-x86-lpss.o
/linux-4.4.14/drivers/pwm/
DMakefile22 obj-$(CONFIG_PWM_LPSS) += pwm-lpss.o
23 obj-$(CONFIG_PWM_LPSS_PCI) += pwm-lpss-pci.o
24 obj-$(CONFIG_PWM_LPSS_PLATFORM) += pwm-lpss-platform.o
DKconfig232 will be called pwm-lpss.
241 will be called pwm-lpss-pci.
250 will be called pwm-lpss-platform.