Home
last modified time | relevance | path

Searched refs:jedec_id (Results 1 – 6 of 6) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/
A Dbl602_sf_cfg_ext.c62 uint32_t jedec_id; member
564 .jedec_id=0x1440A1,
569 .jedec_id=0x134051,
574 .jedec_id=0x144020,
579 .jedec_id=0x154020,
584 .jedec_id=0x164020,
589 .jedec_id=0x174020,
594 .jedec_id=0x1320C2,
762 uint32_t jedec_id=0; in bflb_sf_cfg_flash_identify_ext() local
776 if(flash_infos[i].jedec_id==jedec_id){ in bflb_sf_cfg_flash_identify_ext()
[all …]
A Dbl602_sflash_ext.c116 uint32_t jedec_id = 0; in bflb_sflash_restore_from_powerdown() local
124 bflb_sflash_get_jedecid(p_flash_cfg, (uint8_t *)&jedec_id); in bflb_sflash_restore_from_powerdown()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_sf_cfg_ext.c63 uint32_t jedec_id; member
468 .jedec_id = 0x134051,
473 .jedec_id = 0x1320c2,
478 .jedec_id = 0x1420c2,
483 .jedec_id = 0x1520c2,
488 .jedec_id = 0x1440A1,
493 .jedec_id = 0x1570EF,
498 .jedec_id = 0x1870EF,
677 uint32_t jedec_id = 0; in bflb_sf_cfg_flash_identify_ext() local
693 if (flash_infos[i].jedec_id == jedec_id) { in bflb_sf_cfg_flash_identify_ext()
[all …]
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/flash/
A Dbflb_sf_cfg.c61 uint32_t jedec_id; member
2232 .jedec_id = 0x1440ef,
2237 .jedec_id = 0x1540ef,
2242 .jedec_id = 0x1570ef,
3307 uint32_t jedec_id = 0; in bflb_sf_cfg_flash_identify() local
3404 jedec_id = 0; in bflb_sf_cfg_flash_identify()
3407 jedec_id = jedec_id & 0xffffff; in bflb_sf_cfg_flash_identify()
3409 …} while ((jedec_id & 0x00ffff) == 0 || (jedec_id & 0xffff00) == 0 || (jedec_id & 0x00ffff) == 0xff… in bflb_sf_cfg_flash_identify()
3426 jedec_id = jedec_id & 0xffffff; in bflb_sf_cfg_flash_identify()
3430 if (flash_infos[i].jedec_id == jedec_id) { in bflb_sf_cfg_flash_identify()
[all …]
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_flash.c306 static int ATTR_TCM_SECTION flash_config_init(spi_flash_cfg_type *p_flash_cfg, uint8_t *jedec_id) in flash_config_init() argument
318 arch_memcpy(jedec_id, (uint8_t *)&jid, 3); in flash_config_init()
431 uint32_t jedec_id = 0; in bflb_flash_init() local
449 bflb_sf_cfg_get_flash_cfg_need_lock_ext(jedec_id, &g_flash_cfg, 0, 0); in bflb_flash_init()
463 ret = flash_config_init(&g_flash_cfg, (uint8_t *)&jedec_id); in bflb_flash_init()
468 jedec_id = GLB_Get_Flash_Id_Value(); in bflb_flash_init()
469 if (jedec_id != 0) { in bflb_flash_init()
470 ret = bflb_sf_cfg_get_flash_cfg_need_lock_ext(jedec_id, &g_flash_cfg, 0, 0); in bflb_flash_init()
472 g_jedec_id = jedec_id; in bflb_flash_init()
483 ret = flash_config_init(&g_flash_cfg, (uint8_t *)&jedec_id); in bflb_flash_init()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/
A Dbl616_romapi_patch.c212 uint32_t jedec_id; member
807 .jedec_id = 0x1740ef,
812 .jedec_id = 0x1940ef,
817 .jedec_id = 0x1760ef,
822 .jedec_id = 0x1570ef,
827 .jedec_id = 0x1740c8,
832 .jedec_id = 0x1760c8,
837 .jedec_id = 0x1860c8,
1137 uint32_t jedec_id = 0; in bflb_sf_cfg_flash_identify_ext() local
1151 if (flash_infos[i].jedec_id == jedec_id) { in bflb_sf_cfg_flash_identify_ext()
[all …]

Completed in 23 milliseconds