/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/ |
H A D | base_interface.c | 133 * 获取section+field对应的int类型配置项
134 * Get the int type configuration item corresponding to section+field
136 int SectGetCfgInt(const char* section, const char* field, int defVal)
in SectGetCfgInt() argument 141 if (snprintf_s(key, sizeof(key), sizeof(key) - 1, "%s:%s", (section ? section : ""), field) < 0) {
in SectGetCfgInt() 148 * 获取section+field对应的double类型配置项
149 * Get the double configuration item corresponding to section+field
151 double SectGetCfgDouble(const char* section, const char* field, double defVal)
in SectGetCfgDouble() argument 156 if (snprintf_s(key, sizeof(key), sizeof(key) - 1, "%s:%s", (section ? section in SectGetCfgDouble() 166 SectGetCfgBool(const char* section, const char* field, bool defVal) SectGetCfgBool() argument 181 SectGetCfgStr(const char* section, const char* field, const char* defVal) SectGetCfgStr() argument [all...] |
H A D | base_interface.h | 35 int SectGetCfgInt(const char* section, const char* field, int defVal);
36 double SectGetCfgDouble(const char* section, const char* field, double defVal);
37 bool SectGetCfgBool(const char* section, const char* field, bool defVal);
38 const char* SectGetCfgStr(const char* section, const char* field, const char* defVal);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_custom_memprealloc.c | 162 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc() argument 164 if (section == PREALLOC_WLAN_SEC_NUM) { in dhd_wlan_mem_prealloc() 168 if (section == WLAN_STATIC_SCAN_BUF0) { in dhd_wlan_mem_prealloc() 172 if (section == WLAN_STATIC_SCAN_BUF1) { in dhd_wlan_mem_prealloc() 176 if (section == WLAN_STATIC_DHD_INFO_BUF) { in dhd_wlan_mem_prealloc() 186 if (section == WLAN_STATIC_DHD_WLFC_BUF) { in dhd_wlan_mem_prealloc() 196 if (section == WLAN_STATIC_DHD_WLFC_HANGER) { in dhd_wlan_mem_prealloc() 206 if (section == WLAN_STATIC_DHD_IF_FLOW_LKUP) { in dhd_wlan_mem_prealloc() 216 if (section == WLAN_STATIC_DHD_MEMDUMP_RAM) { in dhd_wlan_mem_prealloc() 226 if (section in dhd_wlan_mem_prealloc() [all...] |
H A D | dhd_static_buf.c | 127 void *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc() argument 129 pr_err("%s: sectoin %d, %ld\n", __func__, section, size); in dhd_wlan_mem_prealloc() 130 if (section == DHD_PREALLOC_PROT) in dhd_wlan_mem_prealloc() 134 if (section == DHD_PREALLOC_RXBUF) in dhd_wlan_mem_prealloc() 137 if (section == DHD_PREALLOC_DATABUF) in dhd_wlan_mem_prealloc() 141 if (section == DHD_PREALLOC_SKB_BUF) in dhd_wlan_mem_prealloc() 144 if (section == DHD_PREALLOC_WIPHY_ESCAN0) in dhd_wlan_mem_prealloc() 147 if (section == DHD_PREALLOC_WIPHY_ESCAN1) in dhd_wlan_mem_prealloc() 150 if (section == DHD_PREALLOC_OSL_BUF) { in dhd_wlan_mem_prealloc() 159 if (section in dhd_wlan_mem_prealloc() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/include/ |
H A D | los_builddef.h | 73 * Vector table section 76 #define LITE_OS_SEC_VEC __attribute__ ((section(".data.vector"))) 81 * .Text section (Code section) 89 * .Text.ddr section 97 * .Text.init section 105 * Redirect .Text section (Code section) 113 * Redirect .Text.ddr section 121 * Redirect .Text.init section [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_types_base.h | 203 # define hi_section(name_string) __attribute__ ((section(name_string))) 207 # define hi_section(name_string) __attribute__ ((section(name_string))) 493 #define BSP_RAM_TEXT_SECTION __attribute__ ((section(".bsp.ram.text"))) 497 #define BSP_ROM_RODATA_SECTION __attribute__ ((section(".bsp.rom.rodata"))) 501 #define BSP_ROM_DATA0_SECTION __attribute__ ((section(".bsp.rom.data0"))) 505 #define ROM_TEXT_PATCH_SECTION __attribute__ ((section(".rom.text.patch"))) 509 #define LP_RAM_BSS_SECTION __attribute__ ((section(".lowpower.ram.bss"))) 513 #define ROM_DATA_PATCH_SECTION __attribute__ ((section(".rom.data.patch"))) 517 #define EXTERN_ROM_BSS_SECTION __attribute__ ((section(".extern.rom.bss"))) 521 #define EXTERN_ROM_DATA1_BSS_SECTION __attribute__ ((section(" [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_types_base.h | 209 #define hi_section(name_string) __attribute__((section(name_string))) 213 #define hi_section(name_string) __attribute__((section(name_string))) 494 #define BSP_RAM_TEXT_SECTION __attribute__ ((section(".bsp.ram.text"))) 498 #define BSP_ROM_RODATA_SECTION __attribute__ ((section(".bsp.rom.rodata"))) 502 #define BSP_ROM_DATA0_SECTION __attribute__ ((section(".bsp.rom.data0"))) 506 #define ROM_TEXT_PATCH_SECTION __attribute__ ((section(".rom.text.patch"))) 510 #define LP_RAM_BSS_SECTION __attribute__ ((section(".lowpower.ram.bss"))) 514 #define ROM_DATA_PATCH_SECTION __attribute__ ((section(".rom.data.patch")))
|
/device/qemu/arm_mps2_an386/liteos_m/board/ |
H A D | startup.s | 48 .section .text
71 .section .Vector_Table,"a",%progbits
|
/device/qemu/arm_mps3_an547/liteos_m/board/ |
H A D | startup.s | 47 .section .text
70 .section .Vector_Table,"a",%progbits
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_mem.h | 42 #define PACKET_H_MEM __attribute__((section("pkt_head_mem_section"))) __attribute__((zero_init)) 43 #define PACKETMEM __attribute__((section("pkt_mem_section"))) __attribute__((zero_init)) 44 #define PACKET_DC_MEM __attribute__((section("pkt_dc_mem_section"))) __attribute__((zero_init))
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
H A D | cmd_entry_32.S | 9 .section .text 84 .section .data
|
H A D | cmd_entry_64.S | 9 .section .text 87 .section .data
|
/device/soc/rockchip/common/vendor/drivers/net/ |
H A D | rfkill-wlan.c | 149 void *rockchip_mem_prealloc(int section, unsigned long size)
in rockchip_mem_prealloc() argument 151 if (section == PREALLOC_WLAN_SEC_NUM) {
in rockchip_mem_prealloc() 155 if (section < 0 || section > 0x07) {
in rockchip_mem_prealloc() 159 if (wifi_mem_array[section].size < size) {
in rockchip_mem_prealloc() 163 return wifi_mem_array[section].mem_ptr;
in rockchip_mem_prealloc() 166 void *rockchip_mem_prealloc(int section, unsigned long size)
in rockchip_mem_prealloc() argument
|
/device/soc/rockchip/rk3588/kernel/net/rfkill/ |
H A D | rfkill-wlan.c | 154 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc() argument 156 if (section == PREALLOC_WLAN_SEC_NUM) in rockchip_mem_prealloc() 159 if (section < 0 || section > 7) in rockchip_mem_prealloc() 162 if (wifi_mem_array[section].size < size) in rockchip_mem_prealloc() 165 return wifi_mem_array[section].mem_ptr; in rockchip_mem_prealloc() 168 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc() argument
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_cmd_loc.S | 3 .section .image,#alloc
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_cmd_loc.S | 3 .section .image,#alloc
|
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/ |
H A D | startup_rk2206.S | 38 .section .isr_vector 68 .section .text 78 /* Single HDF_TEXT section scheme. 93 /* Single DATA section scheme. 108 /* Single BSS section scheme.
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/ |
H A D | ymodem.h | 20 #define LOADER_RAM_TEXT __attribute__ ((section(".ram.text")))
|
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/ |
H A D | amba_pl011.c | 41 __attribute__ ((section(".data"))) UINT32 g_uart_fputc_en = 0;
43 __attribute__ ((section(".data"))) UINT32 g_uart_fputc_en = 1;
|
/device/qemu/arm_virt/liteos_a/board/amba_pl011/ |
H A D | amba_pl011.c | 41 __attribute__ ((section(".data"))) UINT32 g_uart_fputc_en = 0;
43 __attribute__ ((section(".data"))) UINT32 g_uart_fputc_en = 1;
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | rfkill-wlan.h | 50 void *rockchip_mem_prealloc(int section, unsigned long size);
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | rfkill-wlan.h | 50 void *rockchip_mem_prealloc(int section, unsigned long size);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
H A D | los_typedef.h | 122 // Assign a defined variable to a specific section 124 # define LOSBLD_ATTRIB_SECTION(__sect__) __attribute__((section (__sect__)))
|
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/ |
H A D | mmu_config.h | 35 __attribute__((aligned(MMU_16K))) __attribute__((section(".bss.prebss.translation_table"))) UINT8 first_page_table[MMU_16K]; \ 99 * This API is used to set the Cache/Buffer/access permission mode of a section that is specified by a starting address and ending address 106 * startAddr: Starting address of a section. 107 * endAddr: Ending address of a section.
|
/device/qemu/riscv32_virt/liteos_m/board/ |
H A D | los_start.S | 40 .section .start.text
|