| /linux/arch/powerpc/platforms/44x/ |
| H A D | warp.c | 3 * PIKA Warp(tm) board specific routines 43 machine_device_initcall(warp, warp_device_probe); 45 define_machine(warp) { in define_machine() argument 46 .name = "Warp", in define_machine() 47 .compatible = "pika,warp", in define_machine() 77 printk(KERN_INFO "Warp POST %08x %08x\n", post1, post2); in warp_post_info() 79 printk(KERN_INFO "Warp POST OK\n"); in warp_post_info() 159 np = of_find_compatible_node(NULL, NULL, "warp-power-leds"); in pika_setup_leds() 277 printk(KERN_INFO "Warp DTM thread running.\n"); in pika_dtm_thread() 324 machine_late_initcall(warp, pika_dtm_start); [all …]
|
| H A D | Kconfig | 87 config WARP config 88 bool "PIKA Warp" 92 This option enables support for the PIKA Warp(tm) Appliance. The Warp
|
| H A D | Makefile | 9 obj-$(CONFIG_WARP) += warp.o
|
| /linux/arch/mips/kernel/ |
| H A D | sync-r4k.c | 46 * Counter warp measurement loop running on both CPUs. 82 * we saw a time-warp of the counter going backwards: in check_counter_warp() 145 pr_info("Measured %d cycles counter warp between CPUs", max_warp); in check_counter_sync_source() 198 * Store the maximum observed warp value for a potential retry: in synchronise_count_slave() 230 * If the warp value of this CPU is 0, then the other CPU in synchronise_count_slave() 241 pr_debug("Counter compensate: CPU%u observed %d warp\n", cpu, cur_max_warp); in synchronise_count_slave()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | gv100.c | 34 const struct nvkm_enum *warp; in gv100_gr_trap_sm() local 38 warp = nvkm_enum_find(gf100_mp_warp_error, werr & 0xffff); in gv100_gr_trap_sm() 41 "global %08x [%s] warp %04x [%s]\n", in gv100_gr_trap_sm() 42 gpc, tpc, sm, gerr, glob, werr, warp ? warp->name : ""); in gv100_gr_trap_sm()
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | warp.dts | 2 * Device Tree Source for PIKA Warp 17 model = "pika,warp"; 18 compatible = "pika,warp"; 261 compatible = "warp-power-leds";
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6sl-warp.dts | 54 model = "Revotics WaRP Board"; 55 compatible = "revotics,imx6sl-warp", "fsl,imx6sl";
|
| H A D | imx7s-warp.dts | 13 model = "Element14 Warp i.MX7 Board"; 14 compatible = "element14,imx7s-warp", "fsl,imx7s";
|
| H A D | Makefile | 300 imx6sl-warp.dtb 414 imx7s-warp.dtb
|
| /linux/fs/hpfs/ |
| H A D | Kconfig | 8 OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
|
| /linux/drivers/clk/mediatek/ |
| H A D | clk-mt8186-wpe.c | 54 MODULE_DESCRIPTION("MediaTek MT8186 Warp Engine clocks driver");
|
| H A D | Kconfig | 681 This driver supports MediaTek MT8186 Warp Engine clocks. 816 This driver supports MediaTek MT8188 Warp Engine clocks. 989 This driver supports MediaTek MT8195 Warp Engine clocks.
|
| H A D | clk-mt8188-wpe.c | 105 MODULE_DESCRIPTION("MediaTek MT8188 Warp Engine clocks driver");
|
| H A D | clk-mt8195-wpe.c | 147 MODULE_DESCRIPTION("MediaTek MT8195 Warp Engine clocks driver");
|
| /linux/drivers/zorro/ |
| H A D | zorro.ids | 22 1300 Warp Engine [Accelerator, SCSI Host Adapter and RAM Expansion] 362 1300 Warp Engine 40xx [Accelerator, SCSI Host Adapter and RAM Expansion]
|
| /linux/arch/m68k/amiga/ |
| H A D | config.c | 182 /* CS-LAB Warp 1260 workaround */ in amiga_parse_bootinfo() 187 pr_info("Warp 1260 card detected: applying interrupt storm workaround\n"); in amiga_parse_bootinfo()
|
| /linux/drivers/mfd/ |
| H A D | arizona-core.c | 191 dev_err(arizona->dev, "DAC WARP overclocked\n"); in arizona_overclocked() 214 dev_err(arizona->dev, "ASRC async WARP overclocked\n"); in arizona_overclocked() 218 dev_err(arizona->dev, "ASRC sync WARP overclocked\n"); in arizona_overclocked()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drv.h | 22 * and to control the warp error enable mask (OpenGL requires out of
|
| /linux/fs/smb/client/ |
| H A D | smb2pdu.h | 118 * [5] : time warp context
|
| /linux/arch/powerpc/boot/ |
| H A D | Makefile | 160 cuboot-warp.c cuboot-yosemite.c \ 304 image-$(CONFIG_WARP) += cuImage.warp
|
| /linux/Documentation/devicetree/bindings/arm/ |
| H A D | fsl.yaml | 616 - revotics,imx6sl-warp # Revotics WaRP Board 870 - element14,imx7s-warp # Element14 Warp i.MX7 Board
|
| /linux/arch/x86/xen/ |
| H A D | time.c | 201 the Xen clocksource, because ntp can warp the kernel's clocksource.
|
| /linux/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_reg.h | 123 /* Warp Registers */
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec-stateless.rst | 3144 AV1 Warp Model as described in section 3 "Symbols and abbreviated terms" of 3160 - Warp model is just an identity transform. 3163 - Warp model is a pure translation. 3166 - Warp model is a rotation + symmetric zoom + translation. 3169 - Warp model is a general affine transform.
|
| /linux/drivers/eisa/ |
| H A D | eisa.ids | 711 ICU0890 "NDI Volante Warp Series Warp10" 712 ICU0900 "NDI Volante Warp Series Warp10LB and 24LB"
|