Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/
Dcfi_flash.c236 cword_offset = (info->portwidth - i) % info->chipwidth; in flash_make_cmd()
367 cword.w8, info->chipwidth << CFI_FLASH_SHIFT_WIDTH); in flash_write_cmd()
373 info->chipwidth << CFI_FLASH_SHIFT_WIDTH); in flash_write_cmd()
379 info->chipwidth << CFI_FLASH_SHIFT_WIDTH); in flash_write_cmd()
391 info->chipwidth << CFI_FLASH_SHIFT_WIDTH); in flash_write_cmd()
1216 (info->portwidth << 3), (info->chipwidth << 3)); in flash_print_info()
1251 printf(info->chipwidth == FLASH_CFI_16BIT ? "%04X" : "%02X", in flash_print_info()
1254 printf(info->chipwidth == FLASH_CFI_16BIT ? "%04X" : "%02X", in flash_print_info()
1369 buffered_size = (info->portwidth / info->chipwidth); in write_buff()
1670 info->device_id = (info->chipwidth == FLASH_CFI_16BIT) ? in cmdset_intel_read_jedec_ids()
[all …]
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()
/external/python/cpython3/Tools/pynche/
DStripViewer.py167 chipwidth = _CHIPWIDTH, argument
186 canvaswidth = numchips * (chipwidth + 1)
214 x, y, x+chipwidth, y+chipheight,
217 x = x + chipwidth + 1 # for outline
/external/python/cpython2/Tools/pynche/
DStripViewer.py167 chipwidth = _CHIPWIDTH, argument
186 canvaswidth = numchips * (chipwidth + 1)
214 x, y, x+chipwidth, y+chipheight,
217 x = x + chipwidth + 1 # for outline
/external/u-boot/board/AndesTech/adp-ae3xx/
Dadp-ae3xx.c69 info->chipwidth = FLASH_CFI_BY8; in board_flash_get_legacy()
/external/u-boot/board/AndesTech/adp-ag101p/
Dadp-ag101p.c76 info->chipwidth = FLASH_CFI_BY8; in board_flash_get_legacy()
/external/u-boot/board/shmin/
Dshmin.c58 info->chipwidth = 1; in board_flash_get_legacy()
/external/u-boot/board/freescale/m54455evb/
Dm54455evb.c180 info->chipwidth = 1; in board_flash_get_legacy()
/external/u-boot/include/
Dflash.h26 uchar chipwidth; /* the width of the chip */ member
/external/u-boot/board/gdsys/mpc8308/
Dstrider.c404 info->chipwidth = FLASH_CFI_BY16; in board_flash_get_legacy()
Dhrcon.c349 info->chipwidth = FLASH_CFI_BY16; in board_flash_get_legacy()