Home
last modified time | relevance | path

Searched defs:flash_info (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_internal.h18 struct flash_info { struct
20 char *name;
28 u8 id[SPI_NOR_MAX_ID_LEN];
29 u8 id_len;
34 unsigned int sector_size;
35 u16 n_sectors;
37 u16 page_size;
38 u16 addr_width;
40 u16 flags;
/openbmc/linux/drivers/mtd/devices/
H A Dsst25l.c52 struct flash_info { struct
62 static struct flash_info sst25l_flash_info[] = { argument
310 struct flash_info *flash_info = NULL; in sst25l_match_device() local
350 struct flash_info *flash_info; in sst25l_probe() local
H A Dmtd_dataflash.c685 struct flash_info { struct
704 static struct flash_info dataflash_data[] = { argument
H A Dst_spi_fsm.c287 struct flash_info { struct
288 char *name;
316 static struct flash_info flash_types[] = { argument
H A Dspear_smi.c845 struct spear_smi_flash_info *flash_info; in spear_smi_setup_banks() local
/openbmc/linux/drivers/mtd/spi-nor/
H A Dcore.h505 char *name;
507 u8 id_len;
509 u16 n_sectors;
510 u16 page_size;
511 u8 n_banks;
512 u8 addr_nbytes;
514 bool parse_sfdp;
515 u16 flags;
528 u8 no_sfdp_flags;
537 u8 fixup_flags;
[all …]
/openbmc/u-boot/drivers/mtd/
H A Dstm32_flash.c12 flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; variable
H A Dst_smi.c21 flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; variable
H A Dpic32_flash.c46 flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; variable
H A Daltera_qspi.c56 flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* FLASH chips info */ variable
H A Dcfi_flash.c62 flash_info_t flash_info[CFI_MAX_FLASH_BANKS]; /* FLASH chips info */ variable
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Deflash.c58 flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; variable
/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c35 flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; variable
/openbmc/u-boot/board/cobra5272/
H A Dflash.c13 flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; variable
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.h6977 const struct flash_spec *flash_info; member