Searched refs:BUSWIDTH (Results 1 – 5 of 5) sorted by relevance
53 #define FLASH_BLOCKSIZE_PARAM (4096 * BUSWIDTH)61 #define FLASH_BLOCKSIZE_MAIN (32768 * BUSWIDTH)70 #define BUSWIDTH 4 /* don't change this - a lot of the code _will_ break if you change this */ macro435 if (from & (BUSWIDTH - 1)) in flash_read()437 int gap = BUSWIDTH - (from & (BUSWIDTH - 1)); in flash_read()446 while (len >= BUSWIDTH) in flash_read()450 buf += BUSWIDTH; in flash_read()451 from += BUSWIDTH; in flash_read()452 len -= BUSWIDTH; in flash_read()456 if (len & (BUSWIDTH - 1)) in flash_read()[all …]
22 #define BUSWIDTH 4 macro35 .bankwidth = BUSWIDTH,40 .bankwidth = BUSWIDTH,
20 #define BUSWIDTH 1 macro51 .bankwidth = BUSWIDTH,
293 #define BUSWIDTH 1 macro
2361 (1 << BUSWIDTH) | in net2272_rdk1_probe()