Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 127) sorted by relevance

123456

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
Ddrv_osal_lib.h301 #define symc_read(offset) module_reg_read(CRYPTO_MODULE_ID_SYMC, offset) argument
302 #define symc_write(offset, val) module_reg_write(CRYPTO_MODULE_ID_SYMC, offset, val) argument
305 #define hash_read(offset) module_reg_read(CRYPTO_MODULE_ID_HASH, offset) argument
306 #define hash_write(offset, val) module_reg_write(CRYPTO_MODULE_ID_HASH, offset, val) argument
309 #define ifep_rsa_read(offset) module_reg_read(CRYPTO_MODULE_ID_IFEP_RSA, offset) argument
310 #define ifep_rsa_write(offset, val) module_reg_write(CRYPTO_MODULE_ID_IFEP_RSA, offset, val) argument
313 #define trng_read(offset) module_reg_read(CRYPTO_MODULE_ID_TRNG, offset) argument
314 #define trng_write(offset, val) module_reg_write(CRYPTO_MODULE_ID_TRNG, offset, val) argument
317 #define sm2_read(offset) module_reg_read(CRYPTO_MODULE_ID_SM2, offset) argument
318 #define sm2_write(offset, val) module_reg_write(CRYPTO_MODULE_ID_SM2, offset, val) argument
[all …]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
Ddrv_mmz_intf.c80 HI_SIZE_T offset = 0; in remap_mmb() local
103 HI_SIZE_T offset = 0; in remap_mmb_cached() local
231 HI_U32 offset; in get_nonsecsmmu_by_secsmmu() local
248 HI_U32 offset; in get_phys_by_secsmmu() local
265 HI_U32 offset; in get_sec_smmu_by_phys() local
282 HI_U32 offset; in get_sec_smmu_by_nosmmu() local
Ddrv_tzsmmu.c81 u32 offset; in secmem_free() local
134 u32 offset; in secmem_map_to_secsmmu() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_tool.c26 hi_u32 kernel_comprss_flash_read(hi_u32 offset, hi_u8 *buffer, hi_u32 size) in kernel_comprss_flash_read()
44 hi_u32 kernel_comprss_flash_write(hi_u32 offset, hi_u8 *buffer, hi_u32 size) in kernel_comprss_flash_write()
63 hi_u32 kernel_comprss_flash_hash(hi_u32 offset, hi_u8 *buffer, hi_u32 size) in kernel_comprss_flash_hash()
136 for (uintptr_t offset = 0; offset < total_size;) { in boot_upg_hash_one_content() local
167 for (uintptr_t offset = 0; offset < size;) { in boot_upg_hash_more_content() local
Dboot_start.c75 hi_void set_running_kernel_flag(hi_u32 offset) in set_running_kernel_flag()
107 hi_u32 offset = 0; in boot_head() local
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/
Ddw_gpio.c141 uint32_t offset = gpio_pin_priv->idx; in gpio_set_irq_mode() local
214 uint32_t offset = gpio_pin_priv->idx; in gpio_irq_enable() local
231 uint32_t offset = gpio_pin_priv->idx; in gpio_irq_disable() local
553 uint8_t offset = gpio_pin_priv->idx; in csi_gpio_pin_config_mode() local
636 uint8_t offset = gpio_pin_priv->idx; in csi_gpio_pin_write() local
659 uint8_t offset = gpio_pin_priv->idx; in csi_gpio_pin_read() local
Dpinmux.c33 int32_t drv_pin_config_mode(port_name_e port, uint8_t offset, gpio_mode_e pin_mode) in drv_pin_config_mode()
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dhardware_usb.c199 static void usb_line_process(char *buf, unsigned short *offset, int *t) in usb_line_process()
266 …b_parse_extra_config(const char *path, usb_patch_info *patch_entry, unsigned short *offset, int *t) in usb_parse_extra_config()
317 static inline int getUsbAltSettings(usb_patch_info *patch_entry, unsigned short *offset) //(patch_i… in getUsbAltSettings()
335 static inline int getUsbAltSettingVal(usb_patch_info *patch_entry, unsigned short offset, unsigned … in getUsbAltSettingVal()
388 unsigned short offset[256], data_len; in rtk_usb_update_altsettings() local
Dhardware_uart.c416 static void line_process(char *buf, unsigned short *offset, int *t) in line_process()
483 static void parse_extra_config(const char *path, patch_info *patch_entry, unsigned short *offset, i… in parse_extra_config()
534 static inline int getAltSettings(patch_info *patch_entry, unsigned short *offset) //(patch_info *pa… in getAltSettings()
551 static inline int getAltSettingVal(patch_info *patch_entry, unsigned short offset, unsigned char *v… in getAltSettingVal()
604 unsigned short offset[256], data_len; in rtk_update_altsettings() local
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_device.h44 RK_U32 offset; member
51 RK_U32 offset; member
57 RK_U32 offset; member
Dmpp_buffer.h232 #define mpp_buffer_read(buffer, offset, data, size) \ argument
235 #define mpp_buffer_write(buffer, offset, data, size) \ argument
256 #define mpp_buffer_set_offset(buffer, offset) \ argument
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
Dcfiflash.c211 int32_t CfiFlashRead(uint32_t pdrv, uint32_t *buffer, uint32_t offset, uint32_t nbytes) in CfiFlashRead()
237 int32_t CfiFlashWrite(uint32_t pdrv, const uint32_t *buffer, uint32_t offset, uint32_t nbytes) in CfiFlashWrite()
260 int32_t CfiFlashErase(uint32_t pdrv, uint32_t offset) in CfiFlashErase()
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_device.h44 RK_U32 offset; member
51 RK_U32 offset; member
57 RK_U32 offset; member
Dmpp_buffer.h232 #define mpp_buffer_read(buffer, offset, data, size) \ argument
235 #define mpp_buffer_write(buffer, offset, data, size) \ argument
256 #define mpp_buffer_set_offset(buffer, offset) \ argument
/device/soc/rockchip/rk2206/adapter/hals/update/
Dhal_hota_board.c32 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, unsigned int bufLen) in HotaHalWrite()
37 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, unsigned char *buffer) in HotaHalRead()
/device/soc/hisilicon/common/platform/mtd/hifmc100/spi_nor/
Dhifmc100_spi_nor.c279 off_t offset, uint8_t *buf, size_t len, int wr) in HifmcCntlrDmaTransfer()
337 static int32_t HifmcCntlrDmaWriteReadOnce(struct SpiFlash *spi, off_t offset, uint8_t *buf, size_t … in HifmcCntlrDmaWriteReadOnce()
380 static int32_t HifmcCntlrDmaWriteRead(struct MtdDevice *mtdDevice, off_t offset, size_t len, uint8_… in HifmcCntlrDmaWriteRead()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
Dburn_file.c42 hi_void loaderboot_get_start_addr_offset(hi_u32 addr, hi_u32 *offset) in loaderboot_get_start_addr_offset()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/fm11nt081d/
Dfm11nt081d.c127 hi_u8 offset = 0; in Fm11nt081dWriteEeprom() local
349 static ssize_t nfc_read(struct file *filp, hi_char __user *buf, size_t size, loff_t *offset) in nfc_read()
362 static ssize_t nfc_write(struct file *filp, const hi_char *buf, size_t size, loff_t *offset) in nfc_write()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/update/
Dhal_hota_board.c100 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, unsigned char *buffer) in HotaHalRead()
114 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, unsigned int buffLen) in HotaHalWrite()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dhavege.h46 int PT1, PT2, offset[2]; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
Dlzmaram.h24 hi_u32 offset; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_check_secure.c47 uintptr_t offset; in upg_hash_one_content() local
82 uintptr_t offset; in upg_hash_more_content() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oam/
Doam_log.c61 hi_s32 offset; in oal_print_nlogs() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_crypto_tkip.h59 hi_u32 offset; member
/device/board/hisilicon/hispark_taurus/audio_drivers/unittest/src/
Dhi3516_aiao_impl_test.c34 int offset = 0x08; in TestAiopRegCfg() local
79 unsigned int offset; in TestAiaoHalReadReg() local

123456