Searched refs:I28F128_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
138 if (memcmp(dst, src, I28F128_BLOCK_SIZE) == 0) in block_write()146 fence = p + (I28F128_BLOCK_SIZE >> 1); in block_write()184 while (len >= I28F128_BLOCK_SIZE) { in i28f128_region_write()188 p += I28F128_BLOCK_SIZE >> 1; in i28f128_region_write()189 q += I28F128_BLOCK_SIZE >> 1; in i28f128_region_write()190 len -= I28F128_BLOCK_SIZE; in i28f128_region_write()
33 #define I28F128_BLOCK_SIZE 0x20000 /* 128Kbyte */ macro
683 I28F128_BLOCK_SIZE); in check_write_verify_flash()
36 #define I28F128_BLOCK_SIZE 0x20000 /* 128Kbyte */ macro