Searched defs:p_addr (Results 1 – 7 of 7) sorted by relevance
41 volatile uint32_t *p_addr = (volatile uint32_t *)( addr ); in system_sw_read_32() local53 volatile uint16_t *p_addr = (volatile uint16_t *)( addr ); in system_sw_read_16() local65 volatile uint8_t *p_addr = (volatile uint8_t *)( addr ); in system_sw_read_8() local77 volatile uint32_t *p_addr = (volatile uint32_t *)( addr ); in system_sw_write_32() local88 volatile uint16_t *p_addr = (volatile uint16_t *)( addr ); in system_sw_write_16() local98 volatile uint8_t *p_addr = (volatile uint8_t *)( addr ); in system_sw_write_8() local
51 volatile uint32_t *p_addr = (volatile uint32_t *)( addr ); in system_sw_read_32() local63 volatile uint16_t *p_addr = (volatile uint16_t *)( addr ); in system_sw_read_16() local75 volatile uint8_t *p_addr = (volatile uint8_t *)( addr ); in system_sw_read_8() local87 volatile uint32_t *p_addr = (volatile uint32_t *)( addr ); in system_sw_write_32() local98 volatile uint16_t *p_addr = (volatile uint16_t *)( addr ); in system_sw_write_16() local108 volatile uint8_t *p_addr = (volatile uint8_t *)( addr ); in system_sw_write_8() local
75 #define oal_bit_atomic_for_each_set(nr, p_addr, size) for_each_set_bit(nr, p_addr, size) argument395 static inline hi_void oal_bit_atomic_set(hi_s32 nr, HI_VOLATILE oal_bitops *p_addr) in oal_bit_atomic_set()411 static inline hi_s32 oal_bit_atomic_test(hi_s32 nr, HI_VOLATILE const oal_bitops *p_addr) in oal_bit_atomic_test()427 static inline oal_bitops oal_bit_atomic_test_and_set(hi_s32 nr, HI_VOLATILE oal_bitops *p_addr) in oal_bit_atomic_test_and_set()445 static inline oal_bitops oal_bit_atomic_test_and_clear(hi_u32 nr, HI_VOLATILE oal_bitops *p_addr) in oal_bit_atomic_test_and_clear()470 static inline hi_void oal_bit_atomic_clear(hi_s32 nr, HI_VOLATILE oal_bitops *p_addr) in oal_bit_atomic_clear()
234 uint32_t p_addr = 0; in isp_vb_userptr_cvt() local
546 union g2d_mixer_rop_ch3_index0 *p_addr = NULL; in bld_rop3_set() local
722 tBLE_BD_ADDR *p_addr = (p_cond == NULL) ? NULL : &p_cond->target_addr; in btm_ble_update_addr_filter() local