| /u-boot/cmd/ |
| A D | onenand.c | 67 loff_t ofs = from; in onenand_block_read() local 138 loff_t ofs; in onenand_block_write() local 192 loff_t ofs; in onenand_block_erase() local 228 loff_t ofs; in onenand_block_test() local 371 ulong ofs; in do_onenand_bad() local 389 ulong addr, ofs; in do_onenand_read() local 417 ulong addr, ofs; in do_onenand_write() local 444 ulong ofs; in do_onenand_erase() local 481 ulong ofs; in do_onenand_test() local 507 ulong ofs; in do_onenand_dump() local
|
| /u-boot/include/ |
| A D | nand.h | 47 static inline int nand_read(struct mtd_info *info, loff_t ofs, size_t *len, in nand_read() 53 static inline int nand_write(struct mtd_info *info, loff_t ofs, size_t *len, in nand_write() 59 static inline int nand_block_isbad(struct mtd_info *info, loff_t ofs) in nand_block_isbad()
|
| A D | spi_flash.h | 170 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/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/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/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/drivers/mtd/ |
| A D | mtdpart.c | 470 static int part_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_lock() 475 static int part_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_unlock() 480 static int part_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_is_locked() 502 static int part_block_isreserved(struct mtd_info *mtd, loff_t ofs) in part_block_isreserved() 508 static int part_block_isbad(struct mtd_info *mtd, loff_t ofs) in part_block_isbad() 514 static int part_block_markbad(struct mtd_info *mtd, loff_t ofs) in part_block_markbad()
|
| A D | cfi_mtd.c | 109 static int cfi_mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_lock() 121 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 235 static void altera_qspi_get_locked_range(struct mtd_info *mtd, loff_t *ofs, in altera_qspi_get_locked_range() 258 static int altera_qspi_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in altera_qspi_lock() 292 static int altera_qspi_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in altera_qspi_unlock()
|
| A D | mtdconcat.c | 506 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock() 540 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock() 611 static int concat_block_isbad(struct mtd_info *mtd, loff_t ofs) in concat_block_isbad() 634 static int concat_block_markbad(struct mtd_info *mtd, loff_t ofs) in concat_block_markbad()
|
| A D | mtdcore.c | 1572 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() 1584 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_unlock() 1596 int mtd_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_is_locked() 1608 int mtd_block_isreserved(struct mtd_info *mtd, loff_t ofs) in mtd_block_isreserved() 1618 int mtd_block_isbad(struct mtd_info *mtd, loff_t ofs) in mtd_block_isbad() 1628 int mtd_block_markbad(struct mtd_info *mtd, loff_t ofs) in mtd_block_markbad()
|
| /u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| A D | iomux.c | 31 u32 reg, ofs, bp, bm; in mxs_iomux_setup_pad() local
|
| /u-boot/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() 1873 int onenand_block_isbad(struct mtd_info *mtd, loff_t ofs) in onenand_block_isbad() 1895 static int onenand_default_block_markbad(struct mtd_info *mtd, loff_t ofs) in onenand_default_block_markbad() 1925 int onenand_block_markbad(struct mtd_info *mtd, loff_t ofs) in onenand_block_markbad() 1954 static int onenand_do_lock_cmd(struct mtd_info *mtd, loff_t ofs, size_t len, int cmd) in onenand_do_lock_cmd() 2031 static int onenand_lock(struct mtd_info *mtd, loff_t ofs, size_t len) in onenand_lock() 2049 static int onenand_unlock(struct mtd_info *mtd, loff_t ofs, size_t len) in onenand_unlock() 2102 loff_t ofs = 0; in onenand_unlock_all() local 2318 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/drivers/mtd/spi/ |
| A D | spi-nor-core.c | 621 static void stm_get_locked_range(struct spi_nor *nor, u8 sr, loff_t *ofs, in stm_get_locked_range() 647 static int stm_check_lock_status_sr(struct spi_nor *nor, loff_t ofs, u64 len, in stm_check_lock_status_sr() 666 static int stm_is_locked_sr(struct spi_nor *nor, loff_t ofs, uint64_t len, in stm_is_locked_sr() 672 static int stm_is_unlocked_sr(struct spi_nor *nor, loff_t ofs, uint64_t len, in stm_is_unlocked_sr() 710 static int stm_lock(struct spi_nor *nor, loff_t ofs, uint64_t len) in stm_lock() 790 static int stm_unlock(struct spi_nor *nor, loff_t ofs, uint64_t len) in stm_unlock() 875 static int stm_is_locked(struct spi_nor *nor, loff_t ofs, uint64_t len) in stm_is_locked() 1003 static int sst26_lock_ctl(struct spi_nor *nor, loff_t ofs, uint64_t len, enum lock_ctl ctl) in sst26_lock_ctl() 1105 static int sst26_unlock(struct spi_nor *nor, loff_t ofs, uint64_t len) in sst26_unlock() 1110 static int sst26_lock(struct spi_nor *nor, loff_t ofs, uint64_t len) in sst26_lock() [all …]
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | nand_util.c | 481 loff_t ofs) in nand_verify_page_oob() 521 int nand_verify(struct mtd_info *mtd, loff_t ofs, size_t len, u_char *buf) in nand_verify()
|
| A D | nand_base.c | 112 loff_t ofs, uint64_t len) in check_offs_len() 353 static int nand_block_bad(struct mtd_info *mtd, loff_t ofs) in nand_block_bad() 400 static int nand_default_block_markbad(struct mtd_info *mtd, loff_t ofs) in nand_default_block_markbad() 450 static int nand_block_markbad_lowlevel(struct mtd_info *mtd, loff_t ofs) in nand_block_markbad_lowlevel() 516 static int nand_block_isreserved(struct mtd_info *mtd, loff_t ofs) in nand_block_isreserved() 535 static int nand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int allowbbt) in nand_block_checkbad() 3658 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/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/drivers/soc/ti/ |
| A D | keystone_serdes.c | 37 u32 ofs; member
|
| /u-boot/fs/jffs2/ |
| A D | jffs2_1pass.c | 1330 int ret, __maybe_unused ofs; in jffs2_sum_scan_sumnode() local 1493 uint32_t ofs, prevofs; in jffs2_1pass_build_lists() local
|
| /u-boot/board/gdsys/p1022/ |
| A D | controlcenterd-id.c | 179 u32 blk_len, ofs; in ccdm_mmc_read() local
|