1/* ROM function interface esp32s3.rom.ld for esp32s3 2 * 3 * 4 * Generated from ./interface-esp32s3.yml md5sum 39c4ce259b11323b9404c192b01b712b 5 * 6 * Compatible with ROM where ECO version equal or greater to 0. 7 * 8 * THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT. 9 */ 10 11/*************************************** 12 Group common 13 ***************************************/ 14 15/* Functions */ 16rtc_get_reset_reason = 0x4000057c; 17analog_super_wdt_reset_happened = 0x40000588; 18jtag_cpu_reset_happened = 0x40000594; 19rtc_get_wakeup_cause = 0x400005a0; 20rtc_select_apb_bridge = 0x400005ac; 21rtc_unhold_all_pads = 0x400005b8; 22ets_is_print_boot = 0x400005c4; 23ets_printf = 0x400005d0; 24ets_install_putc1 = 0x400005dc; 25ets_install_uart_printf = 0x400005e8; 26ets_install_putc2 = 0x400005f4; 27PROVIDE( ets_delay_us = 0x40000600 ); 28ets_get_stack_info = 0x4000060c; 29ets_install_lock = 0x40000618; 30ets_backup_dma_copy = 0x40000624; 31ets_apb_backup_init_lock_func = 0x40000630; 32UartRxString = 0x4000063c; 33uart_tx_one_char = 0x40000648; 34uart_tx_one_char2 = 0x40000654; 35uart_rx_one_char = 0x40000660; 36uart_rx_one_char_block = 0x4000066c; 37uart_rx_readbuff = 0x40000678; 38uartAttach = 0x40000684; 39uart_tx_flush = 0x40000690; 40uart_tx_wait_idle = 0x4000069c; 41uart_div_modify = 0x400006a8; 42ets_write_char_uart = 0x400006b4; 43uart_tx_switch = 0x400006c0; 44multofup = 0x400006cc; 45software_reset = 0x400006d8; 46software_reset_cpu = 0x400006e4; 47assist_debug_clock_enable = 0x400006f0; 48assist_debug_record_enable = 0x400006fc; 49clear_super_wdt_reset_flag = 0x40000708; 50disable_default_watchdog = 0x40000714; 51ets_set_appcpu_boot_addr = 0x40000720; 52esp_rom_set_rtc_wake_addr = 0x4000072c; 53esp_rom_get_rtc_wake_addr = 0x40000738; 54send_packet = 0x40000744; 55recv_packet = 0x40000750; 56GetUartDevice = 0x4000075c; 57UartDwnLdProc = 0x40000768; 58Uart_Init = 0x40000774; 59ets_set_user_start = 0x40000780; 60/* Data (.data, .bss, .rodata) */ 61ets_rom_layout_p = 0x3ff1fffc; 62ets_ops_table_ptr = 0x3fcefffc; 63 64 65/*************************************** 66 Group miniz 67 ***************************************/ 68 69/* Functions */ 70mz_adler32 = 0x4000078c; 71mz_crc32 = 0x40000798; 72mz_free = 0x400007a4; 73tdefl_compress = 0x400007b0; 74tdefl_compress_buffer = 0x400007bc; 75tdefl_compress_mem_to_heap = 0x400007c8; 76tdefl_compress_mem_to_mem = 0x400007d4; 77tdefl_compress_mem_to_output = 0x400007e0; 78tdefl_get_adler32 = 0x400007ec; 79tdefl_get_prev_return_status = 0x400007f8; 80tdefl_init = 0x40000804; 81tdefl_write_image_to_png_file_in_memory = 0x40000810; 82tdefl_write_image_to_png_file_in_memory_ex = 0x4000081c; 83tinfl_decompress = 0x40000828; 84tinfl_decompress_mem_to_callback = 0x40000834; 85tinfl_decompress_mem_to_heap = 0x40000840; 86tinfl_decompress_mem_to_mem = 0x4000084c; 87 88 89/*************************************** 90 Group tjpgd 91 ***************************************/ 92 93/* Functions */ 94PROVIDE( jd_prepare = 0x40000858 ); 95PROVIDE (jd_decomp = 0x40000864 ); 96 97 98/*************************************** 99 Group esp-dsp 100 ***************************************/ 101 102/* Data (.data, .bss, .rodata) */ 103dsps_fft2r_w_table_fc32_1024 = 0x3fcefff8; 104 105 106/*************************************** 107 Group opi_flash 108 ***************************************/ 109 110/* Functions */ 111PROVIDE( opi_flash_set_lock_func = 0x40000870 ); 112PROVIDE( esp_rom_spi_cmd_config = 0x4000087c ); 113PROVIDE( esp_rom_spi_cmd_start = 0x40000888 ); 114PROVIDE( esp_rom_opiflash_pin_config = 0x40000894 ); 115PROVIDE( esp_rom_spi_set_op_mode = 0x400008a0 ); 116PROVIDE( esp_rom_opiflash_mode_reset = 0x400008ac ); 117PROVIDE( esp_rom_opiflash_exec_cmd = 0x400008b8 ); 118PROVIDE( esp_rom_opiflash_soft_reset = 0x400008c4 ); 119PROVIDE( esp_rom_opiflash_read_id = 0x400008d0 ); 120PROVIDE( esp_rom_opiflash_rdsr = 0x400008dc ); 121PROVIDE( esp_rom_opiflash_wait_idle = 0x400008e8 ); 122PROVIDE( esp_rom_opiflash_wren = 0x400008f4 ); 123PROVIDE( esp_rom_opiflash_erase_sector = 0x40000900 ); 124PROVIDE( esp_rom_opiflash_erase_block_64k = 0x4000090c ); 125PROVIDE( esp_rom_opiflash_erase_area = 0x40000918 ); 126PROVIDE( esp_rom_opiflash_read = 0x40000924 ); 127PROVIDE( esp_rom_opiflash_write = 0x40000930 ); 128PROVIDE( esp_rom_spi_set_dtr_swap_mode = 0x4000093c ); 129PROVIDE( esp_rom_opiflash_exit_continuous_read_mode = 0x40000948 ); 130PROVIDE( esp_rom_opiflash_legacy_driver_init = 0x40000954 ); 131PROVIDE( esp_rom_opiflash_read_raw = 0x4004d9d4); 132/* Data (.data, .bss, .rodata) */ 133PROVIDE( rom_opiflash_cmd_def = 0x3fcefff4 ); 134PROVIDE( rom_spi_usr_cmd_legacy_funcs = 0x3fcefff0 ); 135 136 137/*************************************** 138 Group spiflash_legacy 139 ***************************************/ 140 141/* Functions */ 142PROVIDE( esp_rom_spiflash_wait_idle = 0x40000960 ); 143PROVIDE( esp_rom_spiflash_write_encrypted = 0x4000096c ); 144PROVIDE( esp_rom_spiflash_write_encrypted_dest = 0x40000978 ); 145PROVIDE( esp_rom_spiflash_write_encrypted_enable = 0x40000984 ); 146PROVIDE( esp_rom_spiflash_write_encrypted_disable = 0x40000990 ); 147PROVIDE( esp_rom_spiflash_erase_chip = 0x4000099c ); 148PROVIDE( _esp_rom_spiflash_erase_sector = 0x400009a8 ); 149PROVIDE( _esp_rom_spiflash_erase_block = 0x400009b4 ); 150PROVIDE( _esp_rom_spiflash_write = 0x400009c0 ); 151PROVIDE( _esp_rom_spiflash_read = 0x400009cc ); 152PROVIDE( _esp_rom_spiflash_unlock = 0x400009d8 ); 153PROVIDE( _SPIEraseArea = 0x400009e4 ); 154PROVIDE( _SPI_write_enable = 0x400009f0 ); 155PROVIDE( esp_rom_spiflash_erase_sector = 0x400009fc ); 156PROVIDE( esp_rom_spiflash_erase_block = 0x40000a08 ); 157PROVIDE( esp_rom_spiflash_write = 0x40000a14 ); 158PROVIDE( esp_rom_spiflash_read = 0x40000a20 ); 159PROVIDE( esp_rom_spiflash_unlock = 0x40000a2c ); 160PROVIDE( SPIEraseArea = 0x40000a38 ); 161PROVIDE( SPI_write_enable = 0x40000a44 ); 162PROVIDE( esp_rom_spiflash_config_param = 0x40000a50 ); 163PROVIDE( esp_rom_spiflash_read_user_cmd = 0x40000a5c ); 164PROVIDE( esp_rom_spiflash_select_qio_pins = 0x40000a68 ); 165PROVIDE( esp_rom_spi_flash_auto_sus_res = 0x40000a74 ); 166PROVIDE( esp_rom_spi_flash_send_resume = 0x40000a80 ); 167PROVIDE( esp_rom_spi_flash_update_id = 0x40000a8c ); 168PROVIDE( esp_rom_spiflash_config_clk = 0x40000a98 ); 169PROVIDE( esp_rom_spiflash_config_readmode = 0x40000aa4 ); 170PROVIDE( esp_rom_spiflash_read_status = 0x40000ab0 ); 171PROVIDE( esp_rom_spiflash_read_statushigh = 0x40000abc ); 172PROVIDE( esp_rom_spiflash_write_status = 0x40000ac8 ); 173PROVIDE( esp_rom_opiflash_cache_mode_config = 0x40000ad4 ); 174PROVIDE( esp_rom_spiflash_auto_wait_idle = 0x40000ae0 ); 175PROVIDE( spi_flash_attach = 0x40000aec ); 176PROVIDE( spi_flash_get_chip_size = 0x40000af8 ); 177PROVIDE( spi_flash_guard_set = 0x40000b04 ); 178PROVIDE( spi_flash_guard_get = 0x40000b10 ); 179PROVIDE( spi_flash_write_config_set = 0x40000b1c ); 180PROVIDE( spi_flash_write_config_get = 0x40000b28 ); 181PROVIDE( spi_flash_safe_write_address_func_set = 0x40000b34 ); 182PROVIDE( spi_flash_unlock = 0x40000b40 ); 183PROVIDE( spi_flash_erase_range = 0x40000b4c ); 184PROVIDE( spi_flash_erase_sector = 0x40000b58 ); 185PROVIDE( spi_flash_write = 0x40000b64 ); 186PROVIDE( spi_flash_read = 0x40000b70 ); 187PROVIDE( spi_flash_write_encrypted = 0x40000b7c ); 188PROVIDE( spi_flash_read_encrypted = 0x40000b88 ); 189PROVIDE( spi_flash_mmap_os_func_set = 0x40000b94 ); 190PROVIDE( spi_flash_mmap_page_num_init = 0x40000ba0 ); 191PROVIDE( spi_flash_mmap = 0x40000bac ); 192PROVIDE( spi_flash_mmap_pages = 0x40000bb8 ); 193PROVIDE( spi_flash_munmap = 0x40000bc4 ); 194PROVIDE( spi_flash_mmap_dump = 0x40000bd0 ); 195PROVIDE( spi_flash_check_and_flush_cache = 0x40000bdc ); 196PROVIDE( spi_flash_mmap_get_free_pages = 0x40000be8 ); 197PROVIDE( spi_flash_cache2phys = 0x40000bf4 ); 198PROVIDE( spi_flash_phys2cache = 0x40000c00 ); 199PROVIDE( spi_flash_disable_cache = 0x40000c0c ); 200PROVIDE( spi_flash_restore_cache = 0x40000c18 ); 201PROVIDE( spi_flash_cache_enabled = 0x40000c24 ); 202PROVIDE( spi_flash_enable_cache = 0x40000c30 ); 203PROVIDE( spi_cache_mode_switch = 0x40000c3c ); 204PROVIDE( spi_common_set_dummy_output = 0x40000c48 ); 205PROVIDE( spi_common_set_flash_cs_timing = 0x40000c54 ); 206PROVIDE( esp_rom_spi_set_address_bit_len = 0x40000c60 ); 207PROVIDE( esp_enable_cache_flash_wrap = 0x40000c6c ); 208PROVIDE( SPILock = 0x40000c78 ); 209PROVIDE( SPIMasterReadModeCnfig = 0x40000c84 ); 210PROVIDE( SPI_Common_Command = 0x40000c90 ); 211PROVIDE( SPI_WakeUp = 0x40000c9c ); 212PROVIDE( SPI_block_erase = 0x40000ca8 ); 213PROVIDE( SPI_chip_erase = 0x40000cb4 ); 214PROVIDE( SPI_init = 0x40000cc0 ); 215PROVIDE( SPI_page_program = 0x40000ccc ); 216PROVIDE( SPI_read_data = 0x40000cd8 ); 217PROVIDE( SPI_sector_erase = 0x40000ce4 ); 218PROVIDE( SelectSpiFunction = 0x40000cf0 ); 219PROVIDE( SetSpiDrvs = 0x40000cfc ); 220PROVIDE( Wait_SPI_Idle = 0x40000d08 ); 221PROVIDE( spi_dummy_len_fix = 0x40000d14 ); 222PROVIDE( Disable_QMode = 0x40000d20 ); 223PROVIDE( Enable_QMode = 0x40000d2c ); 224/* Data (.data, .bss, .rodata) */ 225PROVIDE( rom_spiflash_legacy_funcs = 0x3fceffe8 ); 226PROVIDE( rom_spiflash_legacy_data = 0x3fceffe4 ); 227PROVIDE( g_flash_guard_ops = 0x3fceffec ); 228 229 230/*************************************** 231 Group hal_soc 232 ***************************************/ 233 234/* Functions */ 235PROVIDE( spi_flash_hal_poll_cmd_done = 0x40000d38 ); 236PROVIDE( spi_flash_hal_device_config = 0x40000d44 ); 237PROVIDE( spi_flash_hal_configure_host_io_mode = 0x40000d50 ); 238PROVIDE( spi_flash_hal_common_command = 0x40000d5c ); 239PROVIDE( spi_flash_hal_read = 0x40000d68 ); 240PROVIDE( spi_flash_hal_erase_chip = 0x40000d74 ); 241PROVIDE( spi_flash_hal_erase_sector = 0x40000d80 ); 242PROVIDE( spi_flash_hal_erase_block = 0x40000d8c ); 243PROVIDE( spi_flash_hal_program_page = 0x40000d98 ); 244PROVIDE( spi_flash_hal_set_write_protect = 0x40000da4 ); 245PROVIDE( spi_flash_hal_host_idle = 0x40000db0 ); 246PROVIDE( wdt_hal_init = 0x40000dbc ); 247PROVIDE( wdt_hal_deinit = 0x40000dc8 ); 248PROVIDE( wdt_hal_config_stage = 0x40000dd4 ); 249PROVIDE( wdt_hal_write_protect_disable = 0x40000de0 ); 250PROVIDE( wdt_hal_write_protect_enable = 0x40000dec ); 251PROVIDE( wdt_hal_enable = 0x40000df8 ); 252PROVIDE( wdt_hal_disable = 0x40000e04 ); 253PROVIDE( wdt_hal_handle_intr = 0x40000e10 ); 254PROVIDE( wdt_hal_feed = 0x40000e1c ); 255PROVIDE( wdt_hal_set_flashboot_en = 0x40000e28 ); 256PROVIDE( wdt_hal_is_enabled = 0x40000e34 ); 257PROVIDE( systimer_hal_get_counter_value = 0x40000e40 ); 258PROVIDE( systimer_hal_get_time = 0x40000e4c ); 259PROVIDE( systimer_hal_set_alarm_target = 0x40000e58 ); 260PROVIDE( systimer_hal_set_alarm_period = 0x40000e64 ); 261PROVIDE( systimer_hal_get_alarm_value = 0x40000e70 ); 262PROVIDE( systimer_hal_enable_alarm_int = 0x40000e7c ); 263PROVIDE( systimer_hal_on_apb_freq_update = 0x40000e88 ); 264PROVIDE( systimer_hal_counter_value_advance = 0x40000e94 ); 265PROVIDE( systimer_hal_enable_counter = 0x40000ea0 ); 266PROVIDE( systimer_hal_init = 0x40000eac ); 267PROVIDE( systimer_hal_select_alarm_mode = 0x40000eb8 ); 268PROVIDE( systimer_hal_connect_alarm_counter = 0x40000ec4 ); 269 270 271/*************************************** 272 Group spi_flash_chips 273 ***************************************/ 274 275/* Functions */ 276PROVIDE( spi_flash_chip_generic_probe = 0x40000ed0 ); 277PROVIDE( spi_flash_chip_generic_detect_size = 0x40000edc ); 278PROVIDE( spi_flash_chip_generic_write = 0x40000ee8 ); 279PROVIDE( spi_flash_chip_generic_write_encrypted = 0x40000ef4 ); 280PROVIDE( spi_flash_chip_generic_set_write_protect = 0x40000f00 ); 281PROVIDE( spi_flash_common_write_status_16b_wrsr = 0x40000f0c ); 282PROVIDE( spi_flash_chip_generic_reset = 0x40000f18 ); 283PROVIDE( spi_flash_chip_generic_erase_chip = 0x40000f24 ); 284PROVIDE( spi_flash_chip_generic_erase_sector = 0x40000f30 ); 285PROVIDE( spi_flash_chip_generic_erase_block = 0x40000f3c ); 286PROVIDE( spi_flash_chip_generic_page_program = 0x40000f48 ); 287PROVIDE( spi_flash_chip_generic_get_write_protect = 0x40000f54 ); 288PROVIDE( spi_flash_common_read_status_16b_rdsr_rdsr2 = 0x40000f60 ); 289PROVIDE( spi_flash_chip_generic_read_reg = 0x40000f6c ); 290PROVIDE( spi_flash_chip_generic_yield = 0x40000f78 ); 291PROVIDE( spi_flash_generic_wait_host_idle = 0x40000f84 ); 292PROVIDE( spi_flash_chip_generic_wait_idle = 0x40000f90 ); 293PROVIDE( spi_flash_chip_generic_config_host_io_mode = 0x40000f9c ); 294PROVIDE( spi_flash_chip_generic_read = 0x40000fa8 ); 295PROVIDE( spi_flash_common_read_status_8b_rdsr2 = 0x40000fb4 ); 296PROVIDE( spi_flash_chip_generic_get_io_mode = 0x40000fc0 ); 297PROVIDE( spi_flash_common_read_status_8b_rdsr = 0x40000fcc ); 298PROVIDE( spi_flash_common_write_status_8b_wrsr = 0x40000fd8 ); 299PROVIDE( spi_flash_common_write_status_8b_wrsr2 = 0x40000fe4 ); 300PROVIDE( spi_flash_common_set_io_mode = 0x40000ff0 ); 301PROVIDE( spi_flash_chip_generic_set_io_mode = 0x40000ffc ); 302PROVIDE( spi_flash_chip_gd_get_io_mode = 0x40001008 ); 303PROVIDE( spi_flash_chip_gd_probe = 0x40001014 ); 304PROVIDE( spi_flash_chip_gd_set_io_mode = 0x40001020 ); 305/* Data (.data, .bss, .rodata) */ 306PROVIDE( spi_flash_chip_generic_config_data = 0x3fceffe0 ); 307 308 309/*************************************** 310 Group memspi_host 311 ***************************************/ 312 313/* Functions */ 314PROVIDE( memspi_host_read_id_hs = 0x4000102c ); 315PROVIDE( memspi_host_read_status_hs = 0x40001038 ); 316PROVIDE( memspi_host_flush_cache = 0x40001044 ); 317PROVIDE( memspi_host_erase_chip = 0x40001050 ); 318PROVIDE( memspi_host_erase_sector = 0x4000105c ); 319PROVIDE( memspi_host_erase_block = 0x40001068 ); 320PROVIDE( memspi_host_program_page = 0x40001074 ); 321PROVIDE( memspi_host_read = 0x40001080 ); 322PROVIDE( memspi_host_set_write_protect = 0x4000108c ); 323PROVIDE( memspi_host_set_max_read_len = 0x40001098 ); 324PROVIDE( memspi_host_read_data_slicer = 0x400010a4 ); 325PROVIDE( memspi_host_write_data_slicer = 0x400010b0 ); 326 327 328/*************************************** 329 Group esp_flash 330 ***************************************/ 331 332/* Functions */ 333PROVIDE( esp_flash_chip_driver_initialized = 0x400010bc ); 334PROVIDE( esp_flash_read_id = 0x400010c8 ); 335PROVIDE( esp_flash_get_size = 0x400010d4 ); 336PROVIDE( esp_flash_erase_chip = 0x400010e0 ); 337PROVIDE( rom_esp_flash_erase_region = 0x400010ec ); 338PROVIDE( esp_flash_get_chip_write_protect = 0x400010f8 ); 339PROVIDE( esp_flash_set_chip_write_protect = 0x40001104 ); 340PROVIDE( esp_flash_get_protectable_regions = 0x40001110 ); 341PROVIDE( esp_flash_get_protected_region = 0x4000111c ); 342PROVIDE( esp_flash_set_protected_region = 0x40001128 ); 343PROVIDE( esp_flash_read = 0x40001134 ); 344PROVIDE( esp_flash_write = 0x40001140 ); 345PROVIDE( esp_flash_write_encrypted = 0x4000114c ); 346PROVIDE( esp_flash_read_encrypted = 0x40001158 ); 347PROVIDE( esp_flash_get_io_mode = 0x40001164 ); 348PROVIDE( esp_flash_set_io_mode = 0x40001170 ); 349PROVIDE( spi_flash_boot_attach = 0x4000117c ); 350PROVIDE( spi_flash_dump_counters = 0x40001188 ); 351PROVIDE( spi_flash_get_counters = 0x40001194 ); 352PROVIDE( spi_flash_op_counters_config = 0x400011a0 ); 353PROVIDE( spi_flash_reset_counters = 0x400011ac ); 354PROVIDE( esp_flash_read_chip_id = 0x400011b8 ); 355PROVIDE( detect_spi_flash_chip = 0x400011c4 ); 356PROVIDE( esp_rom_spiflash_write_disable = 0x400011d0 ); 357/* Data (.data, .bss, .rodata) */ 358PROVIDE( esp_flash_default_chip = 0x3fceffdc ); 359PROVIDE( esp_flash_api_funcs = 0x3fceffd8 ); 360 361 362/*************************************** 363 Group cache 364 ***************************************/ 365 366/* Functions */ 367PROVIDE( Cache_Get_ICache_Line_Size = 0x400015fc ); 368PROVIDE( Cache_Get_DCache_Line_Size = 0x40001608 ); 369PROVIDE( Cache_Get_Mode = 0x40001614 ); 370PROVIDE( Cache_Set_ICache_Mode = 0x40001620 ); 371PROVIDE( Cache_Set_DCache_Mode = 0x4000162c ); 372PROVIDE( Cache_Address_Through_ICache = 0x40001638 ); 373PROVIDE( Cache_Address_Through_DCache = 0x40001644 ); 374PROVIDE( Cache_Set_Default_Mode = 0x40001650 ); 375PROVIDE( Cache_Enable_Defalut_ICache_Mode = 0x4000165c ); 376PROVIDE( ROM_Boot_Cache_Init = 0x40001668 ); 377PROVIDE( Cache_Invalidate_ICache_Items = 0x40001674 ); 378PROVIDE( Cache_Invalidate_DCache_Items = 0x40001680 ); 379PROVIDE( Cache_Clean_Items = 0x4000168c ); 380PROVIDE( Cache_WriteBack_Items = 0x40001698 ); 381PROVIDE( Cache_Op_Addr = 0x400016a4 ); 382PROVIDE( Cache_Invalidate_Addr = 0x400016b0 ); 383PROVIDE( Cache_Clean_Addr = 0x400016bc ); 384PROVIDE( rom_Cache_WriteBack_Addr = 0x400016c8 ); 385PROVIDE( Cache_Invalidate_ICache_All = 0x400016d4 ); 386PROVIDE( Cache_Invalidate_DCache_All = 0x400016e0 ); 387PROVIDE( Cache_Clean_All = 0x400016ec ); 388PROVIDE( Cache_WriteBack_All = 0x400016f8 ); 389PROVIDE( Cache_Mask_All = 0x40001704 ); 390PROVIDE( Cache_UnMask_Dram0 = 0x40001710 ); 391PROVIDE( Cache_Suspend_ICache_Autoload = 0x4000171c ); 392PROVIDE( Cache_Resume_ICache_Autoload = 0x40001728 ); 393PROVIDE( Cache_Suspend_DCache_Autoload = 0x40001734 ); 394PROVIDE( Cache_Resume_DCache_Autoload = 0x40001740 ); 395PROVIDE( Cache_Start_ICache_Preload = 0x4000174c ); 396PROVIDE( Cache_ICache_Preload_Done = 0x40001758 ); 397PROVIDE( Cache_End_ICache_Preload = 0x40001764 ); 398PROVIDE( Cache_Start_DCache_Preload = 0x40001770 ); 399PROVIDE( Cache_DCache_Preload_Done = 0x4000177c ); 400PROVIDE( Cache_End_DCache_Preload = 0x40001788 ); 401PROVIDE( Cache_Config_ICache_Autoload = 0x40001794 ); 402PROVIDE( Cache_Config_ICache_Region_Autoload = 0x400017a0 ); 403PROVIDE( Cache_Enable_ICache_Autoload = 0x400017ac ); 404PROVIDE( Cache_Disable_ICache_Autoload = 0x400017b8 ); 405PROVIDE( Cache_Config_DCache_Autoload = 0x400017c4 ); 406PROVIDE( Cache_Config_DCache_Region_Autoload = 0x400017d0 ); 407PROVIDE( Cache_Enable_DCache_Autoload = 0x400017dc ); 408PROVIDE( Cache_Disable_DCache_Autoload = 0x400017e8 ); 409PROVIDE( Cache_Enable_ICache_PreLock = 0x400017f4 ); 410PROVIDE( Cache_Disable_ICache_PreLock = 0x40001800 ); 411PROVIDE( Cache_Lock_ICache_Items = 0x4000180c ); 412PROVIDE( Cache_Unlock_ICache_Items = 0x40001818 ); 413PROVIDE( Cache_Enable_DCache_PreLock = 0x40001824 ); 414PROVIDE( Cache_Disable_DCache_PreLock = 0x40001830 ); 415PROVIDE( Cache_Lock_DCache_Items = 0x4000183c ); 416PROVIDE( Cache_Unlock_DCache_Items = 0x40001848 ); 417PROVIDE( Cache_Lock_Addr = 0x40001854 ); 418PROVIDE( Cache_Unlock_Addr = 0x40001860 ); 419PROVIDE( Cache_Disable_ICache = 0x4000186c ); 420PROVIDE( Cache_Enable_ICache = 0x40001878 ); 421PROVIDE( Cache_Disable_DCache = 0x40001884 ); 422PROVIDE( Cache_Enable_DCache = 0x40001890 ); 423PROVIDE( rom_Cache_Suspend_ICache = 0x4000189c ); 424PROVIDE( Cache_Resume_ICache = 0x400018a8 ); 425PROVIDE( rom_Cache_Suspend_DCache = 0x400018b4 ); 426PROVIDE( Cache_Resume_DCache = 0x400018c0 ); 427PROVIDE( Cache_Occupy_Items = 0x400018cc ); 428PROVIDE( Cache_Occupy_Addr = 0x400018d8 ); 429PROVIDE( rom_Cache_Freeze_ICache_Enable = 0x400018e4 ); 430PROVIDE( Cache_Freeze_ICache_Disable = 0x400018f0 ); 431PROVIDE( rom_Cache_Freeze_DCache_Enable = 0x400018fc ); 432PROVIDE( Cache_Freeze_DCache_Disable = 0x40001908 ); 433PROVIDE( Cache_Set_IDROM_MMU_Size = 0x40001914 ); 434PROVIDE( flash2spiram_instruction_offset = 0x40001920 ); 435PROVIDE( flash2spiram_rodata_offset = 0x4000192c ); 436PROVIDE( flash_instr_rodata_start_page = 0x40001938 ); 437PROVIDE( flash_instr_rodata_end_page = 0x40001944 ); 438PROVIDE( Cache_Set_IDROM_MMU_Info = 0x40001950 ); 439PROVIDE( Cache_Get_IROM_MMU_End = 0x4000195c ); 440PROVIDE( Cache_Get_DROM_MMU_End = 0x40001968 ); 441PROVIDE( Cache_Owner_Init = 0x40001974 ); 442PROVIDE( Cache_Occupy_ICache_MEMORY = 0x40001980 ); 443PROVIDE( Cache_Occupy_DCache_MEMORY = 0x4000198c ); 444PROVIDE( Cache_MMU_Init = 0x40001998 ); 445PROVIDE( Cache_Ibus_MMU_Set = 0x400019a4 ); 446PROVIDE( Cache_Dbus_MMU_Set = 0x400019b0 ); 447PROVIDE( rom_Cache_Count_Flash_Pages = 0x400019bc ); 448PROVIDE( Cache_Flash_To_SPIRAM_Copy = 0x400019c8 ); 449PROVIDE( Cache_Travel_Tag_Memory = 0x400019d4 ); 450PROVIDE( Cache_Travel_Tag_Memory2 = 0x400019e0 ); 451PROVIDE( Cache_Get_Virtual_Addr = 0x400019ec ); 452PROVIDE( Cache_Get_Memory_BaseAddr = 0x400019f8 ); 453PROVIDE( Cache_Get_Memory_Addr = 0x40001a04 ); 454PROVIDE( Cache_Get_Memory_value = 0x40001a10 ); 455PROVIDE( rom_config_instruction_cache_mode = 0x40001a1c ); 456PROVIDE( rom_config_data_cache_mode = 0x40001a28 ); 457/* Data (.data, .bss, .rodata) */ 458PROVIDE( rom_cache_op_cb = 0x3fceffc8 ); 459PROVIDE( rom_cache_internal_table_ptr = 0x3fceffc4 ); 460 461 462/*************************************** 463 Group clock 464 ***************************************/ 465 466/* Functions */ 467ets_get_apb_freq = 0x40001a34; 468ets_get_cpu_frequency = 0x40001a40; 469ets_update_cpu_frequency = 0x40001a4c; 470ets_get_printf_channel = 0x40001a58; 471ets_get_xtal_div = 0x40001a64; 472ets_set_xtal_div = 0x40001a70; 473ets_get_xtal_freq = 0x40001a7c; 474 475 476/*************************************** 477 Group gpio 478 ***************************************/ 479 480/* Functions */ 481gpio_input_get = 0x40001a88; 482gpio_matrix_in = 0x40001a94; 483gpio_matrix_out = 0x40001aa0; 484gpio_output_disable = 0x40001aac; 485gpio_output_enable = 0x40001ab8; 486gpio_output_set = 0x40001ac4; 487gpio_pad_hold = 0x40001ad0; 488gpio_pad_input_disable = 0x40001adc; 489gpio_pad_input_enable = 0x40001ae8; 490gpio_pad_pulldown = 0x40001af4; 491gpio_pad_pullup = 0x40001b00; 492gpio_pad_select_gpio = 0x40001b0c; 493gpio_pad_set_drv = 0x40001b18; 494gpio_pad_unhold = 0x40001b24; 495gpio_pin_wakeup_disable = 0x40001b30; 496gpio_pin_wakeup_enable = 0x40001b3c; 497gpio_bypass_matrix_in = 0x40001b48; 498 499 500/*************************************** 501 Group interrupts 502 ***************************************/ 503 504/* Functions */ 505intr_matrix_set = 0x40001b54; 506ets_intr_lock = 0x40001b60; 507ets_intr_unlock = 0x40001b6c; 508ets_isr_attach = 0x40001b78; 509ets_isr_mask = 0x40001b84; 510ets_isr_unmask = 0x40001b90; 511 512 513/*************************************** 514 Group xtos 515 ***************************************/ 516 517/* Functions */ 518xthal_bcopy = 0x40001b9c; 519xthal_memcpy = 0x40001ba8; 520xthal_get_ccompare = 0x40001bb4; 521xthal_set_ccompare = 0x40001bc0; 522xthal_get_ccount = 0x40001bcc; 523xthal_get_interrupt = 0x40001bd8; 524xthal_set_intclear = 0x40001be4; 525_xtos_ints_off = 0x40001bf0; 526_xtos_ints_on = 0x40001bfc; 527_xtos_restore_intlevel = 0x40001c08; 528_xtos_set_exception_handler = 0x40001c14; 529_xtos_set_interrupt_handler = 0x40001c20; 530_xtos_set_interrupt_handler_arg = 0x40001c2c; 531_xtos_set_intlevel = 0x40001c38; 532_xtos_set_vpri = 0x40001c44; 533 534 535/*************************************** 536 Group crypto 537 ***************************************/ 538 539/* Functions */ 540md5_vector = 0x40001c50; 541MD5Init = 0x40001c5c; 542MD5Update = 0x40001c68; 543MD5Final = 0x40001c74; 544hmac_md5_vector = 0x40001c80; 545hmac_md5 = 0x40001c8c; 546crc32_le = 0x40001c98; 547crc32_be = 0x40001ca4; 548crc16_le = 0x40001cb0; 549crc16_be = 0x40001cbc; 550crc8_le = 0x40001cc8; 551crc8_be = 0x40001cd4; 552esp_crc8 = 0x40001ce0; 553ets_sha_enable = 0x40001cec; 554ets_sha_disable = 0x40001cf8; 555ets_sha_get_state = 0x40001d04; 556ets_sha_init = 0x40001d10; 557ets_sha_process = 0x40001d1c; 558ets_sha_starts = 0x40001d28; 559ets_sha_update = 0x40001d34; 560ets_sha_finish = 0x40001d40; 561ets_sha_clone = 0x40001d4c; 562ets_hmac_enable = 0x40001d58; 563ets_hmac_disable = 0x40001d64; 564ets_hmac_calculate_message = 0x40001d70; 565ets_hmac_calculate_downstream = 0x40001d7c; 566ets_hmac_invalidate_downstream = 0x40001d88; 567ets_jtag_enable_temporarily = 0x40001d94; 568ets_aes_enable = 0x40001da0; 569ets_aes_disable = 0x40001dac; 570ets_aes_setkey = 0x40001db8; 571ets_aes_block = 0x40001dc4; 572ets_bigint_enable = 0x40001dd0; 573ets_bigint_disable = 0x40001ddc; 574ets_bigint_multiply = 0x40001de8; 575ets_bigint_modmult = 0x40001df4; 576ets_bigint_modexp = 0x40001e00; 577ets_bigint_wait_finish = 0x40001e0c; 578ets_bigint_getz = 0x40001e18; 579ets_ds_enable = 0x40001e24; 580ets_ds_disable = 0x40001e30; 581ets_ds_start_sign = 0x40001e3c; 582ets_ds_is_busy = 0x40001e48; 583ets_ds_finish_sign = 0x40001e54; 584ets_ds_encrypt_params = 0x40001e60; 585ets_aes_setkey_dec = 0x40001e6c; 586ets_aes_setkey_enc = 0x40001e78; 587ets_mgf1_sha256 = 0x40001e84; 588 589 590/*************************************** 591 Group efuse 592 ***************************************/ 593 594/* Functions */ 595ets_efuse_read = 0x40001e90; 596ets_efuse_program = 0x40001e9c; 597ets_efuse_clear_program_registers = 0x40001ea8; 598ets_efuse_write_key = 0x40001eb4; 599ets_efuse_get_read_register_address = 0x40001ec0; 600ets_efuse_get_key_purpose = 0x40001ecc; 601ets_efuse_key_block_unused = 0x40001ed8; 602ets_efuse_find_unused_key_block = 0x40001ee4; 603ets_efuse_rs_calculate = 0x40001ef0; 604ets_efuse_count_unused_key_blocks = 0x40001efc; 605ets_efuse_secure_boot_enabled = 0x40001f08; 606ets_efuse_secure_boot_aggressive_revoke_enabled = 0x40001f14; 607ets_efuse_cache_encryption_enabled = 0x40001f20; 608ets_efuse_download_modes_disabled = 0x40001f2c; 609ets_efuse_find_purpose = 0x40001f38; 610ets_efuse_flash_opi_5pads_power_sel_vddspi = 0x40001f44; 611ets_efuse_force_send_resume = 0x40001f50; 612ets_efuse_get_flash_delay_us = 0x40001f5c; 613ets_efuse_get_mac = 0x40001f68; 614ets_efuse_get_spiconfig = 0x40001f74; 615ets_efuse_usb_print_is_disabled = 0x40001f80; 616/*ets_efuse_get_uart_print_channel = 0x40001f8c;*/ 617ets_efuse_usb_serial_jtag_print_is_disabled = 0x40001f8c; 618ets_efuse_get_uart_print_control = 0x40001f98; 619ets_efuse_get_wp_pad = 0x40001fa4; 620ets_efuse_legacy_spi_boot_mode_disabled = 0x40001fb0; 621ets_efuse_security_download_modes_enabled = 0x40001fbc; 622ets_efuse_set_timing = 0x40001fc8; 623ets_efuse_jtag_disabled = 0x40001fd4; 624ets_efuse_usb_download_mode_disabled = 0x40001fe0; 625ets_efuse_usb_module_disabled = 0x40001fec; 626ets_efuse_usb_device_disabled = 0x40001ff8; 627ets_efuse_flash_octal_mode = 0x40002004; 628ets_efuse_ecc_en = 0x40002010; 629ets_efuse_ecc_flash_page_size = 0x4000201c; 630ets_efuse_ecc_16to17_mode = 0x40002028; 631 632 633/*************************************** 634 Group ecc 635 ***************************************/ 636 637/* Functions */ 638ets_ecc_flash_enable = 0x40002034; 639ets_ecc_flash_enable_all = 0x40002040; 640ets_ecc_flash_disable = 0x4000204c; 641ets_ecc_flash_disable_all = 0x40002058; 642ets_ecc_get_flash_page_size = 0x40002064; 643ets_ecc_set_flash_page_size = 0x40002070; 644ets_ecc_set_flash_byte_mode = 0x4000207c; 645ets_ecc_get_flash_byte_mode = 0x40002088; 646ets_ecc_set_flash_range = 0x40002094; 647ets_ecc_get_flash_range = 0x400020a0; 648ets_ecc_sram_enable = 0x400020ac; 649ets_ecc_sram_disable = 0x400020b8; 650ets_ecc_sram_enable_all = 0x400020c4; 651ets_ecc_sram_disable_all = 0x400020d0; 652ets_ecc_get_sram_page_size = 0x400020dc; 653ets_ecc_set_sram_page_size = 0x400020e8; 654ets_ecc_get_sram_byte_mode = 0x400020f4; 655ets_ecc_set_sram_byte_mode = 0x40002100; 656ets_ecc_set_sram_range = 0x4000210c; 657ets_ecc_get_sram_range = 0x40002118; 658/* Data (.data, .bss, .rodata) */ 659ets_ecc_table_ptr = 0x3fceffc0; 660 661 662/*************************************** 663 Group secureboot 664 ***************************************/ 665 666/* Functions */ 667ets_emsa_pss_verify = 0x40002124; 668ets_rsa_pss_verify = 0x40002130; 669ets_secure_boot_verify_bootloader_with_keys = 0x4000213c; 670ets_secure_boot_verify_signature = 0x40002148; 671ets_secure_boot_read_key_digests = 0x40002154; 672ets_secure_boot_revoke_public_key_digest = 0x40002160; 673 674 675/*************************************** 676 Group usb_uart 677 ***************************************/ 678 679/* Functions */ 680PROVIDE( usb_uart_otg_rx_one_char = 0x400025a4 ); 681PROVIDE( usb_uart_otg_rx_one_char_block = 0x400025b0 ); 682PROVIDE( usb_uart_otg_tx_flush = 0x400025bc ); 683PROVIDE( usb_uart_otg_tx_one_char = 0x400025c8 ); 684PROVIDE( usb_uart_device_rx_one_char = 0x400025d4 ); 685PROVIDE( usb_uart_device_rx_one_char_block = 0x400025e0 ); 686PROVIDE( usb_uart_device_tx_flush = 0x400025ec ); 687PROVIDE( usb_uart_device_tx_one_char = 0x400025f8 ); 688PROVIDE( Uart_Init_USB = 0x40002604 ); 689/* Data (.data, .bss, .rodata) */ 690PROVIDE( uart_acm_dev = 0x3fceffbc ); 691PROVIDE( g_uart_print = 0x3fceffb9 ); 692PROVIDE( g_usb_print = 0x3fceffb8 ); 693 694 695/*************************************** 696 Group usb_module 697 ***************************************/ 698 699/* Functions */ 700cdc_acm_class_handle_req = 0x40002610; 701cdc_acm_init = 0x4000261c; 702cdc_acm_fifo_fill = 0x40002628; 703cdc_acm_rx_fifo_cnt = 0x40002634; 704cdc_acm_fifo_read = 0x40002640; 705cdc_acm_irq_tx_enable = 0x4000264c; 706cdc_acm_irq_tx_disable = 0x40002658; 707cdc_acm_irq_state_enable = 0x40002664; 708cdc_acm_irq_state_disable = 0x40002670; 709cdc_acm_irq_tx_ready = 0x4000267c; 710cdc_acm_irq_rx_enable = 0x40002688; 711cdc_acm_irq_rx_disable = 0x40002694; 712cdc_acm_irq_rx_ready = 0x400026a0; 713cdc_acm_irq_is_pending = 0x400026ac; 714cdc_acm_irq_callback_set = 0x400026b8; 715cdc_acm_line_ctrl_set = 0x400026c4; 716cdc_acm_line_ctrl_get = 0x400026d0; 717cdc_acm_poll_out = 0x400026dc; 718chip_usb_dw_did_persist = 0x400026e8; 719chip_usb_dw_init = 0x400026f4; 720chip_usb_detach = 0x40002700; 721chip_usb_dw_prepare_persist = 0x4000270c; 722chip_usb_get_persist_flags = 0x40002718; 723chip_usb_set_persist_flags = 0x40002724; 724cpio_start = 0x40002730; 725cpio_feed = 0x4000273c; 726cpio_done = 0x40002748; 727cpio_destroy = 0x40002754; 728dfu_flash_init = 0x40002760; 729dfu_flash_erase = 0x4000276c; 730dfu_flash_program = 0x40002778; 731dfu_flash_read = 0x40002784; 732dfu_flash_attach = 0x40002790; 733dfu_cpio_callback = 0x4000279c; 734dfu_updater_get_err = 0x400027a8; 735dfu_updater_clear_err = 0x400027b4; 736dfu_updater_enable = 0x400027c0; 737dfu_updater_begin = 0x400027cc; 738dfu_updater_feed = 0x400027d8; 739dfu_updater_end = 0x400027e4; 740dfu_updater_set_raw_addr = 0x400027f0; 741dfu_updater_flash_read = 0x400027fc; 742usb_dc_prepare_persist = 0x40002808; 743usb_dw_isr_handler = 0x40002814; 744usb_dc_attach = 0x40002820; 745usb_dc_detach = 0x4000282c; 746usb_dc_reset = 0x40002838; 747usb_dc_set_address = 0x40002844; 748usb_dc_ep_check_cap = 0x40002850; 749usb_dc_ep_configure = 0x4000285c; 750usb_dc_ep_set_stall = 0x40002868; 751usb_dc_ep_clear_stall = 0x40002874; 752usb_dc_ep_halt = 0x40002880; 753usb_dc_ep_is_stalled = 0x4000288c; 754usb_dc_ep_enable = 0x40002898; 755usb_dc_ep_disable = 0x400028a4; 756usb_dc_ep_flush = 0x400028b0; 757usb_dc_ep_write_would_block = 0x400028bc; 758usb_dc_ep_write = 0x400028c8; 759usb_dc_ep_read_wait = 0x400028d4; 760usb_dc_ep_read_continue = 0x400028e0; 761usb_dc_ep_read = 0x400028ec; 762usb_dc_ep_set_callback = 0x400028f8; 763usb_dc_set_status_callback = 0x40002904; 764usb_dc_ep_mps = 0x40002910; 765usb_dc_check_poll_for_interrupts = 0x4000291c; 766mac_addr_to_serial_str_desc = 0x40002928; 767usb_set_current_descriptor = 0x40002934; 768usb_get_descriptor = 0x40002940; 769usb_dev_resume = 0x4000294c; 770usb_dev_get_configuration = 0x40002958; 771usb_set_config = 0x40002964; 772usb_deconfig = 0x40002970; 773usb_enable = 0x4000297c; 774usb_disable = 0x40002988; 775usb_write_would_block = 0x40002994; 776usb_write = 0x400029a0; 777usb_read = 0x400029ac; 778usb_ep_set_stall = 0x400029b8; 779usb_ep_clear_stall = 0x400029c4; 780usb_ep_read_wait = 0x400029d0; 781usb_ep_read_continue = 0x400029dc; 782usb_transfer_ep_callback = 0x400029e8; 783usb_transfer = 0x400029f4; 784usb_cancel_transfer = 0x40002a00; 785usb_transfer_sync = 0x40002a0c; 786usb_dfu_set_detach_cb = 0x40002a18; 787dfu_class_handle_req = 0x40002a24; 788dfu_status_cb = 0x40002a30; 789dfu_custom_handle_req = 0x40002a3c; 790usb_dfu_init = 0x40002a48; 791usb_dfu_force_detach = 0x40002a54; 792usb_dev_deinit = 0x40002a60; 793usb_dw_ctrl_deinit = 0x40002a6c; 794/* Data (.data, .bss, .rodata) */ 795rom_usb_osglue = 0x3fceffac; 796 797 798/*************************************** 799 Group bluetooth 800 ***************************************/ 801 802/* Data (.data, .bss, .rodata) */ 803bt_rf_coex_cfg_p = 0x3fceffa8; 804bt_rf_coex_hooks_p = 0x3fceffa4; 805btdm_env_p = 0x3fceffa0; 806g_rw_controller_task_handle = 0x3fceff9c; 807g_rw_init_sem = 0x3fceff98; 808g_rw_schd_queue = 0x3fceff94; 809lld_init_env = 0x3fceff90; 810lld_rpa_renew_env = 0x3fceff8c; 811lld_scan_env = 0x3fceff88; 812lld_scan_sync_env = 0x3fceff84; 813lld_test_env = 0x3fceff80; 814p_ble_util_buf_env = 0x3fceff7c; 815p_lld_env = 0x3fceff78; 816p_llm_env = 0x3fceff74; 817r_h4tl_eif_p = 0x3fceff70; 818r_hli_funcs_p = 0x3fceff6c; 819r_ip_funcs_p = 0x3fceff68; 820r_modules_funcs_p = 0x3fceff64; 821r_osi_funcs_p = 0x3fceff60; 822r_plf_funcs_p = 0x3fceff5c; 823vhci_env_p = 0x3fceff58; 824aa_gen = 0x3fceff54; 825aes_env = 0x3fceff48; 826bt_rf_coex_cfg_cb = 0x3fcefef8; 827btdm_pwr_state = 0x3fcefef4; 828btdm_slp_err = 0x3fcefef0; 829ecc_env = 0x3fcefee8; 830esp_handler = 0x3fcefee0; 831esp_vendor_cmd = 0x3fcefed8; 832g_adv_delay_dis = 0x3fcefed4; 833g_conflict_elt = 0x3fcefed0; 834g_eif_api = 0x3fcefec0; 835g_event_empty = 0x3fcefeb4; 836g_llc_state = 0x3fcefeaa; 837g_llm_state = 0x3fcefea9; 838g_max_evt_env = 0x3fcefea7; 839g_misc_state = 0x3fcefea6; 840g_rma_rule_db = 0x3fcefe8a; 841g_rtp_rule_db = 0x3fcefe6e; 842g_scan_forever = 0x3fcefe6d; 843g_time_msb = 0x3fcefe6c; 844h4tl_env = 0x3fcefe44; 845hci_env = 0x3fcefe21; 846hci_ext_host = 0x3fcefe20; 847hci_fc_env = 0x3fcefe18; 848hci_tl_env = 0x3fcefdec; 849ke_env = 0x3fcefdbc; 850ke_event_env = 0x3fcefd7c; 851ke_task_env = 0x3fcefd00; 852llc_env = 0x3fcefcd8; 853lld_adv_env = 0x3fcefcb0; 854lld_con_env = 0x3fcefc88; 855lld_exp_sync_pos_tab = 0x3fcefc80; 856lld_per_adv_env = 0x3fcefc58; 857lld_sync_env = 0x3fcefc30; 858llm_le_adv_flow_env = 0x3fcefc24; 859rw_sleep_enable = 0x3fcefc20; 860rwble_env = 0x3fcefc18; 861rwip_env = 0x3fcefbfc; 862rwip_param = 0x3fcefbf0; 863rwip_prog_delay = 0x3fcefbec; 864rwip_rf = 0x3fcefbb4; 865sch_alarm_env = 0x3fcefbac; 866sch_arb_env = 0x3fcefb98; 867sch_plan_env = 0x3fcefb90; 868sch_prog_env = 0x3fcefa8c; 869sch_slice_env = 0x3fcefa2c; 870sch_slice_params = 0x3fcefa24; 871timer_env = 0x3fcefa1c; 872unloaded_area = 0x3fcefa18; 873vshci_state = 0x3fcefa14; 874TASK_DESC_LLC = 0x3fcefa08; 875TASK_DESC_LLM = 0x3fcef9fc; 876TASK_DESC_VSHCI = 0x3fcef9f0; 877co_default_bdaddr = 0x3fcef9e8; 878dbg_assert_block = 0x3fcef9e4; 879g_bt_plf_log_level = 0x3fcef9e0; 880hci_cmd_desc_tab_vs_esp = 0x3fcef9bc; 881hci_command_handler_tab_esp = 0x3fcef9a4; 882privacy_en = 0x3fcef9a0; 883sdk_cfg_priv_opts = 0x3fcef958; 884BasePoint_x_256 = 0x3ff1ffdc; 885BasePoint_y_256 = 0x3ff1ffbc; 886DebugE256PublicKey_x = 0x3ff1ff9c; 887DebugE256PublicKey_y = 0x3ff1ff7c; 888DebugE256SecretKey = 0x3ff1ff5c; 889ECC_4Win_Look_up_table = 0x3ff1f7a0; 890LLM_AA_CT1 = 0x3ff1f79a; 891LLM_AA_CT2 = 0x3ff1f798; 892RF_TX_PW_CONV_TBL = 0x3ff1f790; 893TASK_DESC_MISC = 0x3ff1f784; 894adv_evt_prop2type = 0x3ff1f766; 895adv_evt_type2prop = 0x3ff1f761; 896aes_cmac_zero = 0x3ff1f751; 897aes_k2_salt = 0x3ff1f741; 898aes_k3_id64 = 0x3ff1f73c; 899aes_k3_salt = 0x3ff1f72c; 900aes_k4_id6 = 0x3ff1f728; 901aes_k4_salt = 0x3ff1f718; 902bigHexP256 = 0x3ff1f6ec; 903byte_tx_time = 0x3ff1f6e2; 904co_null_bdaddr = 0x3ff1f6dc; 905co_phy_mask_to_rate = 0x3ff1f6d7; 906co_phy_mask_to_value = 0x3ff1f6d2; 907co_phy_to_rate = 0x3ff1f6ce; 908co_phy_value_to_mask = 0x3ff1f6ca; 909co_rate_to_byte_dur_us = 0x3ff1f6c5; 910co_rate_to_phy = 0x3ff1f6c0; 911co_rate_to_phy_mask = 0x3ff1f6bc; 912co_sca2ppm = 0x3ff1f6ac; 913coef_B = 0x3ff1f680; 914connect_req_dur_tab = 0x3ff1f678; 915ecc_Jacobian_InfinityPoint256 = 0x3ff1f5f4; 916em_base_reg_lut = 0x3ff1f526; 917fixed_tx_time = 0x3ff1f51e; 918h4tl_msgtype2hdrlen = 0x3ff1f518; 919hci_cmd_desc_root_tab = 0x3ff1f4e8; 920hci_cmd_desc_tab_ctrl_bb = 0x3ff1f47c; 921hci_cmd_desc_tab_info_par = 0x3ff1f44c; 922hci_cmd_desc_tab_le = 0x3ff1f0b0; 923hci_cmd_desc_tab_lk_ctrl = 0x3ff1f098; 924hci_cmd_desc_tab_stat_par = 0x3ff1f08c; 925hci_cmd_desc_tab_vs = 0x3ff1f050; 926hci_evt_desc_tab = 0x3ff1f008; 927hci_evt_le_desc_tab = 0x3ff1ef68; 928hci_evt_le_desc_tab_esp = 0x3ff1ef60; 929hci_rsvd_evt_msk = 0x3ff1ef57; 930lld_aux_phy_to_rate = 0x3ff1ef54; 931lld_init_max_aux_dur_tab = 0x3ff1ef4c; 932lld_scan_map_legacy_pdu_to_evt_type = 0x3ff1ef44; 933lld_scan_max_aux_dur_tab = 0x3ff1ef3c; 934lld_sync_max_aux_dur_tab = 0x3ff1ef34; 935llm_local_le_feats = 0x3ff1ef2c; 936llm_local_le_states = 0x3ff1ef24; 937llm_local_supp_cmds = 0x3ff1eefc; 938maxSecretKey_256 = 0x3ff1eedc; 939max_data_tx_time = 0x3ff1eed4; 940one_bits = 0x3ff1eec3; 941rwip_coex_cfg = 0x3ff1eebe; 942rwip_priority = 0x3ff1eea8; 943veryBigHexP256 = 0x3ff1ee5c; 944 945/*************************************** 946 Group rom_pp 947 ***************************************/ 948 949/* Functions */ 950esp_pp_rom_version_get = 0x40005250; 951RC_GetBlockAckTime = 0x4000525c; 952ebuf_list_remove = 0x40005268; 953/*esf_buf_alloc = 0x40005274;*/ 954/*esf_buf_alloc_dynamic = 0x40005280;*/ 955/*esf_buf_recycle = 0x4000528c;*/ 956GetAccess = 0x40005298; 957hal_mac_is_low_rate_enabled = 0x400052a4; 958hal_mac_tx_get_blockack = 0x400052b0; 959/* hal_mac_tx_set_ppdu = 0x400052bc;*/ 960ic_get_trc = 0x400052c8; 961/* ic_mac_deinit = 0x400052d4; */ 962ic_mac_init = 0x400052e0; 963ic_interface_enabled = 0x400052ec; 964is_lmac_idle = 0x400052f8; 965/*lmacAdjustTimestamp = 0x40005304;*/ 966lmacDiscardAgedMSDU = 0x40005310; 967/*lmacDiscardMSDU = 0x4000531c;*/ 968/*lmacEndFrameExchangeSequence = 0x40005328;*/ 969lmacIsIdle = 0x40005334; 970lmacIsLongFrame = 0x40005340; 971/*lmacMSDUAged = 0x4000534c;*/ 972lmacPostTxComplete = 0x40005358; 973lmacProcessAllTxTimeout = 0x40005364; 974lmacProcessCollisions = 0x40005370; 975lmacProcessRxSucData = 0x4000537c; 976lmacReachLongLimit = 0x40005388; 977lmacReachShortLimit = 0x40005394; 978lmacRecycleMPDU = 0x400053a0; 979lmacRxDone = 0x400053ac; 980/*lmacSetTxFrame = 0x400053b8;*/ 981lmacTxDone = 0x400053c4; 982/*lmacTxFrame = 0x400053d0;*/ 983mac_tx_set_duration = 0x400053dc; 984/* mac_tx_set_htsig = 0x400053e8;*/ 985mac_tx_set_plcp0 = 0x400053f4; 986/* mac_tx_set_plcp1 = 0x40005400;*/ 987mac_tx_set_plcp2 = 0x4000540c; 988/* pm_check_state = 0x40005418; */ 989pm_disable_dream_timer = 0x40005424; 990pm_disable_sleep_delay_timer = 0x40005430; 991/*pm_dream = 0x4000543c;*/ 992pm_mac_wakeup = 0x40005448; 993pm_mac_sleep = 0x40005454; 994pm_enable_active_timer = 0x40005460; 995pm_enable_sleep_delay_timer = 0x4000546c; 996pm_local_tsf_process = 0x40005478; 997pm_set_beacon_filter = 0x40005484; 998pm_is_in_wifi_slice_threshold = 0x40005490; 999pm_is_waked = 0x4000549c; 1000/*pm_keep_alive = 0x400054a8;*/ 1001/* pm_on_beacon_rx = 0x400054b4; */ 1002pm_on_data_rx = 0x400054c0; 1003pm_on_tbtt = 0x400054cc; 1004/* pm_parse_beacon = 0x400054d8;*/ 1005/* pm_process_tim = 0x400054e4; */ 1006/*pm_rx_beacon_process = 0x400054f0;*/ 1007/* pm_rx_data_process = 0x400054fc; */ 1008/*pm_sleep = 0x40005508;*/ 1009pm_sleep_for = 0x40005514; 1010/* pm_tbtt_process = 0x40005520; */ 1011ppAMPDU2Normal = 0x4000552c; 1012/*ppAssembleAMPDU = 0x40005538;*/ 1013ppCalFrameTimes = 0x40005544; 1014ppCalSubFrameLength = 0x40005550; 1015/*ppCalTxAMPDULength = 0x4000555c;*/ 1016ppCheckTxAMPDUlength = 0x40005568; 1017ppDequeueRxq_Locked = 0x40005574; 1018ppDequeueTxQ = 0x40005580; 1019ppEmptyDelimiterLength = 0x4000558c; 1020ppEnqueueRxq = 0x40005598; 1021ppEnqueueTxDone = 0x400055a4; 1022ppGetTxQFirstAvail_Locked = 0x400055b0; 1023ppGetTxframe = 0x400055bc; 1024/*ppMapTxQueue = 0x400055c8;*/ 1025ppProcessRxPktHdr = 0x400055e0; 1026/*ppProcessTxQ = 0x400055ec;*/ 1027ppRecordBarRRC = 0x400055f8; 1028lmacRequestTxopQueue = 0x40005604; 1029lmacReleaseTxopQueue = 0x40005610; 1030ppRecycleAmpdu = 0x4000561c; 1031ppRecycleRxPkt = 0x40005628; 1032ppResortTxAMPDU = 0x40005634; 1033ppResumeTxAMPDU = 0x40005640; 1034/* ppRxFragmentProc = 0x4000564c; */ 1035/* ppRxPkt = 0x40005658; */ 1036ppRxProtoProc = 0x40005664; 1037ppSearchTxQueue = 0x40005670; 1038ppSearchTxframe = 0x4000567c; 1039ppSelectNextQueue = 0x40005688; 1040ppSubFromAMPDU = 0x40005694; 1041/* ppTask = 0x400056a0; */ 1042ppTxPkt = 0x400056ac; 1043ppTxProtoProc = 0x400056b8; 1044ppTxqUpdateBitmap = 0x400056c4; 1045/*pp_coex_tx_request = 0x400056d0;*/ 1046pp_hdrsize = 0x400056dc; 1047pp_post = 0x400056e8; 1048pp_process_hmac_waiting_txq = 0x400056f4; 1049rcGetAmpduSched = 0x40005700; 1050rcUpdateRxDone = 0x4000570c; 1051rc_get_trc = 0x40005718; 1052rc_get_trc_by_index = 0x40005724; 1053rcAmpduLowerRate = 0x40005730; 1054rcampduuprate = 0x4000573c; 1055rcClearCurAMPDUSched = 0x40005748; 1056rcClearCurSched = 0x40005754; 1057rcClearCurStat = 0x40005760; 1058/*rcGetSched = 0x4000576c;*/ 1059rcLowerSched = 0x40005778; 1060rcSetTxAmpduLimit = 0x40005784; 1061/* rcTxUpdatePer = 0x40005790;*/ 1062rcUpdateAckSnr = 0x4000579c; 1063/*rcUpdateRate = 0x400057a8;*/ 1064/* rcUpdateTxDone = 0x400057b4; */ 1065/*rcUpdateTxDoneAmpdu2 = 0x400057c0;*/ 1066rcUpSched = 0x400057cc; 1067rssi_margin = 0x400057d8; 1068rx11NRate2AMPDULimit = 0x400057e4; 1069TRC_AMPDU_PER_DOWN_THRESHOLD = 0x400057f0; 1070TRC_AMPDU_PER_UP_THRESHOLD = 0x400057fc; 1071trc_calc_duration = 0x40005808; 1072trc_isTxAmpduOperational = 0x40005814; 1073trc_onAmpduOp = 0x40005820; 1074TRC_PER_IS_GOOD = 0x4000582c; 1075trc_SetTxAmpduState = 0x40005838; 1076trc_tid_isTxAmpduOperational = 0x40005844; 1077trcAmpduSetState = 0x40005850; 1078wDevCheckBlockError = 0x4000585c; 1079/*wDev_AppendRxBlocks = 0x40005868;*/ 1080wDev_DiscardFrame = 0x40005874; 1081wDev_GetNoiseFloor = 0x40005880; 1082wDev_IndicateAmpdu = 0x4000588c; 1083/*wDev_IndicateFrame = 0x40005898;*/ 1084wdev_bank_store = 0x400058a4; 1085wdev_bank_load = 0x400058b0; 1086wdev_mac_reg_load = 0x400058bc; 1087wdev_mac_reg_store = 0x400058c8; 1088wdev_mac_special_reg_load = 0x400058d4; 1089wdev_mac_special_reg_store = 0x400058e0; 1090wdev_mac_wakeup = 0x400058ec; 1091wdev_mac_sleep = 0x400058f8; 1092hal_mac_is_dma_enable = 0x40005904; 1093/* wDev_ProcessFiq = 0x40005910; */ 1094/*wDev_ProcessRxSucData = 0x4000591c;*/ 1095wdevProcessRxSucDataAll = 0x40005928; 1096wdev_csi_len_align = 0x40005934; 1097ppDequeueTxDone_Locked = 0x40005940; 1098/*ppProcTxDone = 0x4000594c;*/ 1099/*pm_tx_data_done_process = 0x40005958;*/ 1100config_is_cache_tx_buf_enabled = 0x40005964; 1101//ppMapWaitTxq = 0x40005970; 1102ppProcessWaitingQueue = 0x4000597c; 1103ppDisableQueue = 0x40005988; 1104pm_allow_tx = 0x40005994; 1105wdev_is_data_in_rxlist = 0x400059a0; 1106ppProcTxCallback = 0x400059ac; 1107/* Data (.data, .bss, .rodata) */ 1108our_instances_ptr = 0x3ff1ee58; 1109pTxRx = 0x3fcef954; 1110lmacConfMib_ptr = 0x3fcef950; 1111our_wait_eb = 0x3fcef94c; 1112our_tx_eb = 0x3fcef948; 1113pp_wdev_funcs = 0x3fcef944; 1114g_osi_funcs_p = 0x3fcef940; 1115wDevCtrl_ptr = 0x3fcef93c; 1116g_wdev_last_desc_reset_ptr = 0x3ff1ee54; 1117wDevMacSleep_ptr = 0x3fcef938; 1118g_lmac_cnt_ptr = 0x3fcef934; 1119our_controls_ptr = 0x3ff1ee50; 1120pp_sig_cnt_ptr = 0x3fcef930; 1121g_eb_list_desc_ptr = 0x3fcef92c; 1122s_fragment_ptr = 0x3fcef928; 1123if_ctrl_ptr = 0x3fcef924; 1124g_intr_lock_mux = 0x3fcef920; 1125g_wifi_global_lock = 0x3fcef91c; 1126s_wifi_queue = 0x3fcef918; 1127pp_task_hdl = 0x3fcef914; 1128s_pp_task_create_sem = 0x3fcef910; 1129s_pp_task_del_sem = 0x3fcef90c; 1130g_wifi_menuconfig_ptr = 0x3fcef908; 1131xphyQueue = 0x3fcef904; 1132ap_no_lr_ptr = 0x3fcef900; 1133rc11BSchedTbl_ptr = 0x3fcef8fc; 1134rc11NSchedTbl_ptr = 0x3fcef8f8; 1135rcLoRaSchedTbl_ptr = 0x3fcef8f4; 1136BasicOFDMSched_ptr = 0x3fcef8f0; 1137trc_ctl_ptr = 0x3fcef8ec; 1138g_pm_cnt_ptr = 0x3fcef8e8; 1139g_pm_ptr = 0x3fcef8e4; 1140g_pm_cfg_ptr = 0x3fcef8e0; 1141g_esp_mesh_quick_funcs_ptr = 0x3fcef8dc; 1142g_txop_queue_status_ptr = 0x3fcef8d8; 1143g_mac_sleep_en_ptr = 0x3fcef8d4; 1144g_mesh_is_root_ptr = 0x3fcef8d0; 1145g_mesh_topology_ptr = 0x3fcef8cc; 1146g_mesh_init_ps_type_ptr = 0x3fcef8c8; 1147g_mesh_is_started_ptr = 0x3fcef8c4; 1148g_config_func = 0x3fcef8c0; 1149g_net80211_tx_func = 0x3fcef8bc; 1150g_timer_func = 0x3fcef8b8; 1151s_michael_mic_failure_cb = 0x3fcef8b4; 1152wifi_sta_rx_probe_req = 0x3fcef8b0; 1153g_tx_done_cb_func = 0x3fcef8ac; 1154g_per_conn_trc = 0x3fcef860; 1155s_encap_amsdu_func = 0x3fcef85c; 1156 1157 1158/*************************************** 1159 Group rom_net80211 1160 ***************************************/ 1161 1162/* Functions */ 1163esp_net80211_rom_version_get = 0x400059b8; 1164ampdu_dispatch = 0x400059c4; 1165ampdu_dispatch_all = 0x400059d0; 1166ampdu_dispatch_as_many_as_possible = 0x400059dc; 1167ampdu_dispatch_movement = 0x400059e8; 1168ampdu_dispatch_upto = 0x400059f4; 1169chm_is_at_home_channel = 0x40005a00; 1170cnx_node_is_existing = 0x40005a0c; 1171cnx_node_search = 0x40005a18; 1172ic_ebuf_recycle_rx = 0x40005a24; 1173ic_ebuf_recycle_tx = 0x40005a30; 1174ic_reset_rx_ba = 0x40005a3c; 1175ieee80211_align_eb = 0x40005a48; 1176/* ieee80211_ampdu_reorder = 0x40005a54; */ 1177ieee80211_ampdu_start_age_timer = 0x40005a60; 1178/* ieee80211_encap_esfbuf = 0x40005a6c; */ 1179ieee80211_is_tx_allowed = 0x40005a78; 1180ieee80211_output_pending_eb = 0x40005a84; 1181/*ieee80211_output_process = 0x40005a90;*/ 1182ieee80211_set_tx_desc = 0x40005a9c; 1183/*sta_input = 0x40005aa8;*/ 1184wifi_get_macaddr = 0x40005ab4; 1185wifi_rf_phy_disable = 0x40005ac0; 1186wifi_rf_phy_enable = 0x40005acc; 1187ic_ebuf_alloc = 0x40005ad8; 1188/*ieee80211_classify = 0x40005ae4;*/ 1189ieee80211_copy_eb_header = 0x40005af0; 1190ieee80211_recycle_cache_eb = 0x40005afc; 1191ieee80211_search_node = 0x40005b08; 1192roundup2 = 0x40005b14; 1193ieee80211_crypto_encap = 0x40005b20; 1194/* ieee80211_crypto_decap = 0x40005b2c; */ 1195/* ieee80211_decap = 0x40005b38; */ 1196ieee80211_set_tx_pti = 0x40005b44; 1197wifi_is_started = 0x40005b50; 1198ieee80211_gettid = 0x40005b5c; 1199/* Data (.data, .bss, .rodata) */ 1200net80211_funcs = 0x3fcef858; 1201g_scan = 0x3fcef854; 1202g_chm = 0x3fcef850; 1203g_ic_ptr = 0x3fcef84c; 1204g_hmac_cnt_ptr = 0x3fcef848; 1205g_tx_cacheq_ptr = 0x3fcef844; 1206s_netstack_free = 0x3fcef840; 1207mesh_rxcb = 0x3fcef83c; 1208sta_rxcb = 0x3fcef838; 1209 1210 1211/*************************************** 1212 Group rom_coexist 1213 ***************************************/ 1214 1215/* Functions */ 1216esp_coex_rom_version_get = 0x40005b68; 1217coex_bt_release = 0x40005b74; 1218coex_bt_request = 0x40005b80; 1219coex_core_ble_conn_dyn_prio_get = 0x40005b8c; 1220/*coex_core_event_duration_get = 0x40005b98;*/ 1221coex_core_pti_get = 0x40005ba4; 1222coex_core_release = 0x40005bb0; 1223coex_core_request = 0x40005bbc; 1224coex_core_status_get = 0x40005bc8; 1225/*coex_core_timer_idx_get = 0x40005bd4;*/ 1226coex_event_duration_get = 0x40005be0; 1227coex_hw_timer_disable = 0x40005bec; 1228coex_hw_timer_enable = 0x40005bf8; 1229coex_hw_timer_set = 0x40005c04; 1230coex_schm_interval_set = 0x40005c10; 1231coex_schm_lock = 0x40005c1c; 1232coex_schm_unlock = 0x40005c28; 1233/*coex_status_get = 0x40005c34;*/ 1234coex_wifi_release = 0x40005c40; 1235esp_coex_ble_conn_dynamic_prio_get = 0x40005c4c; 1236/* Data (.data, .bss, .rodata) */ 1237coex_env_ptr = 0x3fcef834; 1238coex_pti_tab_ptr = 0x3fcef830; 1239coex_schm_env_ptr = 0x3fcef82c; 1240coexist_funcs = 0x3fcef828; 1241g_coa_funcs_p = 0x3fcef824; 1242g_coex_param_ptr = 0x3fcef820; 1243 1244 1245/*************************************** 1246 Group rom_phy 1247 ***************************************/ 1248 1249/* Functions */ 1250phy_get_romfuncs = 0x40005c58; 1251rom_abs_temp = 0x40005c64; 1252rom_bb_bss_cbw40_dig = 0x40005c70; 1253rom_bb_wdg_test_en = 0x40005c7c; 1254rom_bb_wdt_get_status = 0x40005c88; 1255rom_bb_wdt_int_enable = 0x40005c94; 1256rom_bb_wdt_rst_enable = 0x40005ca0; 1257rom_bb_wdt_timeout_clear = 0x40005cac; 1258rom_cbw2040_cfg = 0x40005cb8; 1259rom_check_noise_floor = 0x40005cc4; 1260rom_chip_i2c_readReg = 0x40005cd0; 1261rom_chip_i2c_writeReg = 0x40005cdc; 1262rom_dc_iq_est = 0x40005ce8; 1263rom_disable_agc = 0x40005cf4; 1264rom_en_pwdet = 0x40005d00; 1265rom_enable_agc = 0x40005d0c; 1266rom_get_bbgain_db = 0x40005d18; 1267rom_get_data_sat = 0x40005d24; 1268rom_get_i2c_read_mask = 0x40005d30; 1269rom_get_pwctrl_correct = 0x40005d3c; 1270rom_i2c_readReg = 0x40005d48; 1271rom_i2c_readReg_Mask = 0x40005d54; 1272rom_i2c_writeReg = 0x40005d60; 1273rom_i2c_writeReg_Mask = 0x40005d6c; 1274rom_index_to_txbbgain = 0x40005d78; 1275rom_iq_est_disable = 0x40005d84; 1276rom_iq_est_enable = 0x40005d90; 1277rom_linear_to_db = 0x40005d9c; 1278rom_loopback_mode_en = 0x40005da8; 1279rom_mhz2ieee = 0x40005db4; 1280rom_noise_floor_auto_set = 0x40005dc0; 1281rom_pbus_debugmode = 0x40005dcc; 1282rom_pbus_force_mode = 0x40005dd8; 1283rom_pbus_force_test = 0x40005de4; 1284rom_pbus_rd = 0x40005df0; 1285rom_pbus_rd_addr = 0x40005dfc; 1286rom_pbus_rd_shift = 0x40005e08; 1287rom_pbus_set_dco = 0x40005e14; 1288rom_pbus_set_rxgain = 0x40005e20; 1289rom_pbus_workmode = 0x40005e2c; 1290rom_pbus_xpd_rx_off = 0x40005e38; 1291rom_pbus_xpd_rx_on = 0x40005e44; 1292rom_pbus_xpd_tx_off = 0x40005e50; 1293rom_pbus_xpd_tx_on = 0x40005e5c; 1294rom_phy_byte_to_word = 0x40005e68; 1295rom_phy_disable_cca = 0x40005e74; 1296rom_phy_enable_cca = 0x40005e80; 1297rom_phy_get_noisefloor = 0x40005e8c; 1298rom_phy_get_rx_freq = 0x40005e98; 1299rom_phy_set_bbfreq_init = 0x40005ea4; 1300rom_pow_usr = 0x40005eb0; 1301rom_pwdet_sar2_init = 0x40005ebc; 1302rom_read_hw_noisefloor = 0x40005ec8; 1303rom_read_sar_dout = 0x40005ed4; 1304rom_set_cal_rxdc = 0x40005ee0; 1305rom_set_chan_cal_interp = 0x40005eec; 1306rom_set_loopback_gain = 0x40005ef8; 1307rom_set_noise_floor = 0x40005f04; 1308rom_set_rxclk_en = 0x40005f10; 1309rom_set_tx_dig_gain = 0x40005f1c; 1310rom_set_txcap_reg = 0x40005f28; 1311rom_set_txclk_en = 0x40005f34; 1312rom_spur_cal = 0x40005f40; 1313rom_spur_reg_write_one_tone = 0x40005f4c; 1314rom_target_power_add_backoff = 0x40005f58; 1315rom_tx_pwctrl_bg_init = 0x40005f64; 1316rom_txbbgain_to_index = 0x40005f70; 1317rom_wifi_11g_rate_chg = 0x40005f7c; 1318rom_write_gain_mem = 0x40005f88; 1319chip728_phyrom_version = 0x40005f94; 1320rom_disable_wifi_agc = 0x40005fa0; 1321rom_enable_wifi_agc = 0x40005fac; 1322rom_bt_index_to_bb = 0x40005fb8; 1323rom_bt_bb_to_index = 0x40005fc4; 1324rom_spur_coef_cfg = 0x40005fd0; 1325rom_bb_bss_cbw40 = 0x40005fdc; 1326rom_set_cca = 0x40005fe8; 1327rom_tx_paon_set = 0x40005ff4; 1328rom_i2cmst_reg_init = 0x40006000; 1329rom_iq_corr_enable = 0x4000600c; 1330rom_fe_reg_init = 0x40006018; 1331rom_agc_reg_init = 0x40006024; 1332rom_bb_reg_init = 0x40006030; 1333rom_mac_enable_bb = 0x4000603c; 1334rom_bb_wdg_cfg = 0x40006048; 1335rom_force_txon = 0x40006054; 1336rom_fe_txrx_reset = 0x40006060; 1337rom_set_rx_comp = 0x4000606c; 1338rom_set_pbus_reg = 0x40006078; 1339rom_write_chan_freq = 0x40006084; 1340rom_phy_xpd_rf = 0x40006090; 1341rom_set_xpd_sar = 0x4000609c; 1342rom_get_target_power_offset = 0x400060a8; 1343rom_write_txrate_power_offset = 0x400060b4; 1344rom_get_rate_fcc_index = 0x400060c0; 1345rom_get_rate_target_power = 0x400060cc; 1346rom_pkdet_vol_start = 0x400060d8; 1347rom_read_sar2_code = 0x400060e4; 1348rom_get_sar2_vol = 0x400060f0; 1349rom_get_pll_vol = 0x400060fc; 1350rom_get_phy_target_power = 0x40006108; 1351rom_temp_to_power = 0x40006114; 1352rom_phy_track_pll_cap = 0x40006120; 1353rom_phy_pwdet_always_en = 0x4000612c; 1354rom_phy_pwdet_onetime_en = 0x40006138; 1355rom_get_i2c_mst0_mask = 0x40006144; 1356rom_get_i2c_hostid = 0x40006150; 1357rom_enter_critical_phy = 0x4000615c; 1358rom_exit_critical_phy = 0x40006168; 1359rom_chip_i2c_readReg_org = 0x40006174; 1360rom_i2c_paral_set_mst0 = 0x40006180; 1361rom_i2c_paral_set_read = 0x4000618c; 1362rom_i2c_paral_read = 0x40006198; 1363rom_i2c_paral_write = 0x400061a4; 1364rom_i2c_paral_write_num = 0x400061b0; 1365rom_i2c_paral_write_mask = 0x400061bc; 1366rom_bb_bss_cbw40_ana = 0x400061c8; 1367rom_chan_to_freq = 0x400061d4; 1368rom_open_i2c_xpd = 0x400061e0; 1369rom_dac_rate_set = 0x400061ec; 1370rom_tsens_read_init = 0x400061f8; 1371rom_tsens_code_read = 0x40006204; 1372rom_tsens_index_to_dac = 0x40006210; 1373rom_tsens_index_to_offset = 0x4000621c; 1374rom_tsens_dac_cal = 0x40006228; 1375rom_code_to_temp = 0x40006234; 1376rom_write_pll_cap_mem = 0x40006240; 1377rom_pll_correct_dcap = 0x4000624c; 1378rom_phy_en_hw_set_freq = 0x40006258; 1379rom_phy_dis_hw_set_freq = 0x40006264; 1380rom_pll_vol_cal = 0x40006270; 1381rom_wrtie_pll_cap = 0x4000627c; 1382rom_set_tx_gain_mem = 0x40006288; 1383rom_bt_tx_dig_gain = 0x40006294; 1384rom_bt_get_tx_gain = 0x400062a0; 1385rom_get_chan_target_power = 0x400062ac; 1386rom_get_tx_gain_value = 0x400062b8; 1387rom_wifi_tx_dig_gain = 0x400062c4; 1388rom_wifi_get_tx_gain = 0x400062d0; 1389rom_fe_i2c_reg_renew = 0x400062dc; 1390rom_wifi_agc_sat_gain = 0x400062e8; 1391rom_i2c_master_reset = 0x400062f4; 1392rom_bt_filter_reg = 0x40006300; 1393rom_phy_bbpll_cal = 0x4000630c; 1394rom_i2c_sar2_init_code = 0x40006318; 1395rom_phy_param_addr = 0x40006324; 1396rom_phy_reg_init = 0x40006330; 1397rom_set_chan_reg = 0x4000633c; 1398rom_phy_wakeup_init = 0x40006348; 1399rom_phy_i2c_init1 = 0x40006354; 1400rom_tsens_temp_read = 0x40006360; 1401rom_bt_track_pll_cap = 0x4000636c; 1402rom_wifi_track_pll_cap = 0x40006378; 1403rom_wifi_set_tx_gain = 0x40006384; 1404rom_txpwr_cal_track = 0x40006390; 1405rom_tx_pwctrl_background = 0x4000639c; 1406rom_bt_set_tx_gain = 0x400063a8; 1407rom_noise_check_loop = 0x400063b4; 1408rom_phy_close_rf = 0x400063c0; 1409rom_phy_xpd_tsens = 0x400063cc; 1410rom_phy_freq_mem_backup = 0x400063d8; 1411rom_phy_ant_init = 0x400063e4; 1412rom_bt_track_tx_power = 0x400063f0; 1413rom_wifi_track_tx_power = 0x400063fc; 1414rom_phy_dig_reg_backup = 0x40006408; 1415chip728_phyrom_version_num = 0x40006414; 1416rom_mac_tx_chan_offset = 0x40006420; 1417rom_rx_gain_force = 0x4000642c; 1418/* Data (.data, .bss, .rodata) */ 1419phy_param_rom = 0x3fcef81c; 1420