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

12

/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-flash.c49 * This file provides bootbus flash operations
60 #include "cvmx-flash.h"
62 #define MAX_NUM_FLASH_CHIPS 8 /* Maximum number of flash chips */
77 void * base_ptr; /**< Memory pointer to start of flash */
93 * Read a byte from flash
107 * Read a byte from flash (for commands)
123 * Read 16bits from flash (for commands)
139 * Write a byte to flash
154 * Write a byte to flash (for commands)
169 * Query a address and see if a CFI flash chi
178 cvmx_flash_t *flash = flash_info + chip_id; local
630 cvmx_flash_t *flash = flash_info + chip_id; local
[all...]
/freebsd-10.3-release/contrib/ncurses/ncurses/base/
H A Dlib_flash.c35 * flash.c
37 * The routine flash().
42 #include <term.h> /* beep, flash */
47 * flash()
55 flash(void) function
59 T((T_CALLED("flash()")));
/freebsd-10.3-release/usr.sbin/mfiutil/
H A Dmfi_flash.c94 int error, fd, flash; local
98 warnx("flash: Firmware file required");
102 flash = open(av[1], O_RDONLY);
103 if (flash < 0) {
105 warn("flash: Failed to open %s", av[1]);
112 if (fstat(flash, &sb) < 0) {
118 warnx("Invalid flash file size");
130 /* First, ask the firmware to allocate space for the flash file. */
134 warnx("Failed to alloc flash memory: %s", mfi_status(status));
148 nread = read(flash, bu
[all...]
/freebsd-10.3-release/contrib/ntp/util/
H A Dntptime.c75 static volatile int flash; /* most recent ntp_adjtime() bits */ variable
279 flash = _ntx.status;
299 if (flash & STA_NANO) {
334 flash = ntx.status;
340 if (flash & STA_NANO)
353 if (flash & STA_NANO)
365 if (flash & STA_NANO)
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c1795 peer->flash &= ~PKT_TEST_MASK;
1798 peer->flash |= TEST3;
1813 peer->flash |= TEST3; /* unsynch */
1829 peer->flash |= TEST1; /* duplicate */
1952 peer->flash |= TEST2; /* bogus */
1968 peer->flash |= TEST2; /* bogus */
1997 peer->flash |= TEST3; /* unsynch */
2009 peer->flash |= TEST2; /* bogus */
2024 peer->flash |= TEST5; /* bad auth */
2052 if (peer->flash
[all...]
H A Dntp_peer.c455 if (!(peer->flash & TEST10))
457 if (!(peer->flash & TEST13))
459 if (!(peer->flash & TEST12))
461 if (!(peer->flash & TEST11))
H A Dntp_crypto.c692 peer->flash &= ~TEST8;
733 peer->flash &= ~TEST8;
771 peer->flash &= ~TEST8;
808 peer->flash &= ~TEST8;
873 peer->flash &= ~TEST8;
931 peer->flash &= ~TEST8;
966 peer->flash &= ~TEST8;
1008 peer->flash &= ~TEST8;
H A Dntp_request.c901 ip->flash = (u_char)pp->flash;
902 ip->flash2 = (u_short)pp->flash;
/freebsd-10.3-release/sbin/routed/
H A Doutput.c344 /* Skip this route if doing a flash update and it and the routes
669 int flash, /* 1=flash update */
698 if (flash)
808 /* send all of the routing table or just do a flash update
811 rip_bcast(int flash) argument
833 flash ? "dynamic update" : "all routes",
881 supply(&dst, ifp, type, flash, vers, 1);
666 supply(struct sockaddr_in *dst, struct interface *ifp, enum output_type type, int flash, int vers, int passwd_ok) argument
/freebsd-10.3-release/sys/dev/e1000/
H A Dif_lem.h305 struct resource *flash; member in struct:adapter
H A Dif_em.h401 struct resource *flash; member in struct:adapter
H A Dif_em.c565 ** map the flash memory, and this
576 adapter->flash = bus_alloc_resource_any(dev,
578 if (adapter->flash == NULL) {
584 hw->flash_address = (u8 *)adapter->flash;
586 rman_get_bustag(adapter->flash);
588 rman_get_bushandle(adapter->flash);
591 ** In the new SPT device flash is not a
2848 if (adapter->flash != NULL)
2850 EM_FLASH, adapter->flash);
/freebsd-10.3-release/sys/dev/qlxge/
H A Dqls_def.h337 q81_flash_t flash; member in struct:qla_host
H A Dqls_hw.c1838 if (bcmp(ha->flash.id, signature, 4)) {
1840 "%x:%x:%x:%x %s\n", __func__, ha->flash.id[0],
1841 ha->flash.id[1], ha->flash.id[2], ha->flash.id[3],
1846 data16 = (uint16_t *)&ha->flash;
1876 qflash = (uint32_t *)&ha->flash;
1889 QL_DUMP_BUFFER8(ha, __func__, (&ha->flash), (sizeof (q81_flash_t)));
1896 bcopy(ha->flash.mac_addr0, ha->mac_addr, ETHER_ADDR_LEN);
/freebsd-10.3-release/contrib/file/magic/
H A DMakefile.am92 $(MAGIC_FRAGMENT_DIR)/flash \
H A DMakefile.in364 $(MAGIC_FRAGMENT_DIR)/flash \
/freebsd-10.3-release/sys/dev/flash/
H A Dmx25l.c27 __FBSDID("$FreeBSD: releng/10.3/sys/dev/flash/mx25l.c 254991 2013-08-28 14:49:36Z loos $");
46 #include <dev/flash/mx25lreg.h>
53 * Define the sectorsize to be a smaller size rather than the flash
54 * sector size. Trying to run FFS off of a 64k flash sector size
185 printf("Unknown SPI flash device. Vendor: %02x, device id: %04x\n",
386 sc->sc_disk->d_name = "flash/spi";
403 kproc_create(&mx25l_task, sc, &sc->sc_p, 0, 0, "task: mx25l flash");
/freebsd-10.3-release/contrib/nvi/cl/
H A Dcl_funcs.c229 * Ring the bell/flash the screen.
244 (void)flash();
/freebsd-10.3-release/contrib/ntp/include/
H A Dntp.h345 int flash; /* protocol error test tally bits */ member in struct:peer
H A Dntp_request.h390 u_char flash; /* old peer.flash */ member in struct:info_peer
392 u_short flash2; /* new peer.flash */
/freebsd-10.3-release/contrib/dialog/
H A Dmenubox.c717 flash();
/freebsd-10.3-release/sys/dev/bce/
H A Dif_bce.c175 /* Saifun SA25F010 (non-buffered flash) */
180 "Non-buffered flash (128kB)"},
181 /* Saifun SA25F020 (non-buffered flash) */
186 "Non-buffered flash (256kB)"},
192 /* Entry 0101: ST M45PE10 (non-buffered flash, TetonII B0) */
197 /* Entry 0110: ST M45PE20 (non-buffered flash)*/
202 /* Saifun SA25F005 (non-buffered flash) */
207 "Non-buffered flash (64kB)"},
223 /* ATMEL AT45DB011B (buffered flash) */
227 "Buffered flash (12
2497 const struct flash_spec *flash; local
[all...]
/freebsd-10.3-release/usr.sbin/ntp/ntpdc/
H A Dnl.c156 printf("offsetof(flash) = %d\n",
157 (int) offsetof(struct info_peer, flash));
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h363 extern int flash(void);
/freebsd-10.3-release/lib/ncurses/ncurses/
H A DMakefile595 curs_beep.3 flash.3 \

Completed in 438 milliseconds

12