/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ip6_addr.h | 61 u32_t addr[IP6_ADDR_U32_ARR_SIZE]; member 72 (ip6addr)->addr[index] = PP_HTONL(LWIP_MAKEU32(a, b, c, d)) 77 (ip6addr)->addr[0] = idx0; \ 78 (ip6addr)->addr[1] = idx1; \ 79 (ip6addr)->addr[2] = idx2; \ 80 (ip6addr)->addr[3] = idx3; \ 84 #define IP6_ADDR_BLOCK1(ip6addr) ((u16_t)((lwip_htonl((ip6addr)->addr[0]) >> 16) & 0xffff)) 86 #define IP6_ADDR_BLOCK2(ip6addr) ((u16_t)((lwip_htonl((ip6addr)->addr[0])) & 0xffff)) 88 #define IP6_ADDR_BLOCK3(ip6addr) ((u16_t)((lwip_htonl((ip6addr)->addr[1]) >> 16) & 0xffff)) 90 #define IP6_ADDR_BLOCK4(ip6addr) ((u16_t)((lwip_htonl((ip6addr)->addr[ [all...] |
H A D | ip4_addr.h | 55 u32_t addr; member 107 #define IP4_ADDR(ipaddr, a, b, c, d) (ipaddr)->addr = PP_HTONL(LWIP_MAKEU32(a, b, c, d)) 110 #define ip4_addr_copy(dest, src) ((dest).addr = (src).addr) 112 #define ip4_addr_set(dest, src) ((dest)->addr = ((src) == NULL ? 0 : (src)->addr)) 114 #define ip4_addr_set_zero(ipaddr) ((ipaddr)->addr = 0) 116 #define ip4_addr_set_any(ipaddr) ((ipaddr)->addr = IPADDR_ANY) 118 #define ip4_addr_set_loopback(ipaddr) ((ipaddr)->addr = PP_HTONL(IPADDR_LOOPBACK)) 120 #define ip4_addr_isloopback(ipaddr) (((ipaddr)->addr [all...] |
H A D | inet.h | 193 * to binary notation of network byte order and store it in the structure that the addr parameter points to. 196 * @param[out] addr Indicates a the generated binary notation of the IPv4 address. 202 * of IPv4 address is updated in the addr parameter, instead of returning it. 207 int inet_aton(const char *cp, struct in_addr *addr); 209 #define inet_aton(cp, addr) ip4addr_aton(cp, (ip4_addr_t*)addr) 236 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) 247 * @param[in] addr Indicates the binary notation of an IPv4 address. 261 #define inet_ntoa_r(addr, bu [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
H A D | los_base.h | 63 * Align the beginning of the object with the base address addr, 67 #define ALIGN(addr, boundary) LOS_Align(addr, boundary) 71 * Align the tail of the object with the base address addr, with size bytes being the smallest unit of alignment. 73 #define TRUNCATE(addr, size) ((addr) & ~((size)-1)) 77 * Read a UINT8 value from addr and stroed in value. 79 #define READ_UINT8(value, addr) ((value) = *((volatile UINT8 *)(addr))) 82 * Read a UINT16 value from addr an [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | address.h | 32 ip_addr_t addr; member 37 && (IP_GET_TYPE(&(A)->addr) == IP_GET_TYPE(&(B)->addr)) \ 38 && (ip_addr_isany(&(A)->addr) || ip_addr_isany(&(B)->addr) || !!ip_addr_cmp(&(A)->addr, &(B)->addr))) 40 #define _coap_address_isany_impl(A) ip_addr_isany(&(A)->addr) 42 #define _coap_is_mcast_impl(Address) ip_addr_ismulticast(&(Address)->addr) 49 uip_ipaddr_t addr; member 71 } addr; global() member [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/partition_table/ |
H A D | flash_partition_table.c | 51 #define PRODUCT_CFG_DEFAULT_FACTORY_BIN_ADDR 0x14D000 /* factory bin start addr */ 69 table->table[HI_FLASH_PARTITON_BOOT].addr = PRODUCT_CFG_DEFAULT_BOOT_ADDR; in hi_flash_partition_init() 71 table->table[HI_FLASH_PARTITON_FACTORY_NV].addr = PRODUCT_CFG_DEFAULT_FNV_ADDR; in hi_flash_partition_init() 73 table->table[HI_FLASH_PARTITON_NORMAL_NV].addr = PRODUCT_CFG_DEFAULT_NORMAL_NV_ADDR; in hi_flash_partition_init() 75 table->table[HI_FLASH_PARTITON_NORMAL_NV_BACKUP].addr = PRODUCT_CFG_DEFAULT_NORMAL_NV_BACKUP_ADDR; in hi_flash_partition_init() 77 table->table[HI_FLASH_PARTITON_KERNEL_A].addr = PRODUCT_CFG_DEFAULT_KERNEL_A_ADDR; in hi_flash_partition_init() 79 table->table[HI_FLASH_PARTITON_KERNEL_B].addr = PRODUCT_CFG_DEFAULT_KERNEL_B_ADDR; in hi_flash_partition_init() 81 table->table[HI_FLASH_PARTITON_HILINK].addr = PRODUCT_CFG_DEFAULT_HILINK_ADDR; in hi_flash_partition_init() 83 table->table[HI_FLASH_PARTITON_FILE_SYSTEM].addr = PRODUCT_CFG_DEFAULT_FILE_SYSTEM_ADDR; in hi_flash_partition_init() 85 table->table[HI_FLASH_PARTITON_USR_RESERVE].addr in hi_flash_partition_init() 100 hi_get_hilink_partition_table(hi_u32 *addr, hi_u32 *size) hi_get_hilink_partition_table() argument 113 hi_get_hilink_pki_partition_table(hi_u32 *addr, hi_u32 *size) hi_get_hilink_pki_partition_table() argument 126 hi_get_crash_partition_table(hi_u32 *addr, hi_u32 *size) hi_get_crash_partition_table() argument 139 hi_get_fs_partition_table(hi_u32 *addr, hi_u32 *size) hi_get_fs_partition_table() argument 152 hi_get_normal_nv_partition_table(hi_u32 *addr, hi_u32 *size) hi_get_normal_nv_partition_table() argument 165 hi_get_normal_nv_backup_partition_table(hi_u32 *addr, hi_u32 *size) hi_get_normal_nv_backup_partition_table() argument 178 hi_get_usr_partition_table(hi_u32 *addr, hi_u32 *size) hi_get_usr_partition_table() argument 191 hi_get_factory_bin_partition_table(hi_u32 *addr, hi_u32 *size) hi_get_factory_bin_partition_table() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_osk_bitops.h | 23 MALI_STATIC_INLINE void _mali_internal_clear_bit(u32 bit, u32 *addr) in _mali_internal_clear_bit() argument 26 MALI_DEBUG_ASSERT(NULL != addr); in _mali_internal_clear_bit() 28 (*addr) &= ~(1 << bit); in _mali_internal_clear_bit() 31 MALI_STATIC_INLINE void _mali_internal_set_bit(u32 bit, u32 *addr) 34 MALI_DEBUG_ASSERT(NULL != addr); 36 (*addr) |= (1 << bit); 89 * @param addr starting point for counting. 91 MALI_STATIC_INLINE void _mali_osk_clear_nonatomic_bit(u32 nr, u32 *addr) 93 addr += nr >> 5; /* find the correct word */ 96 _mali_internal_clear_bit(nr, addr); [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_osk_bitops.h | 26 MALI_STATIC_INLINE void _mali_internal_clear_bit(u32 bit, u32 *addr) in _mali_internal_clear_bit() argument 29 MALI_DEBUG_ASSERT(addr != NULL); in _mali_internal_clear_bit() 31 (*addr) &= ~(1 << bit); in _mali_internal_clear_bit() 34 MALI_STATIC_INLINE void _mali_internal_set_bit(u32 bit, u32 *addr) 37 MALI_DEBUG_ASSERT(addr != NULL); 39 (*addr) |= (1 << bit); 91 * @param addr starting point for counting. 93 MALI_STATIC_INLINE void _mali_osk_clear_nonatomic_bit(u32 nr, u32 *addr) 95 addr += nr >> UINT32_BITS_NONATOMICB_BIT; /* find the correct word */ 98 _mali_internal_clear_bit(nr, addr); [all...] |
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/ |
H A D | ck_usart.c | 42 #define WAIT_USART_IDLE(addr)\ 45 while ((addr->USR & USR_UART_BUSY) && (timecount < UART_BUSY_TIMEOUT)) {\ 88 \param[in] addr usart base to operate. 95 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); in csi_usart_config_baudrate() local 98 WAIT_USART_IDLE(addr); in csi_usart_config_baudrate() 109 addr->LCR |= LCR_SET_DLAB; in csi_usart_config_baudrate() 111 addr->DLL = divisor & 0xff; in csi_usart_config_baudrate() 112 addr->DLH = (divisor >> 8) & 0xff; in csi_usart_config_baudrate() 117 addr->LCR &= (~LCR_SET_DLAB); in csi_usart_config_baudrate() 149 ck_usart_reg_t *addr in csi_usart_config_parity() local 188 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_config_stopbits() local 223 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_config_databits() local 273 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_getchar() local 292 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_putchar() local 320 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); ck_usart_intr_threshold_empty() local 361 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); ck_usart_intr_recv_data() local 388 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); ck_usart_intr_recv_line() local 472 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); ck_usart_intr_char_timeout() local 498 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); ck_usart_irqhandler() local 563 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_initialize() local 680 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_send() local 697 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_abort_send() local 745 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_receive_query() local 817 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_get_status() local 888 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_flush() local 927 ck_usart_reg_t *addr = (ck_usart_reg_t *)(usart_priv->base); csi_usart_set_interrupt() local [all...] |
H A D | dw_timer.c | 57 static void timer_deactive_control(dw_timer_reg_t *addr) in timer_deactive_control() argument 60 addr->TxControl &= ~DW_TIMER_TXCONTROL_ENABLE; in timer_deactive_control() 62 addr->TxControl |= DW_TIMER_TXCONTROL_INTMASK; in timer_deactive_control() 70 dw_timer_reg_t *addr = (dw_timer_reg_t *)(timer_priv->base); in dw_timer_irqhandler() local 72 addr->TxEOI; in dw_timer_irqhandler() 132 dw_timer_reg_t *addr = (dw_timer_reg_t *)(timer_priv->base); in csi_timer_initialize() local 139 timer_deactive_control(addr); in csi_timer_initialize() 163 dw_timer_reg_t *addr = (dw_timer_reg_t *)(timer_priv->base); in csi_timer_uninitialize() local 165 timer_deactive_control(addr); in csi_timer_uninitialize() 206 dw_timer_reg_t *addr in csi_timer_config() local 265 dw_timer_reg_t *addr = (dw_timer_reg_t *)(timer_priv->base); csi_timer_start() local 293 dw_timer_reg_t *addr = (dw_timer_reg_t *)(timer_priv->base); csi_timer_stop() local 323 dw_timer_reg_t *addr = (dw_timer_reg_t *)(timer_priv->base); csi_timer_resume() local 343 dw_timer_reg_t *addr = (dw_timer_reg_t *)(timer_priv->base); csi_timer_get_current_value() local 363 dw_timer_reg_t *addr = (dw_timer_reg_t *)(timer_priv->base); csi_timer_get_status() local 388 dw_timer_reg_t *addr = (dw_timer_reg_t *)(timer_priv->base); csi_timer_get_load_value() local [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/arch/ |
H A D | los_atomic.h | 117 * <li>The pointer addr must not be NULL.</li> 118 * <li>The value which addr point to must not be INT_MAX to avoid integer overflow after adding 1.</li> 121 * @param addr [IN] The addSelf variable pointer. 128 static inline VOID LOS_AtomicInc(volatile INT32 *addr) in LOS_AtomicInc() argument 132 (*addr)++; in LOS_AtomicInc() 144 * <li>The pointer addr must not be NULL.</li> 148 * @param addr [IN] The addSelf variable pointer. 155 static inline INT32 LOS_AtomicIncRet(volatile INT32 *addr) in LOS_AtomicIncRet() argument 160 tmp = *addr; in LOS_AtomicIncRet() 162 *addr in LOS_AtomicIncRet() 186 LOS_AtomicDec(volatile INT32 *addr) LOS_AtomicDec() argument 213 LOS_AtomicDecRet(volatile INT32 *addr) LOS_AtomicDecRet() argument 243 LOS_AtomicXchg32bits(volatile INT32 *addr, INT32 value) LOS_AtomicXchg32bits() argument 273 LOS_AtomicCmpXchg32bits(volatile INT32 *addr, INT32 newVal, INT32 oldVal) LOS_AtomicCmpXchg32bits() argument [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
H A D | drv_tzsmmu.c | 34 * input no-secure mem info(smmu addr or phys addr,indicated by iommu), 35 * and return secure address( sec smmu addr or phys addr) 53 mem_addr.addr = base_addr; in secmem_alloc() 70 * input sec mem info (sec smmu addr or phys addr, indicated by iommu), 71 * and output non-sec info (smmu addr or phys addr) 76 u32 addr; in secmem_free() local 181 unsigned int addr; secmem_unmap_from_secsmmu() local 247 HI_U32 addr = MMB_ADDR_INVALID; sec_mem_get() local 271 HI_U32 addr = MMB_ADDR_INVALID; sec_mem_put() local [all...] |
H A D | drv_tee_smmu_agent.c | 69 mem_addr.addr = new_mmb(smmu_ctrl->name, smmu_ctrl->size, 0x1000, "iommu"); in smmu_agent_mem_alloc() 70 smmu_ctrl->normal_smmu = mem_addr.addr; in smmu_agent_mem_alloc() 74 mem_addr.addr = new_mmb(smmu_ctrl->name, smmu_ctrl->size, 0x1000, NULL); in smmu_agent_mem_alloc() 75 smmu_ctrl->phys_addr = mem_addr.addr; in smmu_agent_mem_alloc() 79 if (mem_addr.addr == MMB_ADDR_INVALID) { in smmu_agent_mem_alloc() 85 mem_info.table = get_meminfo(mem_addr.addr, mem_addr.iommu, (unsigned int *)&size, (unsigned int *)&mem_addr.addr); in smmu_agent_mem_alloc() 96 delete_mmb(mem_addr.addr, mem_addr.iommu); in smmu_agent_mem_alloc() 100 set_sec_mmb_flag(mem_addr.addr, mem_addr.iommu); in smmu_agent_mem_alloc() 101 sec_mmb_get(mem_addr.addr, mem_add in smmu_agent_mem_alloc() 108 mmb_addr_t addr = {0}; smmu_agent_mem_free() local 159 mmb_addr_t addr = {0}; smmu_agent_put_meminfo() local [all...] |
H A D | drv_mmz.h | 31 void delete_mmb(mmb_addr_t addr, unsigned int iommu); 32 void *remap_mmb(mmb_addr_t addr, unsigned int iommu); 33 void *remap_mmb_cached(mmb_addr_t addr, unsigned int iommu); 39 mmb_addr_t cma_mapto_smmu(mmb_addr_t addr, int iommu); 40 int cma_unmapfrom_smmu(mmb_addr_t addr, int iommu); 43 struct sg_table *get_meminfo(hi_u32 addr, hi_u32 iommu, hi_u32 *size, hi_u32 *base); 51 int mmb_buf_get(HI_U32 addr, HI_U32 iommu); 52 int mmb_buf_put(HI_U32 addr, HI_U32 iommu); 54 int mmb_buf_ref_query(HI_U32 addr, HI_U32 iommu, HI_U32 *ref);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_types_base.h | 463 #define hi_reg_write(addr, val) (*(volatile unsigned int *)(uintptr_t)(addr) = (val)) 464 #define hi_reg_read(addr, val) ((val) = *(volatile unsigned int *)(uintptr_t)(addr)) 465 #define hi_reg_write32(addr, val) (*(volatile unsigned int *)(uintptr_t)(addr) = (val)) 466 #define hi_reg_read32(addr, val) ((val) = *(volatile unsigned int *)(uintptr_t)(addr)) 467 #define hi_reg_read_val32(addr) (*(volatile unsigned int*)(uintptr_t)(addr)) [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_types_base.h | 462 #define hi_reg_write(addr, val) (*(volatile unsigned int *)(uintptr_t)(addr) = (val)) 463 #define hi_reg_read(addr, val) ((val) = *(volatile unsigned int *)(uintptr_t)(addr)) 464 #define hi_reg_write32(addr, val) (*(volatile unsigned int *)(uintptr_t)(addr) = (val)) 465 #define hi_reg_read32(addr, val) ((val) = *(volatile unsigned int *)(uintptr_t)(addr)) 466 #define hi_reg_read_val32(addr) (*(volatile unsigned int*)(uintptr_t)(addr)) [all...] |
H A D | hi_partition_table.h | 51 hi_u32 addr : 24; /**< Flash partition address.The value is 16 MB.If the address is in reverse order, member 115 * @brief Get HiLink partition table'addr and size. CNcomment:获取HiLink分区地址和大小。CNend 118 * Get HiLink partition table'addr and size. CNcomment:获取HiLink分区地址和大小。CNend 121 * @param addr [OUT] type #hi_u32*, Address of HiLink partition.CNcomment:HiLink分区地址。CNend 131 hi_u32 hi_get_hilink_partition_table(hi_u32 *addr, hi_u32 *size); 135 * @brief Get HiLink PKI partition table'addr and size. CNcomment:获取HiLink PKI 分区地址和大小。CNend 138 * Get HiLink PKI partition table'addr and size. CNcomment:获取HiLink PKI 分区地址和大小。CNend 141 * @param addr [OUT] type #hi_u32*, Address of HiLink PKI partition.CNcomment:HiLink PKI分区地址。CNend 151 hi_u32 hi_get_hilink_pki_partition_table(hi_u32 *addr, hi_u32 *size); 156 * @brief Get Crash info partition table'addr an [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
H A D | hi_boot_rom.h | 33 #define hi_reg_write(addr, val) (*(volatile hi_u32*)(uintptr_t)(addr) = (val)) 39 #define hi_reg_read(addr, val) ((val) = *(volatile hi_u32*)(uintptr_t)(addr)) 45 #define hi_reg_write16(addr, val) (*(volatile hi_u16*)(uintptr_t)(addr) = (val)) 51 #define hi_reg_read16(addr, val) ((val) = *(volatile hi_u16*)(uintptr_t)(addr)) 57 #define hi_reg_read_val32(addr) (*(volatile hi_u32*)(uintptr_t)(addr)) [all...] |
/device/board/hisilicon/hispark_taurus/camera/pipeline_core/src/ |
H A D | ipp_algo_example.c | 51 printf("in buffer addr = %p, width = %u, height = %u, stride = %u, size = %u, id = %d\n", inBuffer[i]->addr, in Process() 58 if (outBuffer != NULL && outBuffer->addr != NULL) { in Process() 59 printf("out buffer addr = %p, size = %u, id = %d\n", outBuffer->addr, outBuffer->size, outBuffer->id); in Process() 65 if (inBuffer[0] == NULL || outBuffer == NULL || inBuffer[0]->addr == NULL || outBuffer->addr == NULL) { in Process() 68 char *in = (char*)(inBuffer[0]->addr); in Process() 69 char *out = (char*)(outBuffer->addr); in Process() 77 if (inBuffer[0] == NULL || inBuffer[1] == NULL || inBuffer[0]->addr in Process() [all...] |
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/ipp_algo_example/ |
H A D | ipp_algo_example.c | 50 printf("in buffer addr = %p, width = %u, height = %u, stride = %u, size = %u, id = %d\n", inBuffer[i]->addr, in Process() 57 if (outBuffer != NULL && outBuffer->addr != NULL) { in Process() 58 printf("out buffer addr = %p, size = %u, id = %d\n", outBuffer->addr, outBuffer->size, outBuffer->id); in Process() 64 if (inBuffer[0] == NULL || outBuffer == NULL || inBuffer[0]->addr == NULL || outBuffer->addr == NULL) { in Process() 67 char *in = (char*)(inBuffer[0]->addr); in Process() 68 char *out = (char*)(outBuffer->addr); in Process() 76 if (inBuffer[0] == NULL || inBuffer[1] == NULL || inBuffer[0]->addr in Process() [all...] |
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/ipp_algo_example/ |
H A D | ipp_algo_example.c | 50 printf("in buffer addr = %p, width = %u, height = %u, stride = %u, size = %u, id = %d\n", inBuffer[i]->addr, in Process() 57 if (outBuffer != NULL && outBuffer->addr != NULL) { in Process() 58 printf("out buffer addr = %p, size = %u, id = %d\n", outBuffer->addr, outBuffer->size, outBuffer->id); in Process() 64 if (inBuffer[0] == NULL || outBuffer == NULL || inBuffer[0]->addr == NULL || outBuffer->addr == NULL) { in Process() 67 char *in = (char*)(inBuffer[0]->addr); in Process() 68 char *out = (char*)(outBuffer->addr); in Process() 76 if (inBuffer[0] == NULL || inBuffer[1] == NULL || inBuffer[0]->addr in Process() [all...] |
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/ |
H A D | mmu_config.h | 41 * The liteos cache addr & length 48 * The page table storage addr 78 #define MMU_GET_FIRST_TABLE_ADDR(addr) (((addr) / MMU_1M)*4 + FIRST_PAGE_DESCRIPTOR_ADDR) // table start position + offset = 'addr' table item position 79 #define MMU_GET_FIRST_TABLE_ITEM(addr) (*(UINT32 *)MMU_GET_FIRST_TABLE_ADDR(addr)) // get item content which storaged by table 80 #define MMU_GET_SECOND_TABLE_BASE(addr) ((MMU_GET_FIRST_TABLE_ITEM(addr)) & 0xfffffc00) // if the first item ID is MMU_FIRST_LEVEL_PAGE_TABLE_ID, get second table item addr b [all...] |
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | memory.h | 15 TP_PROTO(unsigned long addr, int nr_pages), 16 TP_ARGS(addr, nr_pages)); 19 TP_PROTO(unsigned long addr, int nr_pages), 20 TP_ARGS(addr, nr_pages)); 23 TP_PROTO(unsigned long addr, int nr_pages), 24 TP_ARGS(addr, nr_pages)); 27 TP_PROTO(unsigned long addr, int nr_pages), 28 TP_ARGS(addr, nr_pages));
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmsdh.c | 319 * @param addr Address to read from. 324 bcmsdh_cfg_read(void *sdh, uint fnc_num, uint32 addr, int *err) in bcmsdh_cfg_read() argument 343 status = sdioh_cfg_read(bcmsdh->sdioh, fnc_num, addr, (uint8 *)&data); in bcmsdh_cfg_read() 350 BCMSDH_INFO(("%s:fun = %d, addr = 0x%x, uint8data = 0x%x\n", __FUNCTION__, in bcmsdh_cfg_read() 351 fnc_num, addr, data)); in bcmsdh_cfg_read() 357 bcmsdh_cfg_write(void *sdh, uint fnc_num, uint32 addr, uint8 data, int *err) in bcmsdh_cfg_write() argument 375 status = sdioh_cfg_write(bcmsdh->sdioh, fnc_num, addr, (uint8 *)&data); in bcmsdh_cfg_write() 382 BCMSDH_INFO(("%s:fun = %d, addr = 0x%x, uint8data = 0x%x\n", __FUNCTION__, in bcmsdh_cfg_write() 383 fnc_num, addr, data)); in bcmsdh_cfg_write() 387 bcmsdh_cfg_read_word(void *sdh, uint fnc_num, uint32 addr, in argument 411 bcmsdh_cfg_write_word(void *sdh, uint fnc_num, uint32 addr, uint32 data, int *err) bcmsdh_cfg_write_word() argument 519 bcmsdh_reg_read(void *sdh, uintptr addr, uint size) bcmsdh_reg_read() argument 570 bcmsdh_reg_write(void *sdh, uintptr addr, uint size, uint32 data) bcmsdh_reg_write() argument 611 bcmsdh_recv_buf(void *sdh, uint32 addr, uint fn, uint flags, uint8 *buf, uint nbytes, void *pkt, bcmsdh_cmplt_fn_t complete_fn, void *handle) bcmsdh_recv_buf() argument 649 bcmsdh_send_buf(void *sdh, uint32 addr, uint fn, uint flags, uint8 *buf, uint nbytes, void *pkt, bcmsdh_cmplt_fn_t complete_fn, void *handle) bcmsdh_send_buf() argument 687 bcmsdh_rwdata(void *sdh, uint rw, uint32 addr, uint8 *buf, uint nbytes) bcmsdh_rwdata() argument [all...] |
/device/board/hisilicon/hispark_aries/liteos_a/board/include/asm/ |
H A D | hal_platform_ints.h | 102 #define HAL_READ_UINT8(addr, data) READ_UINT8(data, addr) 104 #define HAL_WRITE_UINT8(addr, data) WRITE_UINT8(data, addr) 106 #define HAL_READ_UINT32(addr, data) READ_UINT32(data, addr) 108 #define HAL_WRITE_UINT32(addr, data) WRITE_UINT32(data, addr)
|