Searched refs:sim (Results 1 - 37 of 37) sorted by relevance

/linux-4.1.27/arch/ia64/hp/sim/
H A DMakefile2 # ia64/platform/hp/sim/Makefile
/linux-4.1.27/drivers/pci/pcie/aer/
H A Daer_inject.c187 u32 *sim; pci_read_aer() local
203 sim = find_pci_config_dword(err, where, NULL); pci_read_aer()
204 if (sim) { pci_read_aer()
205 *val = *sim; pci_read_aer()
218 u32 *sim; pci_write_aer() local
235 sim = find_pci_config_dword(err, where, &rw1cs); pci_write_aer()
236 if (sim) { pci_write_aer()
238 *sim ^= val; pci_write_aer()
240 *sim = val; pci_write_aer()
/linux-4.1.27/arch/ia64/
H A DMakefile58 drivers-$(CONFIG_IA64_HP_SIM) += arch/ia64/hp/sim/
61 drivers-$(CONFIG_IA64_GENERIC) += arch/ia64/hp/common/ arch/ia64/hp/zx1/ arch/ia64/hp/sim/ arch/ia64/sn/ arch/ia64/uv/
64 boot := arch/ia64/hp/sim/boot
/linux-4.1.27/arch/hexagon/include/asm/
H A Dtimer-regs.h30 * 8x50 HDD Specs 5-8. Simulator co-sim not fixed until
/linux-4.1.27/arch/arm/mach-axxia/
H A Daxxia.c21 "lsi,axm5516-sim",
/linux-4.1.27/drivers/pinctrl/sunxi/
H A Dpinctrl-sun4i-a10.c454 SUNXI_FUNCTION(0x3, "sim")), /* VPPEN */
459 SUNXI_FUNCTION(0x3, "sim")), /* VPPPP */
464 SUNXI_FUNCTION(0x3, "sim")), /* DET */
469 SUNXI_FUNCTION(0x3, "sim")), /* VCCEN */
474 SUNXI_FUNCTION(0x3, "sim")), /* RST */
479 SUNXI_FUNCTION(0x3, "sim")), /* SCK */
484 SUNXI_FUNCTION(0x3, "sim")), /* SDA */
516 SUNXI_FUNCTION(0x4, "sim")), /* VPPEN */
776 SUNXI_FUNCTION(0x5, "sim"), /* RST */
785 SUNXI_FUNCTION(0x5, "sim"), /* VPPEN */
794 SUNXI_FUNCTION(0x5, "sim"), /* VPPPP */
811 SUNXI_FUNCTION(0x5, "sim"), /* VCCEN */
820 SUNXI_FUNCTION(0x5, "sim"), /* SCK */
829 SUNXI_FUNCTION(0x5, "sim"), /* SDA */
H A Dpinctrl-sun7i-a20.c484 SUNXI_FUNCTION(0x3, "sim")), /* VPPEN */
489 SUNXI_FUNCTION(0x3, "sim")), /* VPPPP */
494 SUNXI_FUNCTION(0x3, "sim")), /* DET */
499 SUNXI_FUNCTION(0x3, "sim")), /* VCCEN */
504 SUNXI_FUNCTION(0x3, "sim")), /* RST */
509 SUNXI_FUNCTION(0x3, "sim")), /* SCK */
514 SUNXI_FUNCTION(0x3, "sim")), /* SDA */
546 SUNXI_FUNCTION(0x4, "sim")), /* VPPEN */
796 SUNXI_FUNCTION(0x5, "sim"), /* RST */
805 SUNXI_FUNCTION(0x5, "sim"), /* VPPEN */
814 SUNXI_FUNCTION(0x5, "sim"), /* VPPPP */
831 SUNXI_FUNCTION(0x5, "sim"), /* VCCEN */
840 SUNXI_FUNCTION(0x5, "sim"), /* SCK */
849 SUNXI_FUNCTION(0x5, "sim"), /* SDA */
/linux-4.1.27/arch/tile/include/uapi/arch/
H A Dsim.h33 * interactively, by entering commands like "sim set functional true"
34 * at the tile-monitor prompt. Typing "sim help" at that prompt provides
191 * Type 'sim help' at the tile-monitor prompt to learn what commands
192 * are available. Note the use of the tile-monitor "sim" command to
195 * The argument to sim_command() does not include the leading "sim"
/linux-4.1.27/arch/tile/mm/
H A Delf.c26 #include <arch/sim.h>
H A Dhomecache.c41 #include <arch/sim.h>
/linux-4.1.27/arch/ia64/hp/sim/boot/
H A Dbootloader.c2 * arch/ia64/hp/sim/boot/bootloader.c
/linux-4.1.27/drivers/input/touchscreen/
H A Dst1232.c5 * Tony SIM <chinyeow.sim.xt@renesas.com>
307 MODULE_AUTHOR("Tony SIM <chinyeow.sim.xt@renesas.com>");
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Dcam.h79 * requests for the target at the sim level
H A Daic79xx.h1436 struct cam_sim *sim, union ccb *ccb);
1438 struct cam_sim *sim, union ccb *ccb,
H A Daic7xxx.h1243 struct cam_sim *sim, union ccb *ccb);
1245 struct cam_sim *sim, union ccb *ccb,
H A Daic7xxx_core.c7353 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, ahc_find_tmode_devs() argument
7394 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) ahc_handle_en_lun() argument
7408 status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate, &lstate, ahc_handle_en_lun()
7416 if (cam_sim_bus(sim) == 0) ahc_handle_en_lun()
7520 channel = SIM_CHANNEL(ahc, sim); ahc_handle_en_lun()
7601 channel = SIM_CHANNEL(ahc, sim); ahc_handle_en_lun()
7602 our_id = SIM_SCSI_ID(ahc, sim); ahc_handle_en_lun()
H A Daic79xx_core.c10278 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb, ahd_find_tmode_devs() argument
10319 ahd_handle_en_lun(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb) ahd_handle_en_lun() argument
10332 status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate, &lstate, ahd_handle_en_lun()
10400 channel = SIM_CHANNEL(ahd, sim); ahd_handle_en_lun()
10477 channel = SIM_CHANNEL(ahd, sim); ahd_handle_en_lun()
10478 our_id = SIM_SCSI_ID(ahd, sim); ahd_handle_en_lun()
/linux-4.1.27/arch/tile/kernel/
H A Dvdso.c25 #include <arch/sim.h>
H A Dpci_gx.c40 #include <arch/sim.h>
/linux-4.1.27/arch/mips/kernel/
H A Dlinux32.c41 #include <asm/sim.h>
H A Dsignal_n32.c35 #include <asm/sim.h>
H A Dsyscall.c36 #include <asm/sim.h>
H A Dsignal.c34 #include <asm/sim.h>
H A Dsignal32.c30 #include <asm/sim.h>
/linux-4.1.27/arch/hexagon/kernel/
H A Dtime.c208 /* Note: the sim generic RTOS clock is apparently really 18750Hz */ time_init_deferred()
/linux-4.1.27/include/uapi/linux/genwqe/
H A Dgenwqe_card.h344 __u64 slu_id; /* informational/sim: SluID */
345 __u64 app_id; /* informational/sim: AppID */
/linux-4.1.27/arch/xtensa/lib/
H A Dusercopy.S219 sub a3, a3, a10 # align a3 (to avoid sim warnings only; not needed for hardware)
/linux-4.1.27/arch/arm/mm/
H A Dalignment.c7 * - Adapted from gdb/sim/arm/thumbemu.c -- Thumb instruction emulation.
579 * gdb/sim/arm/thumbemu.c. It is basically just a code reduction of same
/linux-4.1.27/drivers/mfd/
H A Dab3100-core.c751 .name = "ab3100-sim",
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dpci.c740 /* If we don't have OPAL, eg. in sim, just skip PCI probe */ pnv_pci_init()
/linux-4.1.27/arch/mips/include/asm/sn/
H A Dioc3.h351 #define SSCR_DIAG 0x00200000 /* bypass clock divider for sim */
/linux-4.1.27/arch/arm/mach-ux500/
H A Dboard-mop500-regulators.c483 REGULATOR_SUPPLY("vinvsim", "sim-detect.0"),
/linux-4.1.27/drivers/net/ethernet/agere/
H A Det131x.h843 * 30: sim reset
/linux-4.1.27/drivers/usb/serial/
H A Diuu_phoenix.c215 * 0x02 = sim card
/linux-4.1.27/Documentation/cdrom/
H A Dcdrom-standard.tex559 CDC_SELECT_SPEED& can select speed, in units of $\sim$150\,kB/s\cr
583 if\ (cdo\rightarrow capability \mathrel\& \mathord{\sim} cdi\rightarrow mask
/linux-4.1.27/drivers/net/ethernet/tile/
H A Dtilegx.c47 #include <arch/sim.h>
/linux-4.1.27/drivers/tty/serial/
H A Dioc4_serial.c206 #define IOC4_SSCR_DIAG 0x00200000 /* Bypass clock divider for sim */

Completed in 965 milliseconds