Home
last modified time | relevance | path

Searched refs:PER_BLK_WRITE_SIZE (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_sparse.c14 #define PER_BLK_WRITE_SIZE SZ_8M /* Avoid -ENOMEM, eg: bounce buffer */ macro
63 u32 step = BLOCK_CNT(PER_BLK_WRITE_SIZE, desc); in flash_write_data()
102 u32 step = BLOCK_CNT(PER_BLK_WRITE_SIZE, desc); in flash_fill_data()
108 buf = malloc(PER_BLK_WRITE_SIZE); in flash_fill_data()
117 memset((char *)buf, fill_val, PER_BLK_WRITE_SIZE); in flash_fill_data()