Searched refs:lpss (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/mfd/ |
D | intel-lpss.c | 131 static void intel_lpss_cache_ltr(struct intel_lpss *lpss) in intel_lpss_cache_ltr() argument 133 lpss->active_ltr = readl(lpss->priv + LPSS_PRIV_ACTIVELTR); in intel_lpss_cache_ltr() 134 lpss->idle_ltr = readl(lpss->priv + LPSS_PRIV_IDLELTR); in intel_lpss_cache_ltr() 137 static int intel_lpss_debugfs_add(struct intel_lpss *lpss) in intel_lpss_debugfs_add() argument 141 dir = debugfs_create_dir(dev_name(lpss->dev), intel_lpss_debugfs); in intel_lpss_debugfs_add() 146 intel_lpss_cache_ltr(lpss); in intel_lpss_debugfs_add() 148 debugfs_create_x32("capabilities", S_IRUGO, dir, &lpss->caps); in intel_lpss_debugfs_add() 149 debugfs_create_x32("active_ltr", S_IRUGO, dir, &lpss->active_ltr); in intel_lpss_debugfs_add() 150 debugfs_create_x32("idle_ltr", S_IRUGO, dir, &lpss->idle_ltr); in intel_lpss_debugfs_add() 152 lpss->debugfs = dir; in intel_lpss_debugfs_add() [all …]
|
D | Makefile | 218 obj-$(CONFIG_MFD_INTEL_LPSS) += intel-lpss.o 219 obj-$(CONFIG_MFD_INTEL_LPSS_PCI) += intel-lpss-pci.o 220 obj-$(CONFIG_MFD_INTEL_LPSS_ACPI) += intel-lpss-acpi.o
|
/linux-6.1.9/drivers/tty/serial/8250/ |
D | 8250_lpss.c | 76 struct lpss8250 *lpss = to_lpss8250(p->private_data); in byt_set_termios() local 77 unsigned long fref = lpss->board->freq, fuart = baud * 16; in byt_set_termios() 116 static int byt_serial_setup(struct lpss8250 *lpss, struct uart_port *port) in byt_serial_setup() argument 118 struct dw_dma_slave *param = &lpss->dma_param; in byt_serial_setup() 145 lpss->dma_maxburst = 16; in byt_serial_setup() 156 static void byt_serial_exit(struct lpss8250 *lpss) in byt_serial_exit() argument 158 struct dw_dma_slave *param = &lpss->dma_param; in byt_serial_exit() 164 static int ehl_serial_setup(struct lpss8250 *lpss, struct uart_port *port) in ehl_serial_setup() argument 166 struct uart_8250_dma *dma = &lpss->data.dma; in ehl_serial_setup() 177 lpss->dma_maxburst = 16; in ehl_serial_setup() [all …]
|
/linux-6.1.9/drivers/pwm/ |
D | Makefile | 32 obj-$(CONFIG_PWM_LPSS) += pwm-lpss.o 33 obj-$(CONFIG_PWM_LPSS_PCI) += pwm-lpss-pci.o 34 obj-$(CONFIG_PWM_LPSS_PLATFORM) += pwm-lpss-platform.o
|
D | Kconfig | 352 will be called pwm-lpss-pci. 363 will be called pwm-lpss-platform.
|
/linux-6.1.9/drivers/clk/x86/ |
D | Makefile | 3 obj-$(CONFIG_X86_INTEL_LPSS) += clk-lpss-atom.o clk-pmc-atom.o
|