Home
last modified time | relevance | path

Searched full:cdmm (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/bus/
H A Dmips_cdmm.c2 * Bus driver for MIPS Common Device Memory Map (CDMM).
21 #include <asm/cdmm.h>
122 .name = "cdmm",
132 * All the CDMM driver callbacks need to be executed on the appropriate CPU from
141 * @fn: CDMM driver callback function to call for the device.
142 * @dev: CDMM device to pass to @fn.
150 * mips_cdmm_void_work() - Call a void returning CDMM driver callback.
153 * A work_on_cpu() callback function to call an arbitrary CDMM driver callback
166 * mips_cdmm_int_work() - Call an int returning CDMM driver callback.
169 * A work_on_cpu() callback function to call an arbitrary CDMM driver callback
[all …]
H A DKconfig110 bool "MIPS Common Device Memory Map (CDMM) Driver"
117 For this to work, either your bootloader needs to enable the CDMM
120 asm/cdmm.h).
/openbmc/linux/Documentation/devicetree/bindings/bus/
H A Dmti,mips-cdmm.yaml4 $id: http://devicetree.org/schemas/bus/mti,mips-cdmm.yaml#
17 const: mti,mips-cdmm
22 used to map the MIPS CDMM registers block.
33 cdmm@1bde8000 {
34 compatible = "mti,mips-cdmm";
/openbmc/linux/arch/mips/include/asm/
H A Dcdmm.h15 * struct mips_cdmm_device - Represents a single device on a CDMM bus.
31 * struct mips_cdmm_driver - Represents a driver for a CDMM device.
40 * @id_table: Table for CDMM IDs to match against.
53 * mips_cdmm_phys_base() - Choose a physical base address for CDMM region.
55 * Picking a suitable physical address at which to map the CDMM region is
62 * Returns: Physical base address for CDMM region, or 0 on failure.
/openbmc/linux/arch/mips/boot/dts/img/
H A Dboston.dts195 cdmm@16140000 {
196 compatible = "mti,mips-cdmm";
H A Dpistachio.dtsi908 cdmm: cdmm@1bdf0000 { label
909 compatible = "mti,mips-cdmm";
/openbmc/linux/arch/mips/boot/dts/ralink/
H A Dmt7621.dtsi294 cdmm: cdmm@1fbf8000 { label
295 compatible = "mti,mips-cdmm";
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-memory.c19 #include <asm/cdmm.h>
/openbmc/qemu/hw/mips/
H A Dboston.c594 /* CDMM node */ in create_fdt()
595 name = g_strdup_printf("/soc/cdmm@%" HWADDR_PRIx, memmap[BOSTON_CDMM].base); in create_fdt()
597 qemu_fdt_setprop_string(fdt, name, "compatible", "mti,mips-cdmm"); in create_fdt()
/openbmc/linux/arch/mips/kernel/
H A Dproc.c243 seq_puts(m, " cdmm"); in show_cpuinfo()
H A Dsetup.c39 #include <asm/cdmm.h>
/openbmc/linux/include/linux/
H A Dmod_devicetable.h670 * struct mips_cdmm_device_id - identifies devices in MIPS CDMM bus
/openbmc/linux/drivers/tty/
H A Dmips_ejtag_fdc.c31 #include <asm/cdmm.h>
/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc423 * Config3: VZ, CTXTC, CDMM, TL
/openbmc/linux/arch/mips/kvm/
H A Dvz.c143 * VInt, SP, CDMM, MT, SM, TL]
/openbmc/linux/
H A Dopengrok1.0.log[all...]