Searched refs:flash (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/sys/modules/flash/
H A DMakefile5 .PATH: ${S}/dev/flash
7 KMOD= flash
8 IOCONF= flash.ioconf
9 SRCS= flash.c flash_io.c
/netbsd-current/lib/libcurses/
H A Dbell.c58 * flash
62 flash(void) function
65 __CTRACE(__CTRACE_MISC, "flash: vb\n");
68 __CTRACE(__CTRACE_MISC, "flash: bl\n");
/netbsd-current/sys/modules/nand/
H A DMakefile17 .PATH: ${S}/dev/flash
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-memory.c85 add memory requests for flash memory into FLASH_BLOCKS, and for
120 to the start of the flash block containing the address. Similarly,
144 returns write requests covering each group of flash blocks which must
169 flash erase commands, and WRITTEN_BLOCKS, the list of memory
267 std::vector<memory_write_request> flash; variable
282 and list of flash memory blocks. */
283 split_regular_and_flash_blocks (blocks, &regular, &flash);
285 /* If a variable is added to forbid flash write, even during "load",
287 for other situations besides "load" in which writing to flash
290 /* Find flash block
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-memory.c86 add memory requests for flash memory into FLASH_BLOCKS, and for
121 to the start of the flash block containing the address. Similarly,
145 returns write requests covering each group of flash blocks which must
170 flash erase commands, and WRITTEN_BLOCKS, the list of memory
268 std::vector<memory_write_request> flash; variable
283 and list of flash memory blocks. */
284 split_regular_and_flash_blocks (blocks, &regular, &flash);
286 /* If a variable is added to forbid flash write, even during "load",
288 for other situations besides "load" in which writing to flash
291 /* Find flash block
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/avr/
H A Dinterp.c39 /* Max size of I space (which is always flash on avr). */
218 static struct avr_insn_cell flash[MAX_AVR_FLASH]; variable in typeref:struct:avr_insn_cell
398 word op1 = flash[pc].op;
436 flash[pc].r = SREG_C;
439 flash[pc].r = 0;
451 flash[pc].r = 0;
454 flash[pc].r = SREG_C;
487 flash[pc].r = get_q (op1);
492 flash[pc].r = get_q (op1);
500 flash[p
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/avr/
H A Dinterp.c40 /* Max size of I space (which is always flash on avr). */
219 static struct avr_insn_cell flash[MAX_AVR_FLASH]; variable in typeref:struct:avr_insn_cell
399 word op1 = flash[pc].op;
437 flash[pc].r = SREG_C;
440 flash[pc].r = 0;
452 flash[pc].r = 0;
455 flash[pc].r = SREG_C;
488 flash[pc].r = get_q (op1);
493 flash[pc].r = get_q (op1);
501 flash[p
[all...]
/netbsd-current/sys/dev/flash/
H A Dflash_mtdparts.c38 #include <dev/flash/flash.h>
176 * <mtd-id> := unique id used in mapping driver/device (number of flash bank)
H A Dflash_io.c46 #include <dev/flash/flash.h>
47 #include <dev/flash/flash_io.h>
104 FLDPRINTF(("starting flash io thread\n"));
140 FLDPRINTF(("stopping flash io thread\n"));
160 FLDPRINTF(("submitting job to flash io thread: %p\n", bp));
202 * fill the cache with data from flash,
253 aprint_error_dev(fio->fio_dev, "cannot erase flash flash!\n");
316 FLDPRINTF(("flash i
[all...]
H A Dflash.c1 /* $NetBSD: flash.c,v 1.19 2022/09/25 21:56:12 thorpej Exp $ */
40 __KERNEL_RCSID(0, "$NetBSD: flash.c,v 1.19 2022/09/25 21:56:12 thorpej Exp $");
63 #include "flash.h"
87 CFATTACH_DECL_NEW(flash, sizeof(struct flash_softc),
224 aprint_normal("%s flash at %s", type, pnp);
257 FLDPRINTFN(1, ("flash: opening device unit %d\n", unit));
281 FLDPRINTFN(1, ("flash: closing flash device unit %d\n", unit));
542 /* adjust for flash partition */
545 /* bounds check for flash partitio
[all...]
/netbsd-current/sys/arch/arm/ti/
H A Domap2_nand.c197 struct flash_attach_args flash; local
308 memset(&flash, 0, sizeof(flash));
309 flash.flash_if = &nand_flash_if;
310 flash.partinfo.part_offset = part_addr;
311 flash.partinfo.part_size = part_size;
312 flash.partinfo.part_flags = 0;
313 flash.partinfo.part_name = fdtbus_get_string(child, "label");
314 if (flash.partinfo.part_name == NULL)
315 flash
[all...]
/netbsd-current/sys/arch/evbppc/pmppc/dev/
H A Dflash.c1 /* $NetBSD: flash.c,v 1.4 2011/06/18 06:44:27 matt Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: flash.c,v 1.4 2011/06/18 06:44:27 matt Exp $");
54 CFATTACH_DECL_NEW(flash, sizeof(struct flash_softc),
62 return (strcmp(maa->mb_name, "flash") == 0);
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntptime.c82 static volatile int flash; /* most recent ntp_adjtime() bits */ variable
283 flash = _ntx.status;
301 if (flash & STA_NANO) {
336 flash = ntx.status;
341 if (flash & STA_NANO)
/netbsd-current/sys/ufs/chfs/
H A Debh.h53 #include <dev/flash/flash.h>
63 * @u.nor_hdr: eraseblock header on NOR flash
64 * @u.nand_hdr: eraseblock header on NAND flash
197 * depends on flash type
199 * Direct flash operations:
204 * @mark_eb_hdr_dirty_flash: marks eraseblock dirty on flash
214 * @create_eb_hdr: creates an eraseblock header based on flash type
264 * @ops: collection of operations which depends on flash type
H A Dchfs_wbuf.c35 #include <dev/flash/flash.h>
55 * chfs_flush_wbuf - write wbuf to the flash
139 * chfs_write_wbuf - write to wbuf and then the flash
243 * chfs_flush_peding_wbuf - write wbuf to the flash
/netbsd-current/sys/dev/nor/
H A Dnor.h46 #include <dev/flash/flash.h>
47 #include <dev/flash/flash_io.h>
129 /* flash partition information */
H A Dnor.c49 #include <dev/flash/flash.h>
50 #include <dev/flash/flash_io.h>
61 /* flash interface implementation */
1042 MODULE(MODULE_CLASS_DRIVER, nor, "flash");
/netbsd-current/sys/dev/nand/
H A Dnand.h49 #include <dev/flash/flash.h>
50 #include <dev/flash/flash_io.h>
194 /* flash partition information */
453 /* flash interface implementation */
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c1876 peer->flash &= ~PKT_TEST_MASK;
1879 peer->flash |= TEST3;
1894 peer->flash |= TEST3; /* unsynch */
1912 peer->flash |= TEST1; /* duplicate */
2040 peer->flash |= TEST2; /* bogus */
2056 peer->flash |= TEST2; /* bogus */
2086 peer->flash |= TEST3; /* unsynch */
2098 peer->flash |= TEST2; /* bogus */
2113 peer->flash |= TEST5; /* bad auth */
2141 if (peer->flash
[all...]
H A Dntp_peer.c457 if (!(peer->flash & TEST10))
459 if (!(peer->flash & TEST13))
461 if (!(peer->flash & TEST12))
463 if (!(peer->flash & TEST11))
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c89 * flash --
93 * PUBLIC: void flash __P((void));
97 flash() function
195 vb = ((p = tigetstr("flash")) == (char *)-1) ?
212 { "flash", "vb", }, /* Visible bell. */
/netbsd-current/sbin/routed/
H A Doutput.c362 /* Skip this route if doing a flash update and it and the routes
687 int flash, /* 1=flash update */
717 if (flash)
827 /* send all of the routing table or just do a flash update
830 rip_bcast(int flash) argument
852 flash ? "dynamic update" : "all routes",
901 supply(&dst, ifp, type, flash, vers, 1);
684 supply(struct sockaddr_in *dst, struct interface *ifp, enum output_type type, int flash, int vers, int passwd_ok) argument
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile57 FILES+= flash
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh1117 atf_test_case flash
1120 atf_set "descr" "Validate curses can flash the screen"
1124 h_run flash
2325 atf_add_test_case flash
/netbsd-current/sys/dev/pci/
H A Dif_bnx.c198 /* Saifun SA25F010 (non-buffered flash) */
203 "Non-buffered flash (128kB)"},
204 /* Saifun SA25F020 (non-buffered flash) */
209 "Non-buffered flash (256kB)"},
215 /* Entry 0101: ST M45PE10 (non-buffered flash, TetonII B0) */
220 /* Entry 0110: ST M45PE20 (non-buffered flash)*/
225 /* Saifun SA25F005 (non-buffered flash) */
230 "Non-buffered flash (64kB)"},
246 /* ATMEL AT45DB011B (buffered flash) */
250 "Buffered flash (12
1711 struct flash_spec *flash; local
[all...]

Completed in 612 milliseconds

12