Searched refs:FPWV (Results 1 – 2 of 2) sorted by relevance
22 #define FPWV FLASH_PORT_WIDTHV macro46 flash_get_size((FPWV *) fbase, &flash_info[0]); in flash_init()169 *addr = (FPWV) 0x00F000F0; in flash_get_size()182 FPWV *addr; in flash_erase()227 addr = (FPWV *) info->start[0]; in flash_erase()270 addr = (FPWV *) (info->start[sect]); in flash_erase()280 FPWV *base; /* first address in bank */ in flash_erase()335 data = *((FPWV *) wp); in write_buff()351 data = *((FPWV *) src); in write_buff()369 data = *((FPWV *) wp); in write_buff()[all …]
29 #define FPWV FLASH_PORT_WIDTHV macro172 FPWV *bank1_base; in detect_num_flash_banks()173 FPWV *bank2_base; in detect_num_flash_banks()193 bank1_base = (FPWV *) (CONFIG_SYS_FLASH_BASE); in detect_num_flash_banks()194 bank2_base = (FPWV *) (CONFIG_SYS_FLASH_BASE + bank1_size); in detect_num_flash_banks()
Completed in 3 milliseconds