Searched defs:Addr (Results 1 – 5 of 5) sorted by relevance
30 #define i2c_write_reg(Addr, Value) ((*(volatile hi_u32 *)(Addr)) = (Value)) argument31 #define i2c_read_reg(Addr) (*(volatile hi_u32 *)(Addr)) argument
45 #define i2c_write_reg(Addr, Value) ((*(volatile hi_u32 *)(Addr)) = (Value)) argument46 #define i2c_read_reg(Addr) (*(volatile hi_u32 *)(Addr)) argument
126 #define SAMPLE_COMM_IVE_CONVERT_64BIT_ADDR(Type, Addr) (Type *)(HI_UINTPTR_T)(Addr) argument
39 #define SAMPLE_SVP_NNIE_CONVERT_64BIT_ADDR(Type, Addr) (Type *)(HI_UINTPTR_T)(Addr) argument40 #define SAMPLE_SVP_NNIE_CONVERT_PTR_TO_ADDR(Type, Addr) ((Type)(HI_UINTPTR_T)(Addr)) argument
132 #define addr_unalign(Addr, Boundary) ((Addr) & ((Boundary) - 1)) argument133 #define addr_unalign_4b(Addr) addr_unalign((Addr), 4) argument