| /src/sys/dev/flash/ |
| flash_mtdparts.c | 43 flash_attach_partition(struct flash_interface *flash_if, device_t parent, 48 faa.flash_if = flash_if; 139 flash_parse_mtddef(struct flash_interface *flash_if, device_t parent, 163 flash_attach_partition(flash_if, parent, &part); 181 flash_attach_mtdparts(struct flash_interface *flash_if, device_t parent, 194 flash_parse_mtddef(flash_if, parent, flash_size, mtddef);
|
| 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 [all...] |
| 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_io.c | 100 struct flash_interface *flash_if) 107 fio->fio_if = flash_if;
|
| /src/sys/ufs/chfs/ |
| ebh.c | 114 return pebnr * ebh->flash_if->erasesize + offset + 127 return pebnr * ebh->flash_if->erasesize + offset + 128 2 * ebh->flash_if->page_size; 147 off_t ofs = pebnr * ebh->flash_if->erasesize; 190 ofs = pebnr * ebh->flash_if->erasesize; 198 ofs += ebh->flash_if->page_size; 224 off_t ofs = pebnr * ebh->flash_if->erasesize + CHFS_EB_EC_HDR_SIZE; 265 ofs = pebnr * ebh->flash_if->erasesize + 266 ebh->flash_if->page_size; 445 ofs = pebnr * ebh->flash_if->erasesize + CHFS_EB_EC_HDR_SIZ [all...] |
| ebh.h | 274 const struct flash_interface *flash_if; member in struct:chfs_ebh
|
| chfs_vfsops.c | 288 chmp->chm_wbuf_pagesize = chmp->chm_ebh->flash_if->page_size;
|
| /src/sys/arch/arm/ti/ |
| omap2_nand.c | 309 flash.flash_if = &nand_flash_if;
|
| /src/sys/dev/nor/ |
| nor.c | 219 faa.flash_if = &sc->sc_flash_if;
|
| /src/sys/dev/nand/ |
| nand.c | 195 faa.flash_if = &nand_flash_if;
|