Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/
A Dcfi_flash.c381 info->chipwidth << CFI_FLASH_SHIFT_WIDTH); in flash_write_cmd()
387 info->chipwidth << CFI_FLASH_SHIFT_WIDTH); in flash_write_cmd()
1731 switch (info->chipwidth) { in cmdset_amd_read_jedec_ids()
1926 info->portwidth, info->chipwidth); in __flash_detect_cfi()
1940 (info->chipwidth == FLASH_CFI_BY8 && in __flash_detect_cfi()
1943 (info->chipwidth == FLASH_CFI_BY16 && in __flash_detect_cfi()
1963 for (info->chipwidth = FLASH_CFI_BY8; in flash_detect_cfi()
1964 info->chipwidth <= info->portwidth; in flash_detect_cfi()
1965 info->chipwidth <<= 1) in flash_detect_cfi()
2167 info->chipwidth == FLASH_CFI_BY8) { in flash_get_size()
[all …]
A Djedec_flash.c414 size_ratio = info->portwidth / info->chipwidth; in fill_info()
429 switch(info->chipwidth) { in fill_info()
481 if (info->chipwidth == 1) in jedec_flash_match()
/u-boot/board/AndesTech/adp-ae3xx/
A Dadp-ae3xx.c73 info->chipwidth = FLASH_CFI_BY8; in board_flash_get_legacy()
/u-boot/board/AndesTech/adp-ag101p/
A Dadp-ag101p.c80 info->chipwidth = FLASH_CFI_BY8; in board_flash_get_legacy()
/u-boot/board/freescale/m54455evb/
A Dm54455evb.c183 info->chipwidth = 1; in board_flash_get_legacy()
/u-boot/include/
A Dflash.h26 uchar chipwidth; /* the width of the chip */ member
/u-boot/board/gdsys/mpc8308/
A Dhrcon.c356 info->chipwidth = FLASH_CFI_BY16; in board_flash_get_legacy()
A Dstrider.c411 info->chipwidth = FLASH_CFI_BY16; in board_flash_get_legacy()

Completed in 13 milliseconds