| /linux/drivers/clk/imx/ |
| H A D | Makefile | 3 mxc-clk-objs += clk.o 4 mxc-clk-objs += clk-busy.o 5 mxc-clk-objs += clk-composite-7ulp.o 6 mxc-clk-objs += clk-composite-8m.o 7 mxc-clk-objs += clk-composite-93.o 8 mxc-clk-objs += clk-fracn-gppll.o 9 mxc-clk-objs += clk-cpu.o 10 mxc-clk-objs += clk-divider-gate.o 11 mxc-clk-objs += clk-fixup-div.o 12 mxc-clk-objs += clk-fixup-mux.o [all …]
|
| /linux/drivers/media/platform/nxp/imx-jpeg/ |
| H A D | mxc-jpeg-hw.c | 10 #include "mxc-jpeg-hw.h" 23 dev_dbg(dev, " MXC JPEG NEXT_DESCPT_PTR 0x%x\n", in print_descriptor_info() 25 dev_dbg(dev, " MXC JPEG BUF_BASE0 0x%x\n", desc->buf_base0); in print_descriptor_info() 26 dev_dbg(dev, " MXC JPEG BUF_BASE1 0x%x\n", desc->buf_base1); in print_descriptor_info() 27 dev_dbg(dev, " MXC JPEG LINE_PITCH %d\n", desc->line_pitch); in print_descriptor_info() 28 dev_dbg(dev, " MXC JPEG STM_BUFBASE 0x%x\n", desc->stm_bufbase); in print_descriptor_info() 29 dev_dbg(dev, " MXC JPEG STM_BUFSIZE %d\n", desc->stm_bufsize); in print_descriptor_info() 30 dev_dbg(dev, " MXC JPEG IMGSIZE %x (%d x %d)\n", desc->imgsize, in print_descriptor_info() 32 dev_dbg(dev, " MXC JPEG STM_CTRL 0x%x\n", desc->stm_ctrl); in print_descriptor_info()
|
| H A D | Makefile | 2 mxc-jpeg-encdec-objs := mxc-jpeg-hw.o mxc-jpeg.o 3 obj-$(CONFIG_VIDEO_IMX8_JPEG) += mxc-jpeg-encdec.o
|
| /linux/drivers/pmdomain/qcom/ |
| H A D | rpmhpd.c | 175 static struct rpmhpd mxc = { variable 176 .pd = { .name = "mxc", }, 178 .res_name = "mxc.lvl", 185 .peer = &mxc, 186 .res_name = "mxc.lvl", 267 [SA8775P_MXC] = &mxc, 293 [RPMHPD_MXC] = &mxc, 358 [SDX65_MXC] = &mxc, 373 [RPMHPD_MXC] = &mxc, 495 [RPMHPD_MXC] = &mxc, [all …]
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| H A D | qcom,sa8775p-pas.yaml | 105 - description: MXC power domain 110 - const: mxc 125 - description: MXC power domain 129 - const: mxc
|
| /linux/drivers/w1/masters/ |
| H A D | Kconfig | 50 tristate "Freescale MXC 1-wire busmaster" 53 Say Y here to enable MXC 1-wire host
|
| H A D | mxc_w1.c | 18 * MXC W1 Register offsets 181 MODULE_DESCRIPTION("Driver for One-Wire on MXC");
|
| /linux/drivers/char/hw_random/ |
| H A D | mxc-rnga.c | 144 mxc_rng->rng.name = "mxc-rnga"; in mxc_rnga_probe() 164 dev_err(&pdev->dev, "MXC RNGA registering failed (%d)\n", err); in mxc_rnga_probe()
|
| H A D | Makefile | 24 obj-$(CONFIG_HW_RANDOM_MXC_RNGA) += mxc-rnga.o
|
| /linux/include/linux/platform_data/ |
| H A D | i2c-imx.h | 12 * struct imxi2c_platform_data - structure of platform data for MXC I2C driver
|
| /linux/drivers/media/platform/amphion/ |
| H A D | Kconfig | 19 This is a V4L2 driver for NXP MXC 8Q video accelerator hardware.
|
| /linux/arch/arm/mach-imx/ |
| H A D | avic.c | 130 gc = irq_alloc_generic_chip("mxc-avic", 1, irq_start, avic_base, in avic_init_gc() 222 printk(KERN_INFO "MXC IRQ initialized\n"); in mxc_init_irq()
|
| H A D | Kconfig | 14 Support for Freescale MXC/iMX-based family of processors
|
| H A D | hardware.h | 94 #include "mxc.h"
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | rtc-mxc.yaml | 4 $id: http://devicetree.org/schemas/rtc/rtc-mxc.yaml#
|
| /linux/drivers/cpuidle/ |
| H A D | cpuidle-calxeda.c | 5 * Based on arch/arm/plat-mxc/cpuidle.c: #v3.7
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| H A D | fsl-imx-gpio.yaml | 7 title: Freescale i.MX/MXC GPIO controller
|
| /linux/drivers/video/fbdev/ |
| H A D | imsttfb.c | 585 __u8 tcc, mxc, lckl_n, mic; in set_imstt_regvals_tvp() local 592 mxc = 0x4d; in set_imstt_regvals_tvp() 599 mxc = 0x55; in set_imstt_regvals_tvp() 606 mxc = 0x5d; in set_imstt_regvals_tvp() 613 mxc = 0x5d; in set_imstt_regvals_tvp() 633 par->cmap_regs[TVPIDATA] = mxc; eieio(); in set_imstt_regvals_tvp()
|
| /linux/drivers/rtc/ |
| H A D | Kconfig | 1831 tristate "Freescale MXC Real Time Clock" 1836 If you say yes here you get support for the Freescale MXC 1840 will be called "rtc-mxc". 1843 tristate "Freescale MXC Real Time Clock for i.MX53" 1848 If you say yes here you get support for the Freescale MXC
|
| H A D | Makefile | 118 obj-$(CONFIG_RTC_DRV_MXC) += rtc-mxc.o
|
| H A D | rtc-mxc.c | 402 MODULE_DESCRIPTION("RTC driver for Freescale MXC");
|
| /linux/drivers/pwm/ |
| H A D | pwm-tegra.c | 8 * Based on arch/arm/plat-mxc/pwm.c by Sascha Hauer <s.hauer@pengutronix.de>
|
| /linux/drivers/clocksource/ |
| H A D | timer-imx-gpt.c | 21 * There are 4 versions of the timer hardware on Freescale MXC hardware.
|
| /linux/drivers/mmc/host/ |
| H A D | mxcmmc.c | 43 #define DRIVER_NAME "mxc-mmc" 1231 MODULE_ALIAS("platform:mxc-mmc");
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm8350-sony-xperia-sagami.dtsi | 150 * S9 - mxc.lvl
|