Searched refs:board_flash_get_legacy (Results 1 – 8 of 8) sorted by relevance
/third_party/uboot/u-boot-2020.01/board/AndesTech/adp-ag101p/ |
D | adp-ag101p.c | 72 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info) in board_flash_get_legacy() function
|
/third_party/uboot/u-boot-2020.01/board/AndesTech/adp-ae3xx/ |
D | adp-ae3xx.c | 65 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info) in board_flash_get_legacy() function
|
/third_party/uboot/u-boot-2020.01/board/AndesTech/ax25-ae350/ |
D | ax25-ae350.c | 48 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info) in board_flash_get_legacy() function
|
/third_party/uboot/u-boot-2020.01/board/freescale/m54455evb/ |
D | m54455evb.c | 170 ulong board_flash_get_legacy (ulong base, int banknum, flash_info_t * info) in board_flash_get_legacy() function
|
/third_party/uboot/u-boot-2020.01/include/ |
D | flash.h | 115 extern ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info);
|
/third_party/uboot/u-boot-2020.01/board/gdsys/mpc8308/ |
D | strider.c | 405 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info) in board_flash_get_legacy() function
|
D | hrcon.c | 350 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info) in board_flash_get_legacy() function
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/ |
D | cfi_flash.c | 1808 if (board_flash_get_legacy(base, banknum, info)) { in flash_detect_legacy()
|