Searched full:cdmm (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/bus/ |
H A D | mips_cdmm.c | 2 * 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 D | Kconfig | 110 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 D | mti,mips-cdmm.yaml | 4 $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 D | cdmm.h | 15 * 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 D | boston.dts | 195 cdmm@16140000 { 196 compatible = "mti,mips-cdmm";
|
H A D | pistachio.dtsi | 908 cdmm: cdmm@1bdf0000 { label 909 compatible = "mti,mips-cdmm";
|
/openbmc/linux/arch/mips/boot/dts/ralink/ |
H A D | mt7621.dtsi | 294 cdmm: cdmm@1fbf8000 { label 295 compatible = "mti,mips-cdmm";
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-memory.c | 19 #include <asm/cdmm.h>
|
/openbmc/qemu/hw/mips/ |
H A D | boston.c | 594 /* 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 D | proc.c | 243 seq_puts(m, " cdmm"); in show_cpuinfo()
|
H A D | setup.c | 39 #include <asm/cdmm.h>
|
/openbmc/linux/include/linux/ |
H A D | mod_devicetable.h | 670 * struct mips_cdmm_device_id - identifies devices in MIPS CDMM bus
|
/openbmc/linux/drivers/tty/ |
H A D | mips_ejtag_fdc.c | 31 #include <asm/cdmm.h>
|
/openbmc/qemu/target/mips/ |
H A D | cpu-defs.c.inc | 423 * Config3: VZ, CTXTC, CDMM, TL
|
/openbmc/linux/arch/mips/kvm/ |
H A D | vz.c | 143 * VInt, SP, CDMM, MT, SM, TL]
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |