Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 4 of 4) sorted by relevance

/SCP-firmware-master/product/synquacer/module/synquacer_system/src/
A Dload_secure_fw.c146 void *dst; in fw_fip_load_bl32() local
156 dst = (void *)SCP_ADDR_TRANS_AREA; in fw_fip_load_bl32()
169 dst, in fw_fip_load_bl32()
/SCP-firmware-master/product/synquacer/module/synquacer_memc/src/
A Dsynquacer_ddr.c85 uint8_t *dst,
204 uint8_t *dst, in read_spd() argument
238 I2C_EN_CH0, i2c_target_addr_read_spd, 0, dst, read_len); in read_spd()
256 dst += SPD_PAGE_SIZE; in read_spd()
901 uint8_t *dst = (uint8_t *)SPD_STORE_ADDR; in store_spd_to_nssram() local
904 memset(dst, 0, SPD_STORE_AREA_SIZE); in store_spd_to_nssram()
907 ret = read_spd(slot, dst, (SPD_PAGE_SIZE * SPD_NUM_OF_PAGE)); in store_spd_to_nssram()
910 memset(dst, 0, (SPD_PAGE_SIZE * SPD_NUM_OF_PAGE)); in store_spd_to_nssram()
912 dst += (SPD_PAGE_SIZE * SPD_NUM_OF_PAGE); in store_spd_to_nssram()
/SCP-firmware-master/product/n1sdp/module/n1sdp_pcie/src/
A Dpcie_enumeration.c313 uint32_t dst; in checked_read_u32() local
326 : "=r"(err), "=r"(dst) in checked_read_u32()
332 *value = dst; in checked_read_u32()
/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch_libc.c25 void *memcpy(void *dst, const void *src, size_t n) in memcpy() argument
29 char *q = dst; in memcpy()
35 return dst; in memcpy()

Completed in 6 milliseconds