| /kernel/linux/linux-4.19/kernel/irq/ |
| D | irq_sim.c | 11 struct irq_sim *sim; member 46 * @sim: The interrupt simulator object to initialize. 52 int irq_sim_init(struct irq_sim *sim, unsigned int num_irqs) in irq_sim_init() argument 56 sim->irqs = kmalloc_array(num_irqs, sizeof(*sim->irqs), GFP_KERNEL); in irq_sim_init() 57 if (!sim->irqs) in irq_sim_init() 60 sim->irq_base = irq_alloc_descs(-1, 0, num_irqs, 0); in irq_sim_init() 61 if (sim->irq_base < 0) { in irq_sim_init() 62 kfree(sim->irqs); in irq_sim_init() 63 return sim->irq_base; in irq_sim_init() 67 sim->irqs[i].irqnum = sim->irq_base + i; in irq_sim_init() [all …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/bpf/ |
| D | test_offload.py | 344 ip("link add sim%d {link} type netdevsim".format(link=link)) 561 fail(dev["ifname"] != sim["ifname"], 562 "Ifname incorrect %s vs %s" % (dev["ifname"], sim["ifname"])) 592 def test_spurios_extack(sim, obj, skip_hw, needle): argument 593 res = sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=skip_hw, 596 res = sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1, 599 res = sim.cls_filter_op(op="delete", prio=1, handle=1, cls="bpf", 659 sim = NetdevSim() variable 660 sim.set_xdp(obj, "generic") 661 sim.remove() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_offload.py | 640 fail(dev["ifname"] != sim["ifname"], 641 "Ifname incorrect %s vs %s" % (dev["ifname"], sim["ifname"])) 680 def test_spurios_extack(sim, obj, skip_hw, needle): argument 681 res = sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=skip_hw, 684 res = sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1, 687 res = sim.cls_filter_op(op="delete", prio=1, handle=1, cls="bpf", 691 def test_multi_prog(simdev, sim, obj, modename, modeid): argument 694 sim.set_xdp(obj, "offload") 695 xdp = sim.ip_link_show(xdp=True)["xdp"] 696 offloaded = sim.dfs_read("bpf_offloaded_id") [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-imx/ |
| D | mach-imx7ulp.c | 22 struct regmap *sim; in imx7ulp_set_revision() local 25 sim = syscon_regmap_lookup_by_compatible("fsl,imx7ulp-sim"); in imx7ulp_set_revision() 26 if (IS_ERR(sim)) { in imx7ulp_set_revision() 27 pr_warn("failed to find fsl,imx7ulp-sim regmap!\n"); in imx7ulp_set_revision() 31 if (regmap_read(sim, SIM_JTAG_ID_REG, &revision)) { in imx7ulp_set_revision() 32 pr_warn("failed to read sim regmap!\n"); in imx7ulp_set_revision()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/freescale/ |
| D | fsl,imx7ulp-sim.yaml | 4 $id: http://devicetree.org/schemas/arm/freescale/fsl,imx7ulp-sim.yaml# 13 The system integration module (SIM) provides system control and chip configuration 21 - const: fsl,imx7ulp-sim 35 sim@410a3000 { 36 compatible = "fsl,imx7ulp-sim", "syscon";
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | irq_sim.h | 34 int irq_sim_init(struct irq_sim *sim, unsigned int num_irqs); 35 int devm_irq_sim_init(struct device *dev, struct irq_sim *sim, 37 void irq_sim_fini(struct irq_sim *sim); 38 void irq_sim_fire(struct irq_sim *sim, unsigned int offset); 39 int irq_sim_irqnum(struct irq_sim *sim, unsigned int offset);
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
| D | iss4xx.dts | 34 model = "PowerPC,4xx"; // real CPU changed in sim 38 i-cache-line-size = <32>; // may need fixup in sim 39 d-cache-line-size = <32>; // may need fixup in sim 40 i-cache-size = <32768>; /* may need fixup in sim */ 41 d-cache-size = <32768>; /* may need fixup in sim */ 109 compatible = "ibm,iss-sim-block-device";
|
| D | iss4xx-mpic.dts | 36 model = "PowerPC,4xx"; // real CPU changed in sim 50 model = "PowerPC,4xx"; // real CPU changed in sim 66 model = "PowerPC,4xx"; // real CPU changed in sim 82 model = "PowerPC,4xx"; // real CPU changed in sim 148 compatible = "ibm,iss-sim-block-device";
|
| /kernel/linux/linux-4.19/arch/powerpc/boot/dts/ |
| D | iss4xx.dts | 34 model = "PowerPC,4xx"; // real CPU changed in sim 38 i-cache-line-size = <32>; // may need fixup in sim 39 d-cache-line-size = <32>; // may need fixup in sim 40 i-cache-size = <32768>; /* may need fixup in sim */ 41 d-cache-size = <32768>; /* may need fixup in sim */ 109 compatible = "ibm,iss-sim-block-device";
|
| D | iss4xx-mpic.dts | 36 model = "PowerPC,4xx"; // real CPU changed in sim 50 model = "PowerPC,4xx"; // real CPU changed in sim 66 model = "PowerPC,4xx"; // real CPU changed in sim 82 model = "PowerPC,4xx"; // real CPU changed in sim 148 compatible = "ibm,iss-sim-block-device";
|
| /kernel/linux/linux-4.19/drivers/pci/pcie/ |
| D | aer_inject.c | 181 u32 *sim; in aer_inj_read_config() local 199 sim = find_pci_config_dword(err, where, NULL); in aer_inj_read_config() 200 if (sim) { in aer_inj_read_config() 201 *val = *sim; in aer_inj_read_config() 225 u32 *sim; in aer_inj_write_config() local 244 sim = find_pci_config_dword(err, where, &rw1cs); in aer_inj_write_config() 245 if (sim) { in aer_inj_write_config() 247 *sim ^= val; in aer_inj_write_config() 249 *sim = val; in aer_inj_write_config()
|
| /kernel/linux/linux-5.10/drivers/pci/pcie/ |
| D | aer_inject.c | 221 u32 *sim; in aer_inj_read_config() local 237 sim = find_pci_config_dword(err, where, NULL); in aer_inj_read_config() 238 if (sim) { in aer_inj_read_config() 239 *val = *sim; in aer_inj_read_config() 252 u32 *sim; in aer_inj_write_config() local 269 sim = find_pci_config_dword(err, where, &rw1cs); in aer_inj_write_config() 270 if (sim) { in aer_inj_write_config() 272 *sim ^= val; in aer_inj_write_config() 274 *sim = val; in aer_inj_write_config()
|
| /kernel/linux/linux-4.19/sound/soc/cirrus/ |
| D | simone.c | 2 * simone.c -- ASoC audio for Simplemachines Sim.One board 34 .name = "Sim.One", 84 MODULE_DESCRIPTION("ALSA SoC Simplemachines Sim.One");
|
| /kernel/linux/linux-5.10/sound/soc/cirrus/ |
| D | simone.c | 3 * simone.c -- ASoC audio for Simplemachines Sim.One board 33 .name = "Sim.One", 83 MODULE_DESCRIPTION("ALSA SoC Simplemachines Sim.One");
|
| D | Kconfig | 45 tristate "SoC Audio support for Simplemachines Sim.One board" 51 Simplemachines Sim.One board.
|
| /kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
| D | setup-sh7720.c | 224 WDT, REF_RCMI, SIM, enumerator 241 INTC_VECT(SIM, 0x4e0), INTC_VECT(SIM, 0x500), 242 INTC_VECT(SIM, 0x520), INTC_VECT(SIM, 0x540), 268 { 0xA414FEE4UL, 0, 16, 4, /* IPRB */ { WDT, REF_RCMI, SIM, 0 } },
|
| /kernel/linux/linux-4.19/arch/sh/kernel/cpu/sh3/ |
| D | setup-sh7720.c | 226 WDT, REF_RCMI, SIM, enumerator 243 INTC_VECT(SIM, 0x4e0), INTC_VECT(SIM, 0x500), 244 INTC_VECT(SIM, 0x520), INTC_VECT(SIM, 0x540), 270 { 0xA414FEE4UL, 0, 16, 4, /* IPRB */ { WDT, REF_RCMI, SIM, 0 } },
|
| /kernel/linux/linux-5.10/drivers/pinctrl/sunxi/ |
| D | pinctrl-sun50i-h5.c | 65 SUNXI_FUNCTION(0x2, "sim"), /* PWREN */ 70 SUNXI_FUNCTION(0x2, "sim"), /* CLK */ 75 SUNXI_FUNCTION(0x2, "sim"), /* DATA */ 80 SUNXI_FUNCTION(0x2, "sim"), /* RST */ 85 SUNXI_FUNCTION(0x2, "sim"), /* DET */ 144 SUNXI_FUNCTION(0x3, "sim"), /* VPPEN */ 150 SUNXI_FUNCTION(0x3, "sim"), /* VPPPP */ 310 SUNXI_FUNCTION(0x4, "sim")), /* PWREN */ 315 SUNXI_FUNCTION(0x4, "sim")), /* CLK */ 320 SUNXI_FUNCTION(0x4, "sim")), /* DATA */ [all …]
|
| /kernel/linux/linux-4.19/drivers/pinctrl/sunxi/ |
| D | pinctrl-sun50i-h5.c | 66 SUNXI_FUNCTION(0x2, "sim"), /* PWREN */ 71 SUNXI_FUNCTION(0x2, "sim"), /* CLK */ 76 SUNXI_FUNCTION(0x2, "sim"), /* DATA */ 81 SUNXI_FUNCTION(0x2, "sim"), /* RST */ 86 SUNXI_FUNCTION(0x2, "sim"), /* DET */ 145 SUNXI_FUNCTION(0x3, "sim"), /* VPPEN */ 151 SUNXI_FUNCTION(0x3, "sim"), /* VPPPP */ 311 SUNXI_FUNCTION(0x4, "sim")), /* PWREN */ 316 SUNXI_FUNCTION(0x4, "sim")), /* CLK */ 321 SUNXI_FUNCTION(0x4, "sim")), /* DATA */ [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/common/st_sensors/ |
| D | st_sensors_spi.c | 64 if (settings->sim.addr) { in st_sensors_configure_spi_3_wire() 66 settings->sim.addr, in st_sensors_configure_spi_3_wire() 67 settings->sim.value in st_sensors_configure_spi_3_wire()
|
| /kernel/linux/linux-4.19/arch/h8300/kernel/ |
| D | Makefile | 16 obj-$(CONFIG_H8300H_SIM) += sim-console.o 17 obj-$(CONFIG_H8S_SIM) += sim-console.o
|
| /kernel/linux/linux-5.10/arch/h8300/kernel/ |
| D | Makefile | 16 obj-$(CONFIG_H8300H_SIM) += sim-console.o 17 obj-$(CONFIG_H8S_SIM) += sim-console.o
|
| /kernel/linux/linux-4.19/arch/arm/mach-ep93xx/ |
| D | simone.c | 3 * Simplemachines Sim.One support. 69 * Up to v1.3, the Sim.One used SFRMOUT as SD card chip select, but this goes 113 MACHINE_START(SIM_ONE, "Simplemachines Sim.One Board")
|
| /kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
| D | simone.c | 4 * Simplemachines Sim.One support. 71 * Up to v1.3, the Sim.One used SFRMOUT as SD card chip select, but this goes 119 MACHINE_START(SIM_ONE, "Simplemachines Sim.One Board")
|
| /kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/ |
| D | setup-sh7763.c | 244 USBH, USBF, TPU, PCC, MMCIF, SIM, enumerator 284 INTC_VECT(SIM, 0xd80), INTC_VECT(SIM, 0xda0), 285 INTC_VECT(SIM, 0xdc0), INTC_VECT(SIM, 0xde0), 310 PCC, 0, 0, ADC, TPU, SIM, SIOF2, SIOF1, 328 { 0xffd400a8, 0, 32, 8, /* INT2PRI10 */ { TPU, SIM, SIOF2, SIOF1 } },
|