Searched refs:unlock (Results 1 – 19 of 19) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/ |
| A D | core.c | 517 goto unlock; in nor_init() 521 goto unlock; in nor_init() 525 goto unlock; in nor_init() 529 goto unlock; in nor_init() 534 goto unlock; in nor_init() 547 goto unlock; in nor_init() 554 goto unlock; in nor_init() 567 unlock: in nor_init() 815 unlock: in nor_erase() 876 unlock: in nor_read() [all …]
|
| A D | cache.c | 133 goto unlock; in nor_cache_init() 149 unlock: in nor_cache_init() 322 goto unlock; in nor_cache_write() 325 goto unlock; in nor_cache_write() 336 goto unlock; in nor_cache_write() 368 unlock: in nor_cache_write() 406 goto unlock; in nor_cache_read() 412 goto unlock; in nor_cache_read() 446 unlock: in nor_cache_read() 503 goto unlock; in nor_cache_erase() [all …]
|
| A D | wrlock.c | 106 if (nor->factory->unlock) { in nor_wr_unlock() 115 ret = nor->factory->unlock(nor, align_addr, align_size); in nor_wr_unlock()
|
| A D | factory_esmt.c | 33 .unlock = NULL,
|
| A D | factory_puya.c | 87 .unlock = NULL,
|
| A D | factory_zetta.c | 84 .unlock = NULL,
|
| A D | factory_gd.c | 91 .unlock = NULL,
|
| A D | factory_xmc.c | 147 .unlock = nor_xmc_unlock,
|
| A D | Kconfig | 81 operation, we unlock (unprotect) the individual block we want and still 82 protect other blocks. As you see, the unit to lock/unlock is a block.
|
| A D | factory_fm.c | 217 .unlock = nor_fm_unlock,
|
| A D | factory_winbond.c | 209 .unlock = nor_winbond_unlock,
|
| A D | factory_xtx.c | 210 .unlock = nor_xtx_unlock,
|
| A D | factory_mxic.c | 247 .unlock = nor_mxic_unlock,
|
| A D | inter.h | 145 int (*unlock)(struct nor_flash *nor, unsigned int addr, unsigned int len); member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/dma/ |
| A D | hal_dma.c | 254 goto unlock; in sunxi_dma_irq_handle() 292 unlock: in sunxi_dma_irq_handle() 643 goto unlock; in hal_dma_tx_status() 661 goto unlock; in hal_dma_tx_status() 692 unlock: in hal_dma_tx_status()
|
| /bsp/microchip/samc21/bsp/hal/documentation/ |
| A D | flash.rst | 9 As to the erase/lock/unlock command, the input parameter of address should
|
| /bsp/stm32/stm32f103-blue-pill/ |
| A D | README.md | 307 …ger to download program can unlock the high 64KB. There is a good news that **Keil5 / IAR / RT-Stu…
|
| /bsp/stm32/stm32u575-st-nucleo/ |
| A D | README.md | 15 …cle is managed thanks to multiple levels of readout protection and debug unlock with password. Fir…
|
| /bsp/stm32/stm32u585-iot02a/ |
| A D | README.md | 15 …cle is managed thanks to multiple levels of readout protection and debug unlock with password. Fir…
|
Completed in 40 milliseconds