Searched refs:block_start (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/mtd/devices/
H A Dubi32-m25p80.c369 u32 block_start = ALIGN_DOWN(data_start, 4); local
370 u32 block_end = block_start + EXTFLASH_WRITE_BLOCK_SIZE;
377 u32 *flash_addr = (u32 *)block_start;
385 block_end = (block_end_align > block_start)
394 for (i = 0; i < (block_end - block_start) / 4; i++) {
405 for (i = 0, j = (data_start - block_start);
447 IO_XFL_CTL1_FC_DATA(block_end - block_start) |
450 IO_XFL_CTL2_FC_ADDR(block_start);
453 extra_words = (s32)(block_end - block_start -

Completed in 69 milliseconds