Home
last modified time | relevance | path

Searched defs:Addr (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/
Ddrv_i2c_intf.c30 #define i2c_write_reg(Addr, Value) ((*(volatile hi_u32 *)(Addr)) = (Value)) argument
31 #define i2c_read_reg(Addr) (*(volatile hi_u32 *)(Addr)) argument
Ddrv_i2c.c45 #define i2c_write_reg(Addr, Value) ((*(volatile hi_u32 *)(Addr)) = (Value)) argument
46 #define i2c_read_reg(Addr) (*(volatile hi_u32 *)(Addr)) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
Dsample_comm_ive.h126 #define SAMPLE_COMM_IVE_CONVERT_64BIT_ADDR(Type, Addr) (Type *)(HI_UINTPTR_T)(Addr) argument
Dsample_comm_nnie.h39 #define SAMPLE_SVP_NNIE_CONVERT_64BIT_ADDR(Type, Addr) (Type *)(HI_UINTPTR_T)(Addr) argument
40 #define SAMPLE_SVP_NNIE_CONVERT_PTR_TO_ADDR(Type, Addr) ((Type)(HI_UINTPTR_T)(Addr)) argument