Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dintel-lpss.c131 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 …]
H A DMakefile216 obj-$(CONFIG_MFD_INTEL_LPSS) += intel-lpss.o
217 obj-$(CONFIG_MFD_INTEL_LPSS_PCI) += intel-lpss-pci.o
218 obj-$(CONFIG_MFD_INTEL_LPSS_ACPI) += intel-lpss-acpi.o
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_lpss.c76 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()
120 static int byt_serial_setup(struct lpss8250 *lpss, struct uart_port *port) in byt_serial_setup() argument
122 struct dw_dma_slave *param = &lpss->dma_param; in byt_serial_setup()
149 lpss->dma_maxburst = 16; in byt_serial_setup()
160 static void byt_serial_exit(struct lpss8250 *lpss) in byt_serial_exit() argument
162 struct dw_dma_slave *param = &lpss->dma_param; in byt_serial_exit()
168 static int ehl_serial_setup(struct lpss8250 *lpss, struct uart_port *port) in ehl_serial_setup() argument
173 static void ehl_serial_exit(struct lpss8250 *lpss) in ehl_serial_exit() argument
175 struct uart_8250_port *up = serial8250_get_port(lpss->data.line); in ehl_serial_exit()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/x86/
H A DMakefile4 clk-x86-lpss-objs := clk-lpt.o
5 obj-$(CONFIG_X86_INTEL_LPSS) += clk-x86-lpss.o
/OK3568_Linux_fs/kernel/drivers/pwm/
H A DMakefile29 obj-$(CONFIG_PWM_LPSS) += pwm-lpss.o
30 obj-$(CONFIG_PWM_LPSS_PCI) += pwm-lpss-pci.o
31 obj-$(CONFIG_PWM_LPSS_PLATFORM) += pwm-lpss-platform.o
H A DKconfig315 will be called pwm-lpss-pci.
325 will be called pwm-lpss-platform.
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/misc/
H A Dintel,baytrail-fsp.txt58 - fsp,lpss-sio-mode
114 fsp,lpss-sio-mode = <LPSS_SIO_MODE_PCI>;
/OK3568_Linux_fs/u-boot/arch/x86/dts/
H A Dbaytrail_som-db5800-som-6867.dts271 fsp,lpss-sio-mode = <LPSS_SIO_MODE_PCI>;
H A Dbayleybay.dts252 fsp,lpss-sio-mode = <LPSS_SIO_MODE_PCI>;
H A Dconga-qeval20-qa3-e3845.dts265 fsp,lpss-sio-mode = <LPSS_SIO_MODE_PCI>;
H A Dminnowmax.dts279 fsp,lpss-sio-mode = <LPSS_SIO_MODE_PCI>;
H A Ddfi-bt700.dtsi277 fsp,lpss-sio-mode = <LPSS_SIO_MODE_PCI>;