/netbsd-src/sys/dev/flash/ |
H A D | files.flash | 1 # $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 D | flash | 3 # $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 D | Makefile | 5 .PATH: ${S}/dev/flash 7 KMOD= flash 8 IOCONF= flash.ioconf 9 SRCS= flash.c flash_io.c
|
H A D | flash.ioconf | 1 # $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 D | fsl-ls1088a-qds.dts | 24 flash@0 { 32 flash@1 { 42 flash@2 { 117 compatible = "cfi-flash"; 149 s25fs512s0: flash@0 { 159 s25fs512s1: flash@1 {
|
H A D | fsl-ls1028a-qds.dts | 125 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 D | fsl-ls1046a-qds.dts | 39 flash@0 { 47 flash@1 { 57 flash@2 { 143 compatible = "cfi-flash"; 168 qflash0: flash@0 {
|
H A D | fsl-lx2160a-qds.dts | 51 dflash0: flash@0 { 63 dflash1: flash@0 { 75 dflash2: flash@0 { 95 mt35xu512aba0: flash@0 {
|
H A D | fsl-ls1012a-qds.dts | 69 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 D | gemini-wbd111.dts | 46 /* 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 D | gemini-wbd222.dts | 45 /* 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 D | exynos4412-galaxy-s3.dtsi | 28 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 D | orion5x-lacie-ethernet-disk-mini-v2.dts | 11 * 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 D | aspeed-bmc-opp-vesnin.dts | 82 flash@0 { 86 #include "openbmc-flash-layout.dtsi" 89 flash@1 { 101 flash@0 { 123 flash = <&spi>;
|
H A D | intel-ixp46x-ixdp465.dts | 21 flash@0,0 { 22 compatible = "intel,ixp4xx-flash", "cfi-flash";
|
H A D | orion5x-maxtor-shared-storage-2.dts | 65 * 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 D | sama5d3xcm.dtsi | 55 nor: flash@0,0 { 56 compatible = "cfi-flash"; 57 linux,mtd-name = "physmap-flash.0"; 87 nand-on-flash-bbt;
|
H A D | intel-ixp42x-welltech-epbx100.dts | 33 flash@0,0 { 34 compatible = "intel,ixp4xx-flash", "cfi-flash";
|
H A D | intel-ixp43x-kixrp435.dts | 21 flash@0,0 { 22 compatible = "intel,ixp4xx-flash", "cfi-flash";
|
H A D | intel-ixp42x-ixdp425.dts | 25 flash@0,0 { 26 compatible = "intel,ixp4xx-flash", "cfi-flash";
|
H A D | aspeed-bmc-opp-lanyang.dts | 120 flash@0 { 124 #include "openbmc-flash-layout.dtsi" 133 flash@0 { 149 flash@0 { 164 flash = <&spi1>;
|
H A D | aspeed-bmc-intel-s2600wf.dts | 43 flash@0 { 47 #include "openbmc-flash-layout.dtsi" 56 flash@0 {
|
/netbsd-src/sys/arch/arm/ti/ |
H A D | omap2_nand.c | 197 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 D | getcap | 2 call "flash" getcap "flash"
|
H A D | flash | 2 call OK flash 3 compare flash.chk
|