| /freebsd-9-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-flash.c | 178 cvmx_flash_t *flash = flash_info + chip_id; in __cvmx_flash_queury_cfi() local 181 flash->base_ptr = base_ptr; in __cvmx_flash_queury_cfi() 182 flash->is_16bit = 1; /* FIXME: Currently assumes the chip is 16bits */ in __cvmx_flash_queury_cfi() 193 flash->base_ptr = NULL; in __cvmx_flash_queury_cfi() 198 flash->vendor = __cvmx_flash_read_cmd16(chip_id, 0x13); in __cvmx_flash_queury_cfi() 202 flash->write_timeout = 1ull << (__cvmx_flash_read_cmd(chip_id, 0x1f) + in __cvmx_flash_queury_cfi() 207 flash->erase_timeout = 1ull << (__cvmx_flash_read_cmd(chip_id, 0x21) + in __cvmx_flash_queury_cfi() 211 flash->size = 1<<__cvmx_flash_read_cmd(chip_id, 0x27); in __cvmx_flash_queury_cfi() 214 flash->num_regions = __cvmx_flash_read_cmd(chip_id, 0x2c); in __cvmx_flash_queury_cfi() 218 for (region=0; region<flash->num_regions; region++) in __cvmx_flash_queury_cfi() [all …]
|
| /freebsd-9-stable/sys/arm/conf/ |
| D | ETHERNUT5.hints | 7 hint.map.0.at="flash/spi0" 13 hint.map.1.at="flash/spi0" 19 hint.map.2.at="flash/spi0" 25 hint.map.3.at="flash/spi0" 31 hint.map.4.at="flash/spi0" 37 hint.map.5.at="flash/spi0" 43 hint.map.6.at="flash/spi0"
|
| D | AVILA | 75 device cfi # flash support 76 device cfid # flash disk support
|
| D | CAMBRIA | 77 device cfi # flash support 78 device cfid # flash disk support
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | flash | 3 # $File: flash,v 1.11 2014/05/02 00:26:49 christos Exp $ 4 # flash: file(1) magic for Macromedia Flash file format 8 # http://www.macromedia.com/software/flash/open/ 15 !:mime application/x-shockwave-flash 17 !:mime application/x-shockwave-flash 19 !:mime application/x-shockwave-flash
|
| D | intel | 62 # Flash descriptors for Intel SPI flash roms. 64 0 lelong 0x0ff0a55a Intel serial flash for ICH/PCH ROM <= 5 or 3400 series A-step 65 16 lelong 0x0ff0a55a Intel serial flash for PCH ROM
|
| /freebsd-9-stable/usr.sbin/mfiutil/ |
| D | mfi_flash.c | 124 int error, fd, flash; in flash_adapter() local 132 flash = open(av[1], O_RDONLY); in flash_adapter() 133 if (flash < 0) { in flash_adapter() 142 if (fstat(flash, &sb) < 0) { in flash_adapter() 178 nread = read(flash, buf, FLASH_BUF_SIZE); in flash_adapter() 218 close(flash); in flash_adapter() 222 MFI_COMMAND(top, flash, flash_adapter);
|
| /freebsd-9-stable/sys/mips/conf/ |
| D | PB92.hints | 58 # SPI flash 79 hint.map.0.at="flash/spi0" 85 hint.map.1.at="flash/spi0" 91 hint.map.2.at="flash/spi0" 97 hint.map.3.at="flash/spi0" 103 hint.map.4.at="flash/spi0" 109 hint.map.5.at="flash/spi0"
|
| D | AR71XX.hints | 62 # SPI flash 71 # CE low for flash, CE high for RTC
|
| D | PB92 | 105 # SPI and flash 110 # The flash is statically partitioned; add in that
|
| D | TP-WN1043ND.hints | 10 # Where is the MAC address stored in flash for this particular unit.
|
| D | AR91XX_BASE.hints | 43 # SPI flash
|
| /freebsd-9-stable/contrib/ntp/util/ |
| D | ntptime.c | 75 static volatile int flash; /* most recent ntp_adjtime() bits */ variable 279 flash = _ntx.status; in main() 299 if (flash & STA_NANO) { in main() 334 flash = ntx.status; in main() 340 if (flash & STA_NANO) in main() 353 if (flash & STA_NANO) in main() 365 if (flash & STA_NANO) in main()
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | ntp_proto.c | 1564 peer->flash &= ~PKT_TEST_MASK; in receive() 1567 peer->flash |= TEST3; in receive() 1579 peer->flash |= TEST3; /* unsynch */ in receive() 1594 peer->flash |= TEST1; /* duplicate */ in receive() 1712 peer->flash |= TEST2; /* bogus */ in receive() 1727 peer->flash |= TEST2; /* bogus */ in receive() 1756 peer->flash |= TEST3; /* unsynch */ in receive() 1767 peer->flash |= TEST2; /* bogus */ in receive() 1780 peer->flash |= TEST5; /* bad auth */ in receive() 1806 if (peer->flash & PKT_TEST_MASK) { in receive() [all …]
|
| D | ntp_peer.c | 447 if (!(peer->flash & TEST10)) in score() 449 if (!(peer->flash & TEST13)) in score() 451 if (!(peer->flash & TEST12)) in score() 453 if (!(peer->flash & TEST11)) in score()
|
| /freebsd-9-stable/contrib/ncurses/ncurses/base/ |
| D | lib_flash.c | 55 flash(void) in NCURSES_EXPORT()
|
| /freebsd-9-stable/sbin/routed/ |
| D | output.c | 669 int flash, /* 1=flash update */ in supply() argument 700 if (flash) in supply() 813 rip_bcast(int flash) in rip_bcast() argument 835 flash ? "dynamic update" : "all routes", in rip_bcast() 883 supply(&dst, ifp, type, flash, vers, 1); in rip_bcast()
|
| /freebsd-9-stable/sys/cam/ |
| D | README.quirks | 23 hard drives, flash adapters, cameras) there are two standards, SBC 25 devices like flash drives are usually RBC-compliant. Multimedia 134 flash reader might be on two LUNS. Some non-standard devices hang 156 USB pen drives or flash readers require quirks in both da(4) and
|
| /freebsd-9-stable/sys/arm/xscale/ixp425/ |
| D | std.avila | 11 # Redboot is expected to handle unmapping the flash memory that
|
| /freebsd-9-stable/contrib/nvi/include/ |
| D | cl_extern.h | 8 void flash __P((void));
|
| /freebsd-9-stable/sys/boot/fdt/dts/ |
| D | db88f5281.dts | 85 compatible = "cfi-flash"; 101 compatible = "cfi-flash";
|
| D | db88f5182.dts | 85 compatible = "cfi-flash"; 101 compatible = "cfi-flash";
|
| D | dockstar.dts | 88 compatible = "cfi-flash"; 104 compatible = "cfi-flash";
|
| D | sheevaplug.dts | 88 compatible = "cfi-flash"; 104 compatible = "cfi-flash";
|
| /freebsd-9-stable/sys/dev/qlxge/ |
| D | qls_hw.c | 1838 if (bcmp(ha->flash.id, signature, 4)) { in qls_flash_validate() 1840 "%x:%x:%x:%x %s\n", __func__, ha->flash.id[0], in qls_flash_validate() 1841 ha->flash.id[1], ha->flash.id[2], ha->flash.id[3], in qls_flash_validate() 1846 data16 = (uint16_t *)&ha->flash; in qls_flash_validate() 1876 qflash = (uint32_t *)&ha->flash; in qls_rd_nic_params() 1889 QL_DUMP_BUFFER8(ha, __func__, (&ha->flash), (sizeof (q81_flash_t))); in qls_rd_nic_params() 1896 bcopy(ha->flash.mac_addr0, ha->mac_addr, ETHER_ADDR_LEN); in qls_rd_nic_params()
|