| /rk3399_rockchip-uboot/cmd/ |
| H 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 369 ulong ofs; in do_onenand_bad() local 386 ulong addr, ofs; in do_onenand_read() local 413 ulong addr, ofs; in do_onenand_write() local 439 ulong ofs; in do_onenand_erase() local 475 ulong ofs; in do_onenand_test() local 500 ulong ofs; in do_onenand_dump() local
|
| /rk3399_rockchip-uboot/include/ |
| H 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()
|
| H A D | spi_flash.h | 184 static inline int spi_flash_protect(struct spi_flash *flash, u32 ofs, u32 len, in spi_flash_protect()
|
| H A D | sym53c8xx.h | 386 #define SCR_REG_OFS(ofs) ((((ofs) & 0x7f) << 16ul)) /* + ((ofs) & 0x80)) */ argument 456 #define SCR_REG_OFS2(ofs) (((ofs) & 0xff) << 16ul) argument
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | libata.c | 44 unsigned int ofs, unsigned int len) in ata_id_string() 63 unsigned int ofs, unsigned int len) in ata_id_c_string()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | slre.c | 440 loop_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_greedy() 457 loop_non_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_non_greedy() 471 is_any_of(const unsigned char *p, int len, const char *s, int *ofs) in is_any_of() 487 is_any_but(const unsigned char *p, int len, const char *s, int *ofs) in is_any_but() 504 int *ofs, struct cap *caps) in match() 650 int i, ofs = 0, res = 0; in slre_match() local
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | lpc32xximage.c | 124 static void print_hdr_byte(struct nand_page_0_boot_header *hdr, int ofs) in print_hdr_byte() 133 int ofs; in lpc32xximage_print_header() local
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | spi_flash.c | 585 static int sst26_lock_ctl(struct spi_flash *flash, u32 ofs, size_t len, enum lock_ctl ctl) in sst26_lock_ctl() 683 static int sst26_unlock(struct spi_flash *flash, u32 ofs, size_t len) in sst26_unlock() 688 static int sst26_lock(struct spi_flash *flash, u32 ofs, size_t len) in sst26_lock() 697 static int sst26_is_locked(struct spi_flash *flash, u32 ofs, size_t len) in sst26_is_locked() 838 static void stm_get_locked_range(struct spi_flash *flash, u8 sr, loff_t *ofs, in stm_get_locked_range() 859 static int stm_is_locked_sr(struct spi_flash *flash, loff_t ofs, u64 len, in stm_is_locked_sr() 877 int stm_is_locked(struct spi_flash *flash, u32 ofs, size_t len) in stm_is_locked() 912 int stm_lock(struct spi_flash *flash, u32 ofs, size_t len) in stm_lock() 966 int stm_unlock(struct spi_flash *flash, u32 ofs, size_t len) in stm_unlock()
|
| H A D | spi-nor-core.c | 629 static void stm_get_locked_range(struct spi_nor *nor, u8 sr, loff_t *ofs, in stm_get_locked_range() 655 static int stm_check_lock_status_sr(struct spi_nor *nor, loff_t ofs, u64 len, in stm_check_lock_status_sr() 674 static int stm_is_locked_sr(struct spi_nor *nor, loff_t ofs, uint64_t len, in stm_is_locked_sr() 680 static int stm_is_unlocked_sr(struct spi_nor *nor, loff_t ofs, uint64_t len, in stm_is_unlocked_sr() 718 static int stm_lock(struct spi_nor *nor, loff_t ofs, uint64_t len) in stm_lock() 798 static int stm_unlock(struct spi_nor *nor, loff_t ofs, uint64_t len) in stm_unlock() 883 static int stm_is_locked(struct spi_nor *nor, loff_t ofs, uint64_t len) in stm_is_locked() 1018 static int sst26_lock_ctl(struct spi_nor *nor, loff_t ofs, uint64_t len, enum lock_ctl ctl) in sst26_lock_ctl() 1120 static int sst26_unlock(struct spi_nor *nor, loff_t ofs, uint64_t len) in sst26_unlock() 1125 static int sst26_lock(struct spi_nor *nor, loff_t ofs, uint64_t len) in sst26_lock() [all …]
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtdpart.c | 468 static int part_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_lock() 473 static int part_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_unlock() 478 static int part_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_is_locked() 500 static int part_block_isreserved(struct mtd_info *mtd, loff_t ofs) in part_block_isreserved() 506 static int part_block_isbad(struct mtd_info *mtd, loff_t ofs) in part_block_isbad() 512 static int part_block_markbad(struct mtd_info *mtd, loff_t ofs) in part_block_markbad()
|
| H 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()
|
| H A D | altera_qspi.c | 65 loff_t ofs; in flash_print_info() local 233 static void altera_qspi_get_locked_range(struct mtd_info *mtd, loff_t *ofs, in altera_qspi_get_locked_range() 256 static int altera_qspi_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in altera_qspi_lock() 290 static int altera_qspi_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in altera_qspi_unlock()
|
| H A D | mtdconcat.c | 504 static int concat_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_lock() 538 static int concat_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in concat_unlock() 609 static int concat_block_isbad(struct mtd_info *mtd, loff_t ofs) in concat_block_isbad() 632 static int concat_block_markbad(struct mtd_info *mtd, loff_t ofs) in concat_block_markbad()
|
| H A D | mtdcore.c | 1573 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() 1585 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_unlock() 1597 int mtd_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_is_locked() 1609 int mtd_block_isreserved(struct mtd_info *mtd, loff_t ofs) in mtd_block_isreserved() 1619 int mtd_block_isbad(struct mtd_info *mtd, loff_t ofs) in mtd_block_isbad() 1629 int mtd_block_markbad(struct mtd_info *mtd, loff_t ofs) in mtd_block_markbad()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | iomux.c | 32 u32 reg, ofs, bp, bm; in mxs_iomux_setup_pad() local
|
| /rk3399_rockchip-uboot/drivers/mtd/onenand/ |
| H A D | onenand_base.c | 264 loff_t ofs = 0; in flexonenand_addr() local 1711 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
|
| H A D | samsung.c | 465 static void s3c_onenand_do_lock_cmd(struct mtd_info *mtd, loff_t ofs, in s3c_onenand_do_lock_cmd() 490 loff_t ofs = 0; in s3c_onenand_unlock_all() local
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_util.c | 479 loff_t ofs) in nand_verify_page_oob() 519 int nand_verify(struct mtd_info *mtd, loff_t ofs, size_t len, u_char *buf) in nand_verify()
|
| H A D | mxs_nand.c | 823 static int mxs_nand_hook_block_markbad(struct mtd_info *mtd, loff_t ofs) in mxs_nand_hook_block_markbad() 962 static int mxs_nand_block_bad(struct mtd_info *mtd, loff_t ofs) in mxs_nand_block_bad()
|
| H A D | nand_base.c | 107 loff_t ofs, uint64_t len) in check_offs_len() 348 static int nand_block_bad(struct mtd_info *mtd, loff_t ofs) in nand_block_bad() 395 static int nand_default_block_markbad(struct mtd_info *mtd, loff_t ofs) in nand_default_block_markbad() 445 static int nand_block_markbad_lowlevel(struct mtd_info *mtd, loff_t ofs) in nand_block_markbad_lowlevel() 511 static int nand_block_isreserved(struct mtd_info *mtd, loff_t ofs) in nand_block_isreserved() 530 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()
|
| /rk3399_rockchip-uboot/fs/ext4/ |
| H A D | ext4_journal.c | 339 int ofs, flags; in recover_transaction() local 402 int ofs, flags; in ext4fs_check_journal_state() local
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | jffs2_nand_1pass.c | 766 unsigned ofs, unsigned len) in jffs2_fill_scan_buf() 790 unsigned nr_blocks, sectorsize, ofs, offset; in jffs2_1pass_build_lists() local
|
| H A D | jffs2_1pass.c | 1386 int ret, __maybe_unused ofs; in jffs2_sum_scan_sumnode() local 1549 uint32_t ofs, prevofs; in jffs2_1pass_build_lists() local
|
| /rk3399_rockchip-uboot/drivers/soc/keystone/ |
| H A D | keystone_serdes.c | 37 u32 ofs; member
|
| /rk3399_rockchip-uboot/arch/x86/cpu/i386/ |
| H A D | cpu.c | 548 ulong ofs = (ulong)cpu_call64 - (ulong)ptr; in cpu_jump_to_64bit_uboot() local
|