Searched full:cdmm (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/drivers/bus/ |
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 …]
|
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).
|
/linux-6.12.1/Documentation/devicetree/bindings/bus/ |
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";
|
/linux-6.12.1/arch/mips/include/asm/ |
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.
|
/linux-6.12.1/arch/mips/boot/dts/img/ |
D | boston.dts | 195 cdmm@16140000 { 196 compatible = "mti,mips-cdmm";
|
D | pistachio.dtsi | 908 cdmm: cdmm@1bdf0000 { label 909 compatible = "mti,mips-cdmm";
|
/linux-6.12.1/arch/mips/mti-malta/ |
D | malta-memory.c | 19 #include <asm/cdmm.h>
|
/linux-6.12.1/arch/mips/boot/dts/ralink/ |
D | mt7621.dtsi | 359 cdmm: cdmm@1fbf8000 { label 360 compatible = "mti,mips-cdmm";
|
/linux-6.12.1/arch/mips/kernel/ |
D | proc.c | 243 seq_puts(m, " cdmm"); in show_cpuinfo()
|
D | setup.c | 38 #include <asm/cdmm.h>
|
/linux-6.12.1/include/linux/ |
D | mod_devicetable.h | 670 * struct mips_cdmm_device_id - identifies devices in MIPS CDMM bus
|
/linux-6.12.1/drivers/tty/ |
D | mips_ejtag_fdc.c | 31 #include <asm/cdmm.h>
|
/linux-6.12.1/arch/mips/kvm/ |
D | vz.c | 143 * VInt, SP, CDMM, MT, SM, TL]
|