Home
last modified time | relevance | path

Searched refs:FLASH_TYPEMASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/cobra5272/
H A Dflash.c28 switch (info->flash_id & FLASH_TYPEMASK) { in flash_print_info()
29 case (AMD_ID_PL160CB & FLASH_TYPEMASK): in flash_print_info()
66 (AMD_ID_PL160CB & FLASH_TYPEMASK); in flash_init()
/openbmc/u-boot/include/
H A Dflash.h490 #define FLASH_TYPEMASK 0x0000FFFF /* extract FLASH type information */ macro
/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c87 switch (info->flash_id & FLASH_TYPEMASK) { in flash_print_info()
/openbmc/u-boot/drivers/mtd/
H A Dpic32_flash.c307 switch (info->flash_id & FLASH_TYPEMASK) { in flash_print_info()