/u-boot-v2022.01-rc1/cmd/ |
A D | onenand.c | 67 loff_t ofs = from; in onenand_block_read() local 138 loff_t ofs; in onenand_block_write() local 190 loff_t ofs; in onenand_block_erase() local 223 loff_t ofs; in onenand_block_test() local 366 ulong ofs; in do_onenand_bad() local 384 ulong addr, ofs; in do_onenand_read() local 412 ulong addr, ofs; in do_onenand_write() local 439 ulong ofs; in do_onenand_erase() local 476 ulong ofs; in do_onenand_test() local 502 ulong ofs; in do_onenand_dump() local
|
/u-boot-v2022.01-rc1/include/ |
A D | nand.h | 48 static inline int nand_read(struct mtd_info *info, loff_t ofs, size_t *len, in nand_read() 54 static inline int nand_write(struct mtd_info *info, loff_t ofs, size_t *len, in nand_write() 60 static inline int nand_block_isbad(struct mtd_info *info, loff_t ofs) in nand_block_isbad()
|
A D | spi_flash.h | 208 static inline int spi_flash_protect(struct spi_flash *flash, u32 ofs, u32 len, in spi_flash_protect()
|
A D | sym53c8xx.h | 385 #define SCR_REG_OFS(ofs) ((((ofs) & 0x7f) << 16ul)) /* + ((ofs) & 0x80)) */ argument 455 #define SCR_REG_OFS2(ofs) (((ofs) & 0xff) << 16ul) argument
|
/u-boot-v2022.01-rc1/drivers/ata/ |
A D | libata.c | 45 unsigned int ofs, unsigned int len) in ata_id_string() 64 unsigned int ofs, unsigned int len) in ata_id_c_string()
|
/u-boot-v2022.01-rc1/lib/ |
A D | slre.c | 441 loop_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_greedy() 458 loop_non_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_non_greedy() 472 is_any_of(const unsigned char *p, int len, const char *s, int *ofs) in is_any_of() 488 is_any_but(const unsigned char *p, int len, const char *s, int *ofs) in is_any_but() 505 int *ofs, struct cap *caps) in match() 651 int i, ofs = 0, res = 0; in slre_match() local
|
/u-boot-v2022.01-rc1/tools/ |
A D | lpc32xximage.c | 123 static void print_hdr_byte(struct nand_page_0_boot_header *hdr, int ofs) in print_hdr_byte() 132 int ofs; in lpc32xximage_print_header() local
|
/u-boot-v2022.01-rc1/drivers/mtd/ |
A D | mtdpart.c | 459 static int part_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_lock() 464 static int part_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_unlock() 469 static int part_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_is_locked() 491 static int part_block_isreserved(struct mtd_info *mtd, loff_t ofs) in part_block_isreserved() 497 static int part_block_isbad(struct mtd_info *mtd, loff_t ofs) in part_block_isbad() 503 static int part_block_markbad(struct mtd_info *mtd, loff_t ofs) in part_block_markbad()
|
A D | cfi_mtd.c | 108 static int cfi_mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_lock() 120 static int cfi_mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_unlock()
|
A D | altera_qspi.c | 67 loff_t ofs; in flash_print_info() local 232 static void altera_qspi_get_locked_range(struct mtd_info *mtd, loff_t *ofs, in altera_qspi_get_locked_range() 255 static int altera_qspi_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in altera_qspi_lock() 289 static int altera_qspi_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in altera_qspi_unlock()
|
A D | mtdconcat.c | 495 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock() 529 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock() 600 static int concat_block_isbad(struct mtd_info *mtd, loff_t ofs) in concat_block_isbad() 623 static int concat_block_markbad(struct mtd_info *mtd, loff_t ofs) in concat_block_markbad()
|
A D | mtdcore.c | 1599 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() 1611 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_unlock() 1623 int mtd_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_is_locked() 1635 int mtd_block_isreserved(struct mtd_info *mtd, loff_t ofs) in mtd_block_isreserved() 1645 int mtd_block_isbad(struct mtd_info *mtd, loff_t ofs) in mtd_block_isbad() 1655 int mtd_block_markbad(struct mtd_info *mtd, loff_t ofs) in mtd_block_markbad()
|
/u-boot-v2022.01-rc1/arch/arm/cpu/arm926ejs/mxs/ |
A D | iomux.c | 31 u32 reg, ofs, bp, bm; in mxs_iomux_setup_pad() local
|
/u-boot-v2022.01-rc1/drivers/mtd/onenand/ |
A D | onenand_base.c | 267 loff_t ofs = 0; in flexonenand_addr() local 1714 static int onenand_block_isbad_nolock(struct mtd_info *mtd, loff_t ofs, int allowbbt) in onenand_block_isbad_nolock() 1870 int onenand_block_isbad(struct mtd_info *mtd, loff_t ofs) in onenand_block_isbad() 1892 static int onenand_default_block_markbad(struct mtd_info *mtd, loff_t ofs) in onenand_default_block_markbad() 1922 int onenand_block_markbad(struct mtd_info *mtd, loff_t ofs) in onenand_block_markbad() 1951 static int onenand_do_lock_cmd(struct mtd_info *mtd, loff_t ofs, size_t len, int cmd) in onenand_do_lock_cmd() 2028 static int onenand_lock(struct mtd_info *mtd, loff_t ofs, size_t len) in onenand_lock() 2046 static int onenand_unlock(struct mtd_info *mtd, loff_t ofs, size_t len) in onenand_unlock() 2099 loff_t ofs = 0; in onenand_unlock_all() local 2315 loff_t ofs; in flexonenand_get_size() local
|
A D | samsung.c | 464 static void s3c_onenand_do_lock_cmd(struct mtd_info *mtd, loff_t ofs, in s3c_onenand_do_lock_cmd() 489 loff_t ofs = 0; in s3c_onenand_unlock_all() local
|
/u-boot-v2022.01-rc1/drivers/mtd/spi/ |
A D | spi-nor-core.c | 1063 static void stm_get_locked_range(struct spi_nor *nor, u8 sr, loff_t *ofs, in stm_get_locked_range() 1089 static int stm_check_lock_status_sr(struct spi_nor *nor, loff_t ofs, u64 len, in stm_check_lock_status_sr() 1108 static int stm_is_locked_sr(struct spi_nor *nor, loff_t ofs, uint64_t len, in stm_is_locked_sr() 1114 static int stm_is_unlocked_sr(struct spi_nor *nor, loff_t ofs, uint64_t len, in stm_is_unlocked_sr() 1152 static int stm_lock(struct spi_nor *nor, loff_t ofs, uint64_t len) in stm_lock() 1232 static int stm_unlock(struct spi_nor *nor, loff_t ofs, uint64_t len) in stm_unlock() 1317 static int stm_is_locked(struct spi_nor *nor, loff_t ofs, uint64_t len) in stm_is_locked() 1445 static int sst26_lock_ctl(struct spi_nor *nor, loff_t ofs, uint64_t len, enum lock_ctl ctl) in sst26_lock_ctl() 1547 static int sst26_unlock(struct spi_nor *nor, loff_t ofs, uint64_t len) in sst26_unlock() 1552 static int sst26_lock(struct spi_nor *nor, loff_t ofs, uint64_t len) in sst26_lock() [all …]
|
/u-boot-v2022.01-rc1/drivers/mtd/nand/raw/ |
A D | nand_util.c | 482 loff_t ofs) in nand_verify_page_oob() 522 int nand_verify(struct mtd_info *mtd, loff_t ofs, size_t len, u_char *buf) in nand_verify()
|
A D | nand_base.c | 109 loff_t ofs, uint64_t len) in check_offs_len() 350 static int nand_block_bad(struct mtd_info *mtd, loff_t ofs) in nand_block_bad() 397 static int nand_default_block_markbad(struct mtd_info *mtd, loff_t ofs) in nand_default_block_markbad() 447 static int nand_block_markbad_lowlevel(struct mtd_info *mtd, loff_t ofs) in nand_block_markbad_lowlevel() 513 static int nand_block_isreserved(struct mtd_info *mtd, loff_t ofs) in nand_block_isreserved() 532 static int nand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int allowbbt) in nand_block_checkbad() 3653 static int nand_block_markbad(struct mtd_info *mtd, loff_t ofs) in nand_block_markbad()
|
A D | mxs_nand.c | 965 static int mxs_nand_hook_block_markbad(struct mtd_info *mtd, loff_t ofs) in mxs_nand_hook_block_markbad() 1104 static int mxs_nand_block_bad(struct mtd_info *mtd, loff_t ofs) in mxs_nand_block_bad()
|
/u-boot-v2022.01-rc1/fs/ext4/ |
A D | ext4_journal.c | 336 int ofs, flags; in recover_transaction() local 399 int ofs, flags; in ext4fs_check_journal_state() local
|
/u-boot-v2022.01-rc1/drivers/soc/ti/ |
A D | keystone_serdes.c | 37 u32 ofs; member
|
/u-boot-v2022.01-rc1/fs/jffs2/ |
A D | jffs2_1pass.c | 1349 int ret, __maybe_unused ofs; in jffs2_sum_scan_sumnode() local 1512 uint32_t ofs, prevofs; in jffs2_1pass_build_lists() local
|