| /netbsd-src/sys/dev/flash/ |
| H A D | flash_mtdparts.c | 85 flash_parse_partdef(flash_size_t flash_size, char *partdef, flash_off_t *offset, in flash_parse_partdef() argument 112 part.part_size = flash_size - part.part_offset; in flash_parse_partdef() 140 flash_size_t flash_size, char *mtddef) in flash_parse_mtddef() argument 147 while (partdef && offset < flash_size) { in flash_parse_mtddef() 155 error = flash_parse_partdef(flash_size, partdef, &offset, in flash_parse_mtddef() 182 flash_size_t flash_size, const char *mtd_id, const char *cmdline) in flash_attach_mtdparts() argument 194 flash_parse_mtddef(flash_if, parent, flash_size, mtddef); in flash_attach_mtdparts()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | gen-avr-mmcu-specs.c | 198 int n_flash = 1 + (mcu->flash_size - 1) / 0x10000; in print_mcu() 241 mcu->flash_size == 0x2000 ? 8 in print_mcu() 242 : mcu->flash_size == 0x4000 ? 16 in print_mcu() 243 : mcu->flash_size == 0x8000 ? 32 in print_mcu() 244 : mcu->flash_size == 0x10000 ? 64 in print_mcu()
|
| H A D | gen-avr-mmcu-texi.c | 105 c = (int) mcu_a->flash_size - (int) mcu_b->flash_size; in comparator()
|
| H A D | avr-arch.h | 128 int flash_size; member
|
| H A D | avr.c | 717 avr_n_flash = 1 + (mcu->flash_size - 1) / 0x10000; in avr_set_core_architecture()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | gen-avr-mmcu-specs.cc | 198 int n_flash = 1 + (mcu->flash_size - 1) / 0x10000; in print_mcu() 241 mcu->flash_size == 0x2000 ? 8 in print_mcu() 242 : mcu->flash_size == 0x4000 ? 16 in print_mcu() 243 : mcu->flash_size == 0x8000 ? 32 in print_mcu() 244 : mcu->flash_size == 0x10000 ? 64 in print_mcu()
|
| H A D | gen-avr-mmcu-texi.cc | 105 c = (int) mcu_a->flash_size - (int) mcu_b->flash_size; in comparator()
|
| H A D | avr-arch.h | 128 int flash_size; member
|
| H A D | avr.cc | 1061 avr_n_flash = 1 + (mcu->flash_size - 1) / 0x10000; in avr_set_core_architecture()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | od-elf32_avr.c | 63 uint32_t flash_size; member 274 if (device.flash_size > 0) in elf32_avr_dump_mem_usage() 275 printf (" (%2.1f%% Full)", ((float) text_usage / device.flash_size) * 100); in elf32_avr_dump_mem_usage()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | od-elf32_avr.c | 63 uint32_t flash_size; member 274 if (device.flash_size > 0) in elf32_avr_dump_mem_usage() 275 printf (" (%2.1f%% Full)", (double) text_usage / device.flash_size * 100); in elf32_avr_dump_mem_usage()
|
| /netbsd-src/sys/arch/mips/atheros/dev/ |
| H A D | athflash.c | 156 int flash_size; member 244 if (humanize_number(nbuf, sizeof(nbuf), flash_ids[i].flash_size, "B", in flash_attach() 251 sc->sc_size = flash_ids[i].flash_size; in flash_attach()
|
| /netbsd-src/sys/ufs/chfs/ |
| H A D | chfs_build.c | 48 size = chmp->chm_ebh->flash_size / 50; /* 2% of flash size */ in chfs_calc_trigger_levels() 59 chmp->chm_ebh->eb_size + (chmp->chm_ebh->flash_size / 100); in chfs_calc_trigger_levels()
|
| H A D | ebh.h | 286 flash_size_t flash_size; member
|
| H A D | ebh.c | 1619 ebh->flash_size = flash_get_size(dev); in ebh_open() 1620 ebh->peb_nr = ebh->flash_size / ebh->flash_if->erasesize; in ebh_open()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | mlyreg.h | 679 u_int16_t flash_size; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2016 | 2657 avr_mcu_types.flash_size to compute default value. 2659 mcu->flash_size to compute value for spec. 2916 * config/avr/avr-arch.h (avr_mcu_t) [flash_size]: New member.
|