| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc.c | 238 static int mmc_read_blocks(struct mmc *mmc, void *dst, lbaint_t start, in mmc_read_blocks() 280 static int mmc_read_blocks_prepare(struct mmc *mmc, void *dst, lbaint_t start, in mmc_read_blocks_prepare() 314 ulong mmc_bread_prepare(struct udevice *dev, lbaint_t start, lbaint_t blkcnt, void *dst) in mmc_bread_prepare() 384 ulong mmc_bread(struct udevice *dev, lbaint_t start, lbaint_t blkcnt, void *dst) in mmc_bread()
|
| /rk3399_rockchip-uboot/lib/rsa/ |
| H A D | rsa-mod-exp.c | 242 static void rsa_convert_big_endian(uint32_t *dst, const uint32_t *src, int len) in rsa_convert_big_endian()
|
| H A D | rsa-verify.c | 76 static void rsa_convert_big_endian(uint32_t *dst, const uint32_t *src, in rsa_convert_big_endian()
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_post_process.c | 1111 static void csc_matrix_ventor_multiply(struct rk_pq_csc_ventor *dst, in csc_matrix_ventor_multiply() 1255 const struct drm_display_mode *dst, in calc_dsp_frm_hst_vst() 1326 const struct drm_display_mode *dst) in rk628_post_process_scaler_init() 1447 const struct drm_display_mode *dst = &rk628->dst_mode; in rk628_post_process_init() local
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | pic32.c | 159 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
|
| H A D | am35x.c | 453 void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *dst) in musb_read_fifo()
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | io.h | 465 static inline void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) in memcpy_fromio() 469 static inline void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop.c | 655 uint32_t dst, bool is_horizontal, in scl_vop_cal_scale() 1092 struct display_rect *dst = &crtc_state->crtc_rect; in rockchip_vop_plane_check() local
|
| H A D | rockchip_vop.h | 173 static inline uint16_t scl_cal_scale(int src, int dst, int shift) in scl_cal_scale() 178 static inline uint16_t scl_cal_scale2(int src, int dst) in scl_cal_scale2() 183 #define GET_SCL_FT_BILI_DN(src, dst) scl_cal_scale(src, dst, 12) argument 184 #define GET_SCL_FT_BILI_UP(src, dst) scl_cal_scale(src, dst, 16) argument 185 #define GET_SCL_FT_BIC(src, dst) scl_cal_scale(src, dst, 16) argument 197 static inline enum scale_mode scl_get_scl_mode(int src, int dst) in scl_get_scl_mode()
|
| H A D | rockchip_display.c | 1220 void *dst = NULL; in load_kernel_bmp_logo() local 1257 void *dst = NULL, *pdst; in load_bmp_logo_legacy() local 1374 static void bmp_copy(void *dst, bmp_image *bmp) in bmp_copy() 1482 void *dst = NULL; in load_bmp_logo() local
|
| H A D | rockchip_post_csc.c | 1150 static void csc_matrix_multiply(struct rk_pq_csc_coef *dst, const struct rk_pq_csc_coef *m0, in csc_matrix_multiply() 1190 static void csc_matrix_ventor_multiply(struct rk_pq_csc_ventor *dst, in csc_matrix_ventor_multiply()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | pic32_flash.c | 225 ulong dst, tmp_le, len = cnt; in write_buff() local
|
| H A D | cfi_flash.c | 660 static int flash_status_poll(flash_info_t *info, void *src, void *dst, in flash_status_poll() 880 u8 *dst = (u8 *)dest; in flash_write_cfibuffer() local 1610 uchar *dst; in flash_read_user_serial() local
|
| H A D | mtd_blk.c | 489 lbaint_t blkcnt, void *dst) in mtd_dread()
|
| /rk3399_rockchip-uboot/drivers/keylad/ |
| H A D | rk_keylad.c | 225 static int rockchip_keylad_transfer_fwkey(struct udevice *dev, ulong dst, in rockchip_keylad_transfer_fwkey()
|
| /rk3399_rockchip-uboot/cmd/mvebu/ |
| H A D | bubt.c | 466 static int bubt_write_file(struct bubt_dev *dst, size_t image_size) in bubt_write_file() 708 struct bubt_dev *src, *dst; in do_bubt_cmd() local
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | bch.c | 176 static void load_ecc8(struct bch_control *bch, uint32_t *dst, in load_ecc8() 192 static void store_ecc8(struct bch_control *bch, uint8_t *dst, in store_ecc8() 411 static void gf_poly_copy(struct gf_poly *dst, struct gf_poly *src) in gf_poly_copy()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 191 void __iomem *dst = &host->regs->spare_area[i][0]; local 265 void __iomem *dst = &host->regs->spare_area[0][i * 16]; local
|
| H A D | atmel_nand.c | 1307 static int nand_read_page(int block, int page, void *dst) in nand_read_page() 1371 static int nand_read_page(int block, int page, void *dst) in nand_read_page()
|
| /rk3399_rockchip-uboot/net/ |
| H A D | tftp.c | 228 static int load_block(unsigned block, uchar *dst, unsigned len) in load_block()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pxe.c | 1032 static int parse_sliteral(char **c, char **dst) in parse_sliteral() 1052 static int parse_integer(char **c, int *dst) in parse_integer()
|
| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | crypto_v2_pka.h | 31 #define RK_PKA_FastMemCpy(dst, src, size) \ argument 34 #define RK_PKA_ReverseMemcpy(dst, src, size) \ argument
|
| /rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/ |
| H A D | cgtqmx6eval.c | 971 static void conv_ascii(unsigned char *dst, unsigned char *src, int len) in conv_ascii()
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata_sil.c | 123 u32 *src, *dst; in sil_read_fis() local
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | stacktrace.c | 126 static bool copy_in(void *dst, const void *src, size_t n, bool kernel_data) in copy_in()
|