Home
last modified time | relevance | path

Searched defs:p_addr (Results 1 – 7 of 7) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/platform/
Dsystem_sw_io.c41 volatile uint32_t *p_addr = (volatile uint32_t *)( addr ); in system_sw_read_32() local
53 volatile uint16_t *p_addr = (volatile uint16_t *)( addr ); in system_sw_read_16() local
65 volatile uint8_t *p_addr = (volatile uint8_t *)( addr ); in system_sw_read_8() local
77 volatile uint32_t *p_addr = (volatile uint32_t *)( addr ); in system_sw_write_32() local
88 volatile uint16_t *p_addr = (volatile uint16_t *)( addr ); in system_sw_write_16() local
98 volatile uint8_t *p_addr = (volatile uint8_t *)( addr ); in system_sw_write_8() local
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/platform/
Dsystem_sw_io.c41 volatile uint32_t *p_addr = (volatile uint32_t *)( addr ); in system_sw_read_32() local
53 volatile uint16_t *p_addr = (volatile uint16_t *)( addr ); in system_sw_read_16() local
65 volatile uint8_t *p_addr = (volatile uint8_t *)( addr ); in system_sw_read_8() local
77 volatile uint32_t *p_addr = (volatile uint32_t *)( addr ); in system_sw_write_32() local
88 volatile uint16_t *p_addr = (volatile uint16_t *)( addr ); in system_sw_write_16() local
98 volatile uint8_t *p_addr = (volatile uint8_t *)( addr ); in system_sw_write_8() local
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/platform/
Dsystem_sw_io.c51 volatile uint32_t *p_addr = (volatile uint32_t *)( addr ); in system_sw_read_32() local
63 volatile uint16_t *p_addr = (volatile uint16_t *)( addr ); in system_sw_read_16() local
75 volatile uint8_t *p_addr = (volatile uint8_t *)( addr ); in system_sw_read_8() local
87 volatile uint32_t *p_addr = (volatile uint32_t *)( addr ); in system_sw_write_32() local
98 volatile uint16_t *p_addr = (volatile uint16_t *)( addr ); in system_sw_write_16() local
108 volatile uint8_t *p_addr = (volatile uint8_t *)( addr ); in system_sw_write_8() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_atomic.h75 #define oal_bit_atomic_for_each_set(nr, p_addr, size) for_each_set_bit(nr, p_addr, size) argument
395 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()
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/app/v4l2_interface/
Disp-vb2.c234 uint32_t p_addr = 0; in isp_vb_userptr_cvt() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/g2d/g2d_rcq/
Dg2d_bld.c546 union g2d_mixer_rop_ch3_index0 *p_addr = NULL; in bld_rop3_set() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c722 tBLE_BD_ADDR *p_addr = (p_cond == NULL) ? NULL : &p_cond->target_addr; in btm_ble_update_addr_filter() local