Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dcfi_flash.c212 unsigned int byte_offset = offset * info->portwidth; in flash_map()
236 for (i = info->portwidth; i > 0; i--) { in flash_make_cmd()
237 cword_offset = (info->portwidth - i) % info->chipwidth; in flash_make_cmd()
239 cp_offset = info->portwidth - i; in flash_make_cmd()
298 retval = flash_read8(cp + info->portwidth - 1); in flash_read_uchar()
334 info->portwidth); in flash_read_long()
335 for (x = 0; x < 4 * info->portwidth; x++) in flash_read_long()
340 (flash_read8(addr + info->portwidth) << 24) | in flash_read_long()
341 (flash_read8(addr + 2 * info->portwidth)) | in flash_read_long()
342 (flash_read8(addr + 3 * info->portwidth) << 8)); in flash_read_long()
[all …]
H A Djedec_flash.c414 size_ratio = info->portwidth / info->chipwidth; in fill_info()
/OK3568_Linux_fs/u-boot/board/AndesTech/adp-ag101p/
H A Dadp-ag101p.c77 info->portwidth = FLASH_CFI_8BIT; in board_flash_get_legacy()
/OK3568_Linux_fs/u-boot/board/AndesTech/adp-ae3xx/
H A Dadp-ae3xx.c69 info->portwidth = FLASH_CFI_8BIT; in board_flash_get_legacy()
/OK3568_Linux_fs/u-boot/board/shmin/
H A Dshmin.c58 info->portwidth = 1; in board_flash_get_legacy()
/OK3568_Linux_fs/u-boot/board/freescale/m54455evb/
H A Dm54455evb.c180 info->portwidth = 1; in board_flash_get_legacy()
/OK3568_Linux_fs/u-boot/include/
H A Dflash.h26 uchar portwidth; /* the width of the port */ member
/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dstrider.c406 info->portwidth = FLASH_CFI_16BIT; in board_flash_get_legacy()
H A Dhrcon.c351 info->portwidth = FLASH_CFI_16BIT; in board_flash_get_legacy()