Searched refs:phy_init_magic_pre (Results 1 – 7 of 7) sorted by relevance
463 size_t init_data_store_length = sizeof(phy_init_magic_pre) + in esp_phy_get_init_data()480 size_t init_data_store_length = sizeof(phy_init_magic_pre) + in esp_phy_get_init_data()496 if (memcmp(init_data_store, PHY_INIT_MAGIC, sizeof(phy_init_magic_pre)) != 0 || in esp_phy_get_init_data()512 PHY_INIT_MAGIC, sizeof(phy_init_magic_pre)); in esp_phy_get_init_data()513 memcpy(init_data_store + sizeof(phy_init_magic_pre), in esp_phy_get_init_data()515 memcpy(init_data_store + sizeof(phy_init_magic_pre) + sizeof(phy_init_data), in esp_phy_get_init_data()518 assert(memcmp(init_data_store, PHY_INIT_MAGIC, sizeof(phy_init_magic_pre)) == 0); in esp_phy_get_init_data()533 if ((*(init_data_store + (sizeof(phy_init_magic_pre) + PHY_SUPPORT_MULTIPLE_BIN_OFFSET)))) { in esp_phy_get_init_data()541 return (const esp_phy_init_data_t*) (init_data_store + sizeof(phy_init_magic_pre)); in esp_phy_get_init_data()546 free((uint8_t*) init_data - sizeof(phy_init_magic_pre)); in esp_phy_release_init_data()[all …]
28 static const char phy_init_magic_pre[] = PHY_INIT_MAGIC; variable
33 static const char phy_init_magic_pre[] = PHY_INIT_MAGIC; variable
33 static const char __attribute__((section(".rodata"))) phy_init_magic_pre[] = PHY_INIT_MAGIC; variable
34 static const char __attribute__((section(".rodata"))) phy_init_magic_pre[] = PHY_INIT_MAGIC; variable