Searched full:cdmm (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/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 | 99 bool "MIPS Common Device Memory Map (CDMM) Driver" 106 For this to work, either your bootloader needs to enable the CDMM 109 asm/cdmm.h).
|
/Linux-v5.10/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-v5.10/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-v5.10/arch/mips/boot/dts/img/ |
D | boston.dts | 195 cdmm@16140000 { 196 compatible = "mti,mips-cdmm";
|
/Linux-v5.10/arch/mips/mti-malta/ |
D | malta-memory.c | 19 #include <asm/cdmm.h>
|
/Linux-v5.10/arch/mips/kernel/ |
D | setup.c | 37 #include <asm/cdmm.h>
|
/Linux-v5.10/include/linux/ |
D | mod_devicetable.h | 649 * struct mips_cdmm_device_id - identifies devices in MIPS CDMM bus
|
/Linux-v5.10/drivers/tty/ |
D | mips_ejtag_fdc.c | 31 #include <asm/cdmm.h>
|
/Linux-v5.10/arch/mips/kvm/ |
D | vz.c | 143 * VInt, SP, CDMM, MT, SM, TL]
|