Home
last modified time | relevance | path

Searched refs:chipwidth (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c373 info->chipwidth << CFI_FLASH_SHIFT_WIDTH); in flash_write_cmd()
379 info->chipwidth << CFI_FLASH_SHIFT_WIDTH); in flash_write_cmd()
1723 switch (info->chipwidth) { in cmdset_amd_read_jedec_ids()
1918 info->portwidth, info->chipwidth); in __flash_detect_cfi()
1932 (info->chipwidth == FLASH_CFI_BY8 && in __flash_detect_cfi()
1935 (info->chipwidth == FLASH_CFI_BY16 && in __flash_detect_cfi()
1955 for (info->chipwidth = FLASH_CFI_BY8; in flash_detect_cfi()
1956 info->chipwidth <= info->portwidth; in flash_detect_cfi()
1957 info->chipwidth <<= 1) in flash_detect_cfi()
2159 info->chipwidth == FLASH_CFI_BY8) { in flash_get_size()
[all …]
H A Djedec_flash.c413 size_ratio = info->portwidth / info->chipwidth; in fill_info()
428 switch(info->chipwidth) { in fill_info()
480 if (info->chipwidth == 1) in jedec_flash_match()
/openbmc/u-boot/board/AndesTech/adp-ag101p/
H A Dadp-ag101p.c76 info->chipwidth = FLASH_CFI_BY8; in board_flash_get_legacy()
/openbmc/u-boot/board/AndesTech/adp-ae3xx/
H A Dadp-ae3xx.c69 info->chipwidth = FLASH_CFI_BY8; in board_flash_get_legacy()
/openbmc/u-boot/board/shmin/
H A Dshmin.c58 info->chipwidth = 1; in board_flash_get_legacy()
/openbmc/u-boot/board/freescale/m54455evb/
H A Dm54455evb.c180 info->chipwidth = 1; in board_flash_get_legacy()
/openbmc/u-boot/include/
H A Dflash.h26 uchar chipwidth; /* the width of the chip */ member
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dhrcon.c349 info->chipwidth = FLASH_CFI_BY16; in board_flash_get_legacy()
H A Dstrider.c404 info->chipwidth = FLASH_CFI_BY16; in board_flash_get_legacy()