Searched refs:phy_init_magic_pre (Results 1 – 7 of 7) sorted by relevance
589 size_t init_data_store_length = sizeof(phy_init_magic_pre) + in esp_phy_get_init_data()606 size_t init_data_store_length = sizeof(phy_init_magic_pre) + in esp_phy_get_init_data()622 if (memcmp(init_data_store, PHY_INIT_MAGIC, sizeof(phy_init_magic_pre)) != 0 || in esp_phy_get_init_data()638 PHY_INIT_MAGIC, sizeof(phy_init_magic_pre)); in esp_phy_get_init_data()639 memcpy(init_data_store + sizeof(phy_init_magic_pre), in esp_phy_get_init_data()641 memcpy(init_data_store + sizeof(phy_init_magic_pre) + sizeof(phy_init_data), in esp_phy_get_init_data()644 assert(memcmp(init_data_store, PHY_INIT_MAGIC, sizeof(phy_init_magic_pre)) == 0); in esp_phy_get_init_data()659 if ((*(init_data_store + (sizeof(phy_init_magic_pre) + PHY_SUPPORT_MULTIPLE_BIN_OFFSET)))) { in esp_phy_get_init_data()667 return (const esp_phy_init_data_t*) (init_data_store + sizeof(phy_init_magic_pre)); in esp_phy_get_init_data()672 k_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