Home
last modified time | relevance | path

Searched defs:offset (Results 176 – 200 of 568) sorted by relevance

12345678910>>...23

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c114 static int get_aligned_image_offset(struct spl_load_info *info, int offset) in get_aligned_image_offset()
127 static int get_aligned_image_overhead(struct spl_load_info *info, int offset) in get_aligned_image_overhead()
142 int offset) in get_aligned_image_size()
253 int offset; in spl_load_fit_image() local
/rk3399_rockchip-uboot/drivers/sysreset/
H A Dsysreset_syscon.c22 unsigned int offset; member
/rk3399_rockchip-uboot/fs/zfs/
H A Dzfs_lzjb.c67 int offset = ((src[0] << NBBY) | src[1]) & OFFSET_MASK; in lzjb_decompress() local
/rk3399_rockchip-uboot/common/
H A Diotrace.c52 ulong offset; member
168 void iotrace_get_buffer(ulong *start, ulong *size, ulong *offset, ulong *count) in iotrace_get_buffer()
H A Dimage-sparse.c61 unsigned int offset; in write_sparse_image() local
/rk3399_rockchip-uboot/drivers/irq/
H A Dirq-gpio-v2.c49 static inline unsigned offset_to_bit(unsigned offset) in offset_to_bit()
54 static void gpio_bit_op(void __iomem *regbase, unsigned int offset, in gpio_bit_op()
66 static int gpio_bit_rd(void __iomem *regbase, unsigned int offset, u32 bit) in gpio_bit_rd()
/rk3399_rockchip-uboot/lib/avb/libavb_user/
H A Davb_ops_user.c46 static void byte_to_block(int64_t *offset, in byte_to_block()
93 int64_t offset, in read_from_partition()
149 int64_t offset, in write_to_partition()
/rk3399_rockchip-uboot/drivers/misc/
H A Dds4510.c33 static int ds4510_mem_write(uint8_t chip, int offset, uint8_t *buf, int count) in ds4510_mem_write()
62 static int ds4510_mem_read(uint8_t chip, int offset, uint8_t *buf, int count) in ds4510_mem_read()
H A Dcros_ec.c698 uint32_t *offset, uint32_t *size) in cros_ec_flash_offset()
719 int cros_ec_flash_erase(struct cros_ec_dev *dev, uint32_t offset, uint32_t size) in cros_ec_flash_erase()
748 const uint8_t *data, uint32_t offset, uint32_t size) in cros_ec_flash_write_block()
821 uint32_t offset, uint32_t size) in cros_ec_flash_write()
865 uint32_t offset, uint32_t size) in cros_ec_flash_read_block()
876 int cros_ec_flash_read(struct cros_ec_dev *dev, uint8_t *data, uint32_t offset, in cros_ec_flash_read()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dkernel_dtb.c81 int off, offset; in phandles_fixup_cru() local
187 int offset; in phandles_fixup_gpio() local
H A Dvendor.c174 int ret, offset; in mtd_vendor_storage_init() local
581 int offset; in vendor_storage_fixup() local
615 u16 offset; in vendor_storage_read() local
656 u16 part_size, max_item_num, offset, part_num; in vendor_storage_write() local
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_sh7751.c77 pci_dev_t dev, int offset, u32 *value) in pci_sh4_read_config_dword()
88 pci_dev_t dev, int offset, u32 value) in pci_sh4_write_config_dword()
/rk3399_rockchip-uboot/drivers/clk/at91/
H A Dpmc.c56 int offset = dev_of_offset(dev); in at91_clk_sub_device_bind() local
/rk3399_rockchip-uboot/tools/
H A Dmingw_support.c25 void *mmap(void *addr, size_t len, int prot, int flags, int fd, int offset) in mmap()
H A Dproftool.c31 unsigned long offset; member
106 unsigned long offset, start = 0; in read_system_map() local
172 static struct func_info *find_func_by_offset(uint32_t offset) in find_func_by_offset()
184 static struct func_info *find_caller_by_offset(uint32_t offset) in find_caller_by_offset()
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dtraps.c88 static void set_handler(unsigned long offset, void *addr, unsigned long size) in set_handler()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dio.c119 int ubi_io_read(const struct ubi_device *ubi, void *buf, int pnum, int offset, in ubi_io_read()
228 int ubi_io_write(struct ubi_device *ubi, const void *buf, int pnum, int offset, in ubi_io_write()
1322 int offset, int len) in self_check_write()
1387 int ubi_self_check_all_ff(struct ubi_device *ubi, int pnum, int offset, int len) in ubi_self_check_all_ff()
H A Deba.c366 void *buf, int offset, int len, int check) in ubi_eba_read_leb()
493 struct ubi_sgl *sgl, int lnum, int offset, int len, in ubi_eba_read_leb_sg()
551 const void *buf, int offset, int len) in recover_peb()
656 const void *buf, int offset, int len) in ubi_eba_write_leb()
/rk3399_rockchip-uboot/drivers/net/
H A Dks8851_mll.c106 static u8 ks_rdreg8(struct eth_device *dev, u16 offset) in ks_rdreg8()
116 static u16 ks_rdreg16(struct eth_device *dev, u16 offset) in ks_rdreg16()
123 static void ks_wrreg8(struct eth_device *dev, u16 offset, u8 val) in ks_wrreg8()
132 static void ks_wrreg16(struct eth_device *dev, u16 offset, u16 val) in ks_wrreg16()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/
H A Demif4.c54 u32 offset = 0; in get_sdr_cs_offset() local
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dmrccache.h27 u32 offset; member
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf_dataflash.c118 static int spi_dataflash_erase(struct udevice *dev, u32 offset, size_t len) in spi_dataflash_erase()
211 static int spi_dataflash_read(struct udevice *dev, u32 offset, size_t len, in spi_dataflash_read()
267 int spi_dataflash_write(struct udevice *dev, u32 offset, size_t len, in spi_dataflash_write()
/rk3399_rockchip-uboot/lib/
H A Dgunzip.c76 int offset = gzip_parse_header(src, *lenp); in gunzip() local
288 int stoponerr, int offset) in zunzip()
/rk3399_rockchip-uboot/board/freescale/ls1088a/
H A Dls1088a.c502 int offset; in fdt_fixup_board_enet() local
525 int offset; in fsl_fdt_fixup_flash() local
/rk3399_rockchip-uboot/board/lego/ev3/
H A Dlegoev3.c107 u32 offset; in get_board_serial() local

12345678910>>...23