| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/ |
| D | drv_osal_lib.h | 301 #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/ |
| D | drv_mmz_intf.c | 80 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
|
| D | drv_tzsmmu.c | 81 u32 offset; in secmem_free() local 134 u32 offset; in secmem_map_to_secsmmu() local
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/ |
| D | hal_pwm.c | 64 uint8_t offset; in hal_pwm_enable() local 176 uint8_t offset; in hal_pwm_disable() local 224 uint8_t offset; in hal_pwm_breathing_led_enable() local 306 uint8_t offset; in hal_pwm_breathing_led_disable() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
| D | boot_upg_tool.c | 26 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
|
| D | boot_start.c | 75 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/ |
| D | dw_gpio.c | 141 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
|
| D | pinmux.c | 33 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/ |
| D | hardware_uart.c | 416 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
|
| D | hardware_usb.c | 199 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
|
| /device/hihope/hardware/mpp/include/ |
| D | mpp_device.h | 44 RK_U32 offset; member 51 RK_U32 offset; member 57 RK_U32 offset; member
|
| D | mpp_buffer.h | 232 #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/hisilicon/common/platform/mtd/hifmc100/spi_nor/ |
| D | hifmc100_spi_nor.c | 279 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/goodix/gr551x/adapter/hals/update/ |
| D | hal_hota_board.c | 44 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, in HotaHalRead() 50 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, in HotaHalWrite()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
| D | burn_file.c | 42 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/ |
| D | fm11nt081d.c | 127 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/ |
| D | hal_hota_board.c | 99 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, unsigned char *buffer) in HotaHalRead() 113 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/ |
| D | havege.h | 46 int PT1, PT2, offset[2]; member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
| D | lzmaram.h | 24 hi_u32 offset; member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
| D | upg_check_secure.c | 47 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/ |
| D | oam_log.c | 61 hi_s32 offset; in oal_print_nlogs() local
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
| D | hmac_crypto_tkip.h | 59 hi_u32 offset; member
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| D | osal_device.c | 114 static ssize_t osal_read(struct file *file, char __user *buf, size_t size, loff_t *offset) in osal_read() 139 static ssize_t osal_write(struct file *file, const char __user *buf, size_t size, loff_t *offset) in osal_write() 148 static loff_t osal_llseek(struct file *file, loff_t offset, int whence) in osal_llseek()
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/utils/file/src/ |
| D | hal_file.c | 50 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek()
|
| /device/soc/hisilicon/common/platform/i2c/ |
| D | i2c_hi35xx.c | 62 #define WRITE_REG_BIT(value, offset, addr) \ argument 186 …oid Hi35xxI2cCmdregSet(const struct Hi35xxI2cCntlr *hi35xx, unsigned int cmd, unsigned int *offset) in Hi35xxI2cCmdregSet() 195 unsigned int offset = 0; in Hi35xxI2cCfgCmd() local
|