HomeSort by: relevance | last modified time | path
    Searched defs:flash_if (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/flash/
flash.h 67 struct flash_interface *flash_if; /* Hardware interface */ member in struct:flash_softc
74 struct flash_interface *flash_if; /* Hardware interface */ member in struct:flash_attach_args
flash.c 140 sc->flash_if = faa->flash_if;
145 format_bytes(pbuf[1], sizeof(pbuf[1]), sc->flash_if->erasesize);
171 switch (sc->flash_if->type) {
175 pbuf[1], sc->flash_if->writesize);
182 pbuf[1], sc->flash_if->page_size,
183 sc->flash_if->writesize);
199 /* freeing flash_if is our responsibility */
200 kmem_free(sc->flash_if, sizeof(*sc->flash_if));
322 const struct flash_interface *flash_if; local in function:flashstrategy
    [all...]
  /src/sys/ufs/chfs/
ebh.h 274 const struct flash_interface *flash_if; member in struct:chfs_ebh

Completed in 24 milliseconds