Home
last modified time | relevance | path

Searched refs:flash (Results 1 – 25 of 759) sorted by relevance

12345678910>>...31

/netbsd-src/sys/dev/flash/
H A Dfiles.flash1 # $NetBSD: files.flash,v 1.4 2017/11/14 14:15:29 jmcneill Exp $
5 device flash: disk
6 attach flash at flashbus
7 file dev/flash/flash.c flash
8 file dev/flash/flash_io.c flash
9 file dev/flash/flash_mtdparts.c flash
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dflash3 # $File: flash,v 1.15 2019/04/19 00:42:27 christos Exp $
4 # flash: file(1) magic for Macromedia Flash file format
8 # https://www.macromedia.com/software/flash/open/
17 !:mime application/x-shockwave-flash
20 !:mime application/x-shockwave-flash
23 !:mime application/x-shockwave-flash
26 !:mime application/x-shockwave-flash
29 !:mime application/x-shockwave-flash
34 !:mime application/x-shockwave-flash
39 !:mime application/x-shockwave-flash
[all …]
/netbsd-src/sys/modules/flash/
H A DMakefile5 .PATH: ${S}/dev/flash
7 KMOD= flash
8 IOCONF= flash.ioconf
9 SRCS= flash.c flash_io.c
H A Dflash.ioconf1 # $NetBSD: flash.ioconf,v 1.1 2011/02/26 18:07:31 ahoka Exp $
3 ioconf flash
9 flash* at flashbus?
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1088a-qds.dts24 flash@0 {
32 flash@1 {
42 flash@2 {
117 compatible = "cfi-flash";
149 s25fs512s0: flash@0 {
159 s25fs512s1: flash@1 {
H A Dfsl-ls1028a-qds.dts125 flash@0 {
135 flash@1 {
145 flash@2 {
160 flash@0 {
170 flash@1 {
180 flash@2 {
195 flash@0 {
225 mt35xu02g0: flash@0 {
H A Dfsl-ls1046a-qds.dts39 flash@0 {
47 flash@1 {
57 flash@2 {
143 compatible = "cfi-flash";
168 qflash0: flash@0 {
H A Dfsl-lx2160a-qds.dts51 dflash0: flash@0 {
63 dflash1: flash@0 {
75 dflash2: flash@0 {
95 mt35xu512aba0: flash@0 {
H A Dfsl-ls1012a-qds.dts69 flash@0 {
77 flash@1 {
87 flash@2 {
139 s25fs512s0: flash@0 {
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dgemini-wbd111.dts46 /* Conflict with TVC and extended parallel flash */
52 /* Conflict with TVC and extended parallel flash */
58 /* Conflict with TVC and extended parallel flash */
64 /* Conflict with TVC and extended parallel flash */
85 flash@30000000 {
87 /* 8MB of flash */
H A Dgemini-wbd222.dts45 /* Conflict with TVC and extended parallel flash */
51 /* Conflict with TVC and extended parallel flash */
57 /* Conflict with TVC and extended parallel flash */
63 /* Conflict with TVC and extended parallel flash */
89 flash@30000000 {
91 /* 8MB of flash */
H A Dexynos4412-galaxy-s3.dtsi28 flash-led {
29 label = "flash";
31 flash-max-microamp = <1012500>;
32 flash-max-timeout-us = <1940000>;
154 camera_flash_host: camera-flash-host {
160 camera_flash_isp: camera-flash-isp {
H A Dorion5x-lacie-ethernet-disk-mini-v2.dts11 * TODO: add flash write support: see below.
86 * accidentally erasing critical flash sectors. We thus define
88 * flash. TODO: once the flash part TOP/BOTTOM detection
93 flash@0 {
94 compatible = "cfi-flash";
H A Daspeed-bmc-opp-vesnin.dts82 flash@0 {
86 #include "openbmc-flash-layout.dtsi"
89 flash@1 {
101 flash@0 {
123 flash = <&spi>;
H A Dintel-ixp46x-ixdp465.dts21 flash@0,0 {
22 compatible = "intel,ixp4xx-flash", "cfi-flash";
H A Dorion5x-maxtor-shared-storage-2.dts65 * accidentally erasing critical flash sectors. We thus define
67 * flash. TODO: once the flash part TOP/BOTTOM detection
72 flash@0 {
73 compatible = "cfi-flash";
H A Dsama5d3xcm.dtsi55 nor: flash@0,0 {
56 compatible = "cfi-flash";
57 linux,mtd-name = "physmap-flash.0";
87 nand-on-flash-bbt;
H A Dintel-ixp42x-welltech-epbx100.dts33 flash@0,0 {
34 compatible = "intel,ixp4xx-flash", "cfi-flash";
H A Dintel-ixp43x-kixrp435.dts21 flash@0,0 {
22 compatible = "intel,ixp4xx-flash", "cfi-flash";
H A Dintel-ixp42x-ixdp425.dts25 flash@0,0 {
26 compatible = "intel,ixp4xx-flash", "cfi-flash";
H A Daspeed-bmc-opp-lanyang.dts120 flash@0 {
124 #include "openbmc-flash-layout.dtsi"
133 flash@0 {
149 flash@0 {
164 flash = <&spi1>;
H A Daspeed-bmc-intel-s2600wf.dts43 flash@0 {
47 #include "openbmc-flash-layout.dtsi"
56 flash@0 {
/netbsd-src/sys/arch/arm/ti/
H A Domap2_nand.c197 struct flash_attach_args flash; in omap2_nand_attach() local
308 memset(&flash, 0, sizeof(flash)); in omap2_nand_attach()
309 flash.flash_if = &nand_flash_if; in omap2_nand_attach()
310 flash.partinfo.part_offset = part_addr; in omap2_nand_attach()
311 flash.partinfo.part_size = part_size; in omap2_nand_attach()
312 flash.partinfo.part_flags = 0; in omap2_nand_attach()
313 flash.partinfo.part_name = fdtbus_get_string(child, "label"); in omap2_nand_attach()
314 if (flash.partinfo.part_name == NULL) in omap2_nand_attach()
315 flash.partinfo.part_name = fdtbus_get_string(child, "name"); in omap2_nand_attach()
317 config_found(sc->sc_nanddev, &flash, flash_print, CFARGS_NONE); in omap2_nand_attach()
/netbsd-src/tests/lib/libcurses/tests/
H A Dgetcap2 call "flash" getcap "flash"
H A Dflash2 call OK flash
3 compare flash.chk

12345678910>>...31