Searched refs:reg_write32 (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/sysconfig/ |
H A D | sys_config.c | 148 static inline void reg_write32(unsigned long value, unsigned long mask, const void *addr)
in reg_write32() function 161 reg_write32(clock << ((6 * index) + 2), 0xF << ((6 * index) + 2), /* 2 -- Sns0_clk [5:2], 6 -- Sns1[11:8] */
in sensor_clock_config() 167 reg_write32(index << 5, 0x1 << 5, g_reg_misc_base + 0x0018); /* 5 -- pt1_sel: mipi or cmos */
in set_cmos_flag() 514 reg_write32(0 << 2, 0x1 << 2, g_reg_ddr_base + 0x4088); /* 2 register offset. */
in set_ddr_qos_buf() 583 reg_write32(0x1 << 13, 0x1 << 13, g_reg_crg_base + 0x01BC); /* 13 Register bit */
in spi1_pin_mux()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_types_base.h | 489 #define reg_write32(addr, val) (*(volatile unsigned int *)(uintptr_t)(addr) = (val)) macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_types_base.h | 488 #define reg_write32(addr, val) (*(volatile unsigned int *)(uintptr_t)(addr) = (val)) macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/flash/ |
H A D | flash_prv.h | 298 reg_write32(SFC_REG_BASE_ADDRESS + (_reg), (_value))
|
Completed in 7 milliseconds