Home
last modified time | relevance | path

Searched refs:ftl (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/mtd/
H A Dsm_ftl.c54 static struct attribute_group *sm_create_sysfs_attributes(struct sm_ftl *ftl) in sm_create_sysfs_attributes() argument
61 vendor = kstrndup(ftl->cis_buffer + SM_CIS_VENDOR_OFFSET, in sm_create_sysfs_attributes()
104 static void sm_delete_sysfs_attributes(struct sm_ftl *ftl) in sm_delete_sysfs_attributes() argument
106 struct attribute **attributes = ftl->disk_attributes->attrs; in sm_delete_sysfs_attributes()
122 kfree(ftl->disk_attributes->attrs); in sm_delete_sysfs_attributes()
123 kfree(ftl->disk_attributes); in sm_delete_sysfs_attributes()
192 static loff_t sm_mkoffset(struct sm_ftl *ftl, int zone, int block, int boffset) in sm_mkoffset() argument
195 WARN_ON(zone < 0 || zone >= ftl->zone_count); in sm_mkoffset()
196 WARN_ON(block >= ftl->zone_size); in sm_mkoffset()
197 WARN_ON(boffset >= ftl->block_size); in sm_mkoffset()
[all …]
H A Dsm_ftl.h83 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block,
85 static void sm_mark_block_bad(struct sm_ftl *ftl, int zone_num, int block);
87 static int sm_recheck_media(struct sm_ftl *ftl);
H A DMakefile16 obj-$(CONFIG_FTL) += ftl.o
/openbmc/linux/drivers/mtd/parsers/
H A Dsharpslpart.c166 static int sharpsl_nand_init_ftl(struct mtd_info *mtd, struct sharpsl_ftl *ftl) in sharpsl_nand_init_ftl() argument
180 ftl->logmax = ((phymax * 95) / 100) - 1; in sharpsl_nand_init_ftl()
182 ftl->log2phy = kmalloc_array(ftl->logmax, sizeof(*ftl->log2phy), in sharpsl_nand_init_ftl()
184 if (!ftl->log2phy) { in sharpsl_nand_init_ftl()
190 for (i = 0; i < ftl->logmax; i++) in sharpsl_nand_init_ftl()
191 ftl->log2phy[i] = UINT_MAX; in sharpsl_nand_init_ftl()
207 if (log_num > 0 && log_num < ftl->logmax) { in sharpsl_nand_init_ftl()
208 if (ftl->log2phy[log_num] == UINT_MAX) in sharpsl_nand_init_ftl()
209 ftl->log2phy[log_num] = block_num; in sharpsl_nand_init_ftl()
214 phymax, ftl->logmax, phymax - ftl->logmax); in sharpsl_nand_init_ftl()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007e-shared.patch57 -osdep.o:mail.h misc.h env.h fs.h ftl.h nl.h tcp.h \
58 +OSDEPS= mail.h misc.h env.h fs.h ftl.h nl.h tcp.h \
62 @@ -910,12 +919,19 @@ osdep.o:mail.h misc.h env.h fs.h ftl.h n
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A D0001-Fix-build-issues-with-latest-Clang.patch15 * Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:
39 Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp | 6 ++++--
48 --- a/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
49 +++ b/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/mtd/
H A Dmtd-utils-selftest_git.bb68 FILES:mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd* ${sbindir}/doc* ${sbindir}…
/openbmc/linux/drivers/spi/
H A Dspi-rockchip.c326 u32 ftl = readl_relaxed(rs->regs + ROCKCHIP_SPI_RXFTLR) + 1; in rockchip_spi_pio_reader() local
328 if (rx_left < ftl) { in rockchip_spi_pio_reader()
329 rx_left = ftl; in rockchip_spi_pio_reader()
/openbmc/openbmc/poky/meta/recipes-devtools/mtd/
H A Dmtd-utils_2.2.1.bb72 FILES:mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd* ${sbindir}/doc* ${sbindir}…
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok2.0.log[all...]