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

12

/freebsd-9.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-9.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-9.3-release/usr.sbin/mfiutil/
H A Dmfi_flash.c124 int error, fd, flash; local
128 warnx("flash: Firmware file required");
132 flash = open(av[1], O_RDONLY);
133 if (flash < 0) {
135 warn("flash: Failed to open %s", av[1]);
142 if (fstat(flash, &sb) < 0) {
148 warnx("Invalid flash file size");
160 /* First, ask the firmware to allocate space for the flash file. */
164 warnx("Failed to alloc flash memory: %s", mfi_status(status));
178 nread = read(flash, bu
[all...]
/freebsd-9.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-9.3-release/contrib/nvi/include/
H A Dcl_extern.h8 void flash __P((void));
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c1564 peer->flash &= ~PKT_TEST_MASK;
1567 peer->flash |= TEST3;
1579 peer->flash |= TEST3; /* unsynch */
1594 peer->flash |= TEST1; /* duplicate */
1712 peer->flash |= TEST2; /* bogus */
1727 peer->flash |= TEST2; /* bogus */
1756 peer->flash |= TEST3; /* unsynch */
1767 peer->flash |= TEST2; /* bogus */
1780 peer->flash |= TEST5; /* bad auth */
1806 if (peer->flash
[all...]
H A Dntp_peer.c447 if (!(peer->flash & TEST10))
449 if (!(peer->flash & TEST13))
451 if (!(peer->flash & TEST12))
453 if (!(peer->flash & TEST11))
H A Dntp_crypto.c682 peer->flash &= ~TEST8;
723 peer->flash &= ~TEST8;
761 peer->flash &= ~TEST8;
798 peer->flash &= ~TEST8;
863 peer->flash &= ~TEST8;
921 peer->flash &= ~TEST8;
956 peer->flash &= ~TEST8;
998 peer->flash &= ~TEST8;
H A Dntp_request.c900 ip->flash = (u_char)pp->flash;
901 ip->flash2 = (u_short)pp->flash;
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_bsd.c81 * flash --
85 * PUBLIC: void flash __P((void));
89 flash() function
187 vb = ((p = tigetstr("flash")) == (char *)-1) ?
204 "flash", "vb", /* Visible bell. */
H A Dcl_funcs.c205 * Ring the bell/flash the screen.
221 (void)flash();
/freebsd-9.3-release/sys/cam/
H A 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.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 */
700 if (flash)
810 /* send all of the routing table or just do a flash update
813 rip_bcast(int flash) argument
835 flash ? "dynamic update" : "all routes",
883 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-9.3-release/sys/dev/e1000/
H A Dif_em.h357 struct resource *flash; member in struct:adapter
H A Dif_lem.h303 struct resource *flash; member in struct:adapter
H A Dif_em.c525 ** map the flash memory, and this
536 adapter->flash = bus_alloc_resource_any(dev,
538 if (adapter->flash == NULL) {
544 hw->flash_address = (u8 *)adapter->flash;
546 rman_get_bustag(adapter->flash);
548 rman_get_bushandle(adapter->flash);
2733 if (adapter->flash != NULL)
2735 EM_FLASH, adapter->flash);
/freebsd-9.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-9.3-release/contrib/file/magic/
H A DMakefile.am80 $(MAGIC_FRAGMENT_DIR)/flash \
/freebsd-9.3-release/sys/dev/flash/
H A Dmx25l.c46 #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
171 printf("Unknown SPI flash device. Vendor: %02x, device id: %04x\n",
372 sc->sc_disk->d_name = "flash/spi";
389 kproc_create(&mx25l_task, sc, &sc->sc_p, 0, 0, "task: mx25l flash");
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src170 # -vb Use visible bell (<flash>) rather than <bel>.
721 el1=\E[1K, flash=\E[?5h\E[?5l$<200/>, home=\E[H,
813 civis@, cnorm@, cvvis@, dsl=\E[?H, flash@, fsl=\E[?F, initc@,
879 ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, flash=\Eg,
1384 el=\E[K, el1=\E[1K\E[X, flash=\E[?5h$<200>\E[?5l,
1580 flash=^G, ht=^I, ich=\233%p1%d@, ich1=\233@, il=\233%p1%dL,
2066 bel@, flash=\E[?5h\E[?5l, use=vt100,
2201 flash=\E[?5h$<200/>\E[?5l, home=\E[H, ht=^I, hts=\EH,
2231 flash=\233?5h$<200/>\233?5l, home=\233H, ht=^I, hts=\EH,
2398 ed=\E[J, el=\E[K, flash
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dmenubox.c763 flash();
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_request.h390 u_char flash; /* old peer.flash */ member in struct:info_peer
392 u_short flash2; /* new peer.flash */
H A Dntp.h345 int flash; /* protocol error test tally bits */ member in struct:peer
/freebsd-9.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...]

Completed in 316 milliseconds

12