Home
last modified time | relevance | path

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

1234

/freebsd-9-stable/sys/contrib/octeon-sdk/
Dcvmx-flash.c178 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/
DETHERNUT5.hints7 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"
DAVILA75 device cfi # flash support
76 device cfid # flash disk support
DCAMBRIA77 device cfi # flash support
78 device cfid # flash disk support
/freebsd-9-stable/contrib/file/magic/Magdir/
Dflash3 # $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
Dintel62 # 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/
Dmfi_flash.c124 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/
DPB92.hints58 # 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"
DAR71XX.hints62 # SPI flash
71 # CE low for flash, CE high for RTC
DPB92105 # SPI and flash
110 # The flash is statically partitioned; add in that
DTP-WN1043ND.hints10 # Where is the MAC address stored in flash for this particular unit.
DAR91XX_BASE.hints43 # SPI flash
/freebsd-9-stable/contrib/ntp/util/
Dntptime.c75 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/
Dntp_proto.c1564 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 …]
Dntp_peer.c447 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/
Dlib_flash.c55 flash(void) in NCURSES_EXPORT()
/freebsd-9-stable/sbin/routed/
Doutput.c669 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/
DREADME.quirks23 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/
Dstd.avila11 # Redboot is expected to handle unmapping the flash memory that
/freebsd-9-stable/contrib/nvi/include/
Dcl_extern.h8 void flash __P((void));
/freebsd-9-stable/sys/boot/fdt/dts/
Ddb88f5281.dts85 compatible = "cfi-flash";
101 compatible = "cfi-flash";
Ddb88f5182.dts85 compatible = "cfi-flash";
101 compatible = "cfi-flash";
Ddockstar.dts88 compatible = "cfi-flash";
104 compatible = "cfi-flash";
Dsheevaplug.dts88 compatible = "cfi-flash";
104 compatible = "cfi-flash";
/freebsd-9-stable/sys/dev/qlxge/
Dqls_hw.c1838 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()

1234