/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_maintenance.c | 192 data_result_addr->end_addr = hmac_vap->acq_result_addr.end_addr; in wal_data_acq_result_addr_to_hso()
|
H A D | wal_event.c | 1428 hmac_vap->acq_result_addr.end_addr = data_result_addr->end_addr; in wal_data_acq_result()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_data_collect.h | 77 hi_u32 end_addr; /* 结束地址 */ member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_gp.c | 260 void mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) in mali_gp_resume_with_new_heap() argument 272 mali_hw_core_register_write_relaxed(&core->hw_core, MALIGP2_REG_ADDR_MGMT_PLBU_ALLOC_END_ADDR, end_addr); in mali_gp_resume_with_new_heap()
|
H A D | mali_gp.h | 45 void mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr);
|
H A D | mali_group.h | 299 void mali_group_resume_gp_with_new_heap(struct mali_group *group, u32 job_id, u32 start_addr, u32 end_addr);
|
H A D | mali_group.c | 1017 void mali_group_resume_gp_with_new_heap(struct mali_group *group, u32 job_id, u32 start_addr, u32 end_addr) in mali_group_resume_gp_with_new_heap() argument 1026 mali_gp_resume_with_new_heap(group->gp_core, start_addr, end_addr); in mali_group_resume_gp_with_new_heap()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_gp.c | 257 void mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) in mali_gp_resume_with_new_heap() argument 269 mali_hw_core_register_write_relaxed(&core->hw_core, MALIGP2_REG_ADDR_MGMT_PLBU_ALLOC_END_ADDR, end_addr); in mali_gp_resume_with_new_heap()
|
H A D | mali_gp.h | 44 void mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr);
|
H A D | mali_group.h | 309 void mali_group_resume_gp_with_new_heap(struct mali_group *group, u32 job_id, u32 start_addr, u32 end_addr);
|
H A D | mali_group.c | 1047 void mali_group_resume_gp_with_new_heap(struct mali_group *group, u32 job_id, u32 start_addr, u32 end_addr) in mali_group_resume_gp_with_new_heap() argument 1056 mali_gp_resume_with_new_heap(group->gp_core, start_addr, end_addr); in mali_group_resume_gp_with_new_heap()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | dhcp.h | 268 ip4_addr_t end_addr; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | upg_common.c | 634 hi_u32 end_addr = partition->table[HI_FLASH_PARTITON_KERNEL_B].addr + in upg_get_max_file_len() local 641 *file_len = end_addr - start_addr - current_kernel_size; in upg_get_max_file_len()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_kcpu.c | 583 u64 end_addr = addr + csg_suspend_buf_size - 1; in kbase_csf_queue_group_suspend_prepare() local 584 u64 last_page_addr = end_addr & PAGE_MASK; in kbase_csf_queue_group_suspend_prepare()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | mm.h | 2683 /* Look up the first VMA which intersects the interval start_addr..end_addr-1,
2684 NULL if none. Assume start_addr < end_addr. */
2686 unsigned long end_addr)
in find_vma_intersection() 2690 if (vma && end_addr <= vma->vm_start) {
in find_vma_intersection() 2685 find_vma_intersection(struct mm_struct *mm, unsigned long start_addr, unsigned long end_addr) find_vma_intersection() argument
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_sdio.c | 10121 uint32 start_addr, start_data, end_addr, end_data, i, index, pad, in _dhdsdio_download_btfw() local 10191 end_addr = start_addr + index; in _dhdsdio_download_btfw() 10192 if (!ISALIGNED(end_addr, 4)) { in _dhdsdio_download_btfw() 10193 end_addr = ROUNDDN(end_addr, 4); in _dhdsdio_download_btfw() 10194 end_data = bcmsdh_reg_read(bus->sdh, end_addr, 4); in _dhdsdio_download_btfw()
|
H A D | dhd_config.c | 210 uint end_addr; member 579 cis_end_addr = row->end_addr; in dhd_conf_get_otp()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_config.c | 7431 data_result_addr->end_addr); in hmac_get_data_acq_result()
|