Home
last modified time | relevance | path

Searched full:sim (Results 1 – 25 of 240) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_offload.py640 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 …]
/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Dmach-imx7ulp.c22 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/freescale/
H A Dfsl,imx7ulp-sim.yaml4 $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";
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/
H A D0001-make-man-install-relative-to-DESTDIR.patch10 sim/common/Make-common.in | 2 +-
13 diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
15 --- a/sim/common/Make-common.in
16 +++ b/sim/common/Make-common.in
/OK3568_Linux_fs/buildroot/package/strongswan/
H A DConfig.in100 bool "Enable EAP-SIM"
104 bool "Enable EAP-SIM file backend"
109 bool "Enable EAP-SIM smart card backend"
125 bool "Enable EAP-SIM/AKA backend based on a triplet/quintuplet SQL database"
131 bool "Enable EAP-SIM/AKA pseudonym storage"
137 bool "Enable EAP-SIM/AKA reauthentication data storage"
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Diss4xx.dts34 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";
H A Diss4xx-mpic.dts36 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";
/OK3568_Linux_fs/buildroot/package/openpowerlink/
H A D0001-install-the-stack-libraries-to-lib-subdirectory.patch42 stack/proj/linux/liboplkcn-sim/CMakeLists.txt | 2 +-
47 stack/proj/linux/liboplkmn-sim/CMakeLists.txt | 2 +-
55 diff --git a/stack/proj/linux/liboplkcn-sim/CMakeLists.txt b/stack/proj/linux/liboplkcn-sim/CMakeLi…
57 --- a/stack/proj/linux/liboplkcn-sim/CMakeLists.txt
58 +++ b/stack/proj/linux/liboplkcn-sim/CMakeLists.txt
105 diff --git a/stack/proj/linux/liboplkmn-sim/CMakeLists.txt b/stack/proj/linux/liboplkmn-sim/CMakeLi…
107 --- a/stack/proj/linux/liboplkmn-sim/CMakeLists.txt
108 +++ b/stack/proj/linux/liboplkmn-sim/CMakeLists.txt
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A DCVE-2022-41860.patch26 + * EAP-SIM has a 1 octet of subtype, and 2 octets
46 fr_strerror_printf("EAP-Sim attribute %d too short: %d < 2", es_attribute_count, attrlen);
51 + fr_strerror_printf("EAP-Sim attribute %d (no.%d) has no data", eapsim_attribute,
63 fr_strerror_printf("EAP-Sim attribute %d (no.%d) has length longer than data (%d > %d)",
72 - fr_strerror_printf("EAP-Sim attribute %d (no.%d) has length too small", eapsim_attribute,
84 + * EAP-Request/SIM/Notification packet with an
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daer_inject.c220 u32 *sim; in aer_inj_read_config() local
236 sim = find_pci_config_dword(err, where, NULL); in aer_inj_read_config()
237 if (sim) { in aer_inj_read_config()
238 *val = *sim; in aer_inj_read_config()
251 u32 *sim; in aer_inj_write_config() local
268 sim = find_pci_config_dword(err, where, &rw1cs); in aer_inj_write_config()
269 if (sim) { in aer_inj_write_config()
271 *sim ^= val; in aer_inj_write_config()
273 *sim = val; in aer_inj_write_config()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf530x/
H A Dcpu_init.c107 sim_t *sim = (sim_t *)(MMAP_SIM); in cpu_init_f() local
109 out_8(&sim->sypcr, 0x00); in cpu_init_f()
110 out_8(&sim->swivr, 0x0f); in cpu_init_f()
111 out_8(&sim->swsr, 0x00); in cpu_init_f()
112 out_8(&sim->mpark, 0x00); in cpu_init_f()
H A Dcpu.c15 sim_t *sim = (sim_t *)(MMAP_SIM); in do_reset() local
18 out_8(&sim->sypcr, SYPCR_SWE | SYPCR_SWRI); in do_reset()
/OK3568_Linux_fs/kernel/drivers/pinctrl/sunxi/
H A Dpinctrl-sun50i-h5.c65 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 …]
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh7720.c224 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 } },
/OK3568_Linux_fs/u-boot/board/freescale/bsc9132qds/
H A Dbsc9132qds.c304 if (hwconfig("sim")) { in misc_init_r()
411 if (hwconfig("sim")) { in ft_board_setup()
420 /* remove dts sim node */ in ft_board_setup()
421 fdt_del_node_compat(blob, "fsl,sim-v1.0"); in ft_board_setup()
422 printf("SIM & SDHC can't work together on the board"); in ft_board_setup()
423 printf("\nRemove sim from hwconfig and reset\n"); in ft_board_setup()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-testsuite.inc39 content.append('load_generic_config "sim"')
40 content.append('load_base_board_description "basic-sim"')
64 content.append('set_board_info sim "{0}"'.format(qemu_binary))
65 content.append('set_board_info sim,options "{0}"'.format(" ".join(args)))
/OK3568_Linux_fs/kernel/sound/soc/cirrus/
H A Dsimone.c3 * simone.c -- ASoC audio for Simplemachines Sim.One board
33 .name = "Sim.One",
83 MODULE_DESCRIPTION("ALSA SoC Simplemachines Sim.One");
/OK3568_Linux_fs/kernel/drivers/iio/common/st_sensors/
H A Dst_sensors_spi.c64 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()
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7763.c244 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 } },
/OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/
H A Dsimone.c4 * 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")
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7760.c40 DMABRG, SCIF0, SCIF1, SCIF2, SIM, MMCIF, enumerator
83 INTC_GROUP(SIM, SIM_ERI, SIM_RXI, SIM_TXI, SIM_TEI),
112 SCIF1, SCIF2, SIM, HSPI } },
202 * This is actually a SIM card module serial port, based on an SCI with
203 * additional registers. The sh-sci driver doesn't support the SIM port
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A DMakefile16 obj-$(CONFIG_H8300H_SIM) += sim-console.o
17 obj-$(CONFIG_H8S_SIM) += sim-console.o
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dimx7ulp.dtsi316 nxp,sim = <&sim>;
479 sim = <&sim>;
555 sim: sim@410a3000 { label
556 compatible = "fsl,imx7ulp-sim", "syscon";
/OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/
H A Dmemtester.h4 * Originally by Simon Kirby <sim@stormix.com> <sim@neato.org>
H A Dtypes.h4 * Originally by Simon Kirby <sim@stormix.com> <sim@neato.org>

12345678910