Searched refs:cpm (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/arch/powerpc/include/asm/
H A Dcpm.h1 #include <soc/fsl/cpm.h>
H A Dcpm1.h24 #include <asm/cpm.h>
H A Dcpm2.h15 #include <asm/cpm.h>
72 /* CPM2-specific opcodes (see cpm.h for common opcodes)
/linux-master/drivers/i2c/busses/
H A Di2c-cpm.c15 * Converted to of_platform_device. Renamed to i2c-cpm.c.
34 #include <asm/cpm.h>
119 struct cpm_i2c *cpm; local
124 cpm = i2c_get_adapdata(dev_id);
125 i2c_reg = cpm->i2c_reg;
133 wake_up(&cpm->i2c_wait);
138 static void cpm_reset_i2c_params(struct cpm_i2c *cpm) argument
140 struct i2c_ram __iomem *i2c_ram = cpm->i2c_ram;
143 out_be16(&i2c_ram->tbase, (u8 __iomem *)cpm->tbase - DPRAM_BASE);
144 out_be16(&i2c_ram->rbase, (u8 __iomem *)cpm
170 struct cpm_i2c *cpm = i2c_get_adapdata(adap); local
189 struct cpm_i2c *cpm = i2c_get_adapdata(adap); local
247 struct cpm_i2c *cpm = i2c_get_adapdata(adap); local
299 struct cpm_i2c *cpm = i2c_get_adapdata(adap); local
423 cpm_i2c_setup(struct cpm_i2c *cpm) argument
603 cpm_i2c_shutdown(struct cpm_i2c *cpm) argument
636 struct cpm_i2c *cpm; local
681 struct cpm_i2c *cpm = platform_get_drvdata(ofdev); local
[all...]
H A DMakefile52 obj-$(CONFIG_I2C_CPM) += i2c-cpm.o
/linux-master/arch/powerpc/platforms/4xx/
H A Dcpm.c36 struct cpm { struct
46 static struct cpm cpm; variable in typeref:struct:cpm
69 value = dcr_read(cpm.dcr_host, cpm.dcr_offset[cpm_reg]);
70 dcr_write(cpm.dcr_host, cpm.dcr_offset[cpm_reg], value | mask);
103 dcr_write(cpm.dcr_host, cpm.dcr_offset[CPM_ER], er_save);
108 cpm_idle_sleep(cpm
[all...]
H A DMakefile6 obj-$(CONFIG_PPC4xx_CPM) += cpm.o
/linux-master/drivers/gpu/host1x/hw/
H A Dintr_hw.c57 static void intr_hw_init(struct host1x *host, u32 cpm) argument
70 host1x_sync_writel(host, cpm, HOST1X_SYNC_USEC_CLK);
91 host1x_intr_init_host_sync(struct host1x *host, u32 cpm) argument
113 intr_hw_init(host, cpm);
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_acpi.c50 union acpi_object *cpm; local
57 cpm = buffer.pointer;
58 for (i = 0; i < cpm->package.count; ++i) {
62 elem = &cpm->package.elements[i];
78 ret = cpm->package.count;
/linux-master/arch/powerpc/sysdev/
H A Dcpm_gpio.c15 #include <asm/cpm.h>
66 .name = "cpm-gpio",
80 MODULE_ALIAS("platform:cpm-gpio");
H A Dcpm_common.c25 #include <asm/cpm.h>
/linux-master/arch/alpha/kernel/
H A Dsys_titan.c68 cpumask_t cpm;
72 cpumask_copy(&cpm, cpu_present_mask);
88 if (!cpumask_test_cpu(0, &cpm)) dim0 = &dummy;
89 if (!cpumask_test_cpu(1, &cpm)) dim1 = &dummy;
90 if (!cpumask_test_cpu(2, &cpm)) dim2 = &dummy;
91 if (!cpumask_test_cpu(3, &cpm)) dim3 = &dummy;
67 cpumask_t cpm; local
/linux-master/drivers/iio/light/
H A Dcm32181.c109 union acpi_object *cpm, *elem; local
124 cpm = buffer.pointer;
125 if (cpm->package.count > count)
127 obj_name, cpm->package.count, count);
129 count = min_t(int, cpm->package.count, count);
131 elem = &(cpm->package.elements[i]);
/linux-master/drivers/gpu/host1x/
H A Ddev.h77 int (*init_host_sync)(struct host1x *host, u32 cpm);
225 static inline int host1x_hw_intr_init_host_sync(struct host1x *host, u32 cpm) argument
227 return host->intr_op->init_host_sync(host, cpm);
/linux-master/drivers/pci/controller/
H A DMakefile19 obj-$(CONFIG_PCIE_XILINX_CPM) += pcie-xilinx-cpm.o
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h18 #include <asm/cpm.h>
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h169 __BITFIELD_FIELD(uint32_t cpm:1,
/linux-master/drivers/spi/
H A Dspi-fsl-cpm.c3 * Freescale SPI controller driver cpm functions.
14 #include <asm/cpm.h>
26 #include "spi-fsl-cpm.h"
H A DMakefile55 obj-$(CONFIG_SPI_FSL_CPM) += spi-fsl-cpm.o
/linux-master/arch/powerpc/platforms/8xx/
H A Dmicropatch.c20 #include <asm/cpm.h>
H A Dcpm1.c42 #include <asm/cpm.h>
/linux-master/include/uapi/linux/
H A Dcdrom.h681 unsigned cpm : 1; member in struct:dvd_lu_send_title_key
/linux-master/include/soc/fsl/qe/
H A Dqe.h20 #include <soc/fsl/cpm.h>
/linux-master/arch/powerpc/boot/
H A DMakefile154 src-wlib-$(CONFIG_CPM) += cpm-serial.c
/linux-master/drivers/tty/serial/
H A Ducc_uart.c35 #include <soc/fsl/cpm.h>

Completed in 427 milliseconds

12