Searched refs:hi_reg_read (Results 1 - 9 of 9) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/io/ |
H A D | hi_flashboot_io.c | 42 hi_reg_read(reg_addr, reg_val); in hi_io_get_func() 53 hi_reg_read((HI_IOCFG_REG_BASE + IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << 2)), reg_val); /* lift shift 2 bits */ in hi_io_get_pull() 70 hi_reg_read((HI_IOCFG_REG_BASE + IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << 2)), reg_val); /* lift shift 2 bits */ in hi_io_set_driver_strength() 85 hi_reg_read((HI_IOCFG_REG_BASE + IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << 2)), reg_val); /* lift shift 2 bits */ in hi_io_get_driver_strength() 97 hi_reg_read((HI_IOCFG_REG_BASE + IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << OFFSET_2_B)), reg_val); in hi_io_set_input_enable() 110 hi_reg_read((HI_IOCFG_REG_BASE + IO_CTRL_REG_BASE_ADDR + ((hi_u32)id << OFFSET_2_B)), reg_val); in hi_io_get_input_enable()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/efuse/ |
H A D | efuse_drv.c | 105 hi_reg_read(EFUSE_STATUS, val); in check_efuse_isbusy() 134 hi_reg_read(EFUSE_PGM_EN, val); in efuse_write_bit() 179 hi_reg_read(EFUSE_RD_EN, val); in efuse_read_bits() 194 hi_reg_read(EFUSE_RDATA, val); in efuse_read_bits() 205 hi_reg_read(EFUSE_STATUS, val); in efuse_get_errstate()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/ |
H A D | main.c | 75 hi_reg_read(HI_IOCFG_REG_BASE + IO_CTRL_REG_BASE_ADDR, reg_val); in boot_extern_32k()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/ |
H A D | cmd_loop.c | 93 hi_reg_read(SFC_REG_BASE_ADDRESS + SFC_REG_CMD_DATABUF1, reg); in loader_read_flash_protect_state() 100 hi_reg_read(SFC_REG_BASE_ADDRESS + SFC_REG_CMD_DATABUF1, reg); in loader_read_flash_protect_state()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/arch/hi3516cv500/hal/ |
H A D | sys_hal.c | 67 static inline void hi_reg_read(unsigned int *pvalue, unsigned long addr) in hi_reg_read() function
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
H A D | hi_boot_rom.h | 39 #define hi_reg_read(addr, val) ((val) = *(volatile hi_u32*)(uintptr_t)(addr)) macro
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_types_base.h | 464 #define hi_reg_read(addr, val) ((val) = *(volatile unsigned int *)(uintptr_t)(addr)) macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_types_base.h | 463 #define hi_reg_read(addr, val) ((val) = *(volatile unsigned int *)(uintptr_t)(addr)) macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/ |
H A D | hi_boot_rom.h | 39 #define hi_reg_read(addr, val) ((val) = *(volatile hi_u32*)(uintptr_t)(addr)) macro
|
Completed in 10 milliseconds