Searched refs:BUSWIDTH (Results 1 – 5 of 5) sorted by relevance
56 #define FLASH_BLOCKSIZE_PARAM (4096 * BUSWIDTH)64 #define FLASH_BLOCKSIZE_MAIN (32768 * BUSWIDTH)73 #define BUSWIDTH 4 /* don't change this - a lot of the code _will_ break if you change this */ macro444 if (from & (BUSWIDTH - 1)) in flash_read()446 int gap = BUSWIDTH - (from & (BUSWIDTH - 1)); in flash_read()452 while (len >= BUSWIDTH) in flash_read()456 buf += BUSWIDTH; in flash_read()457 from += BUSWIDTH; in flash_read()458 len -= BUSWIDTH; in flash_read()462 if (len & (BUSWIDTH - 1)) in flash_read()[all …]
25 #define BUSWIDTH 4 macro38 .bankwidth = BUSWIDTH,43 .bankwidth = BUSWIDTH,
19 #define BUSWIDTH 1 macro50 .bankwidth = BUSWIDTH,
311 #define BUSWIDTH 1 macro
2363 (1 << BUSWIDTH) | in net2272_rdk1_probe()