Searched refs:chipwidth (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/drivers/mtd/ |
D | cfi_flash.c | 236 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 …]
|
D | jedec_flash.c | 413 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/ |
D | StripViewer.py | 167 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/ |
D | StripViewer.py | 167 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/ |
D | adp-ae3xx.c | 69 info->chipwidth = FLASH_CFI_BY8; in board_flash_get_legacy()
|
/external/u-boot/board/AndesTech/adp-ag101p/ |
D | adp-ag101p.c | 76 info->chipwidth = FLASH_CFI_BY8; in board_flash_get_legacy()
|
/external/u-boot/board/shmin/ |
D | shmin.c | 58 info->chipwidth = 1; in board_flash_get_legacy()
|
/external/u-boot/board/freescale/m54455evb/ |
D | m54455evb.c | 180 info->chipwidth = 1; in board_flash_get_legacy()
|
/external/u-boot/include/ |
D | flash.h | 26 uchar chipwidth; /* the width of the chip */ member
|
/external/u-boot/board/gdsys/mpc8308/ |
D | strider.c | 404 info->chipwidth = FLASH_CFI_BY16; in board_flash_get_legacy()
|
D | hrcon.c | 349 info->chipwidth = FLASH_CFI_BY16; in board_flash_get_legacy()
|