Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/platform/drivers/internalflash/
Dwm_internal_fls.c1027 static u8 *gsflscache = NULL; variable
1049 &gsflscache[i * INSIDE_FLS_PAGE_SIZE]); in tls_fls_flush_sector()
1070 if (gsflscache != NULL) { in tls_fls_fast_write_init()
1074 gsflscache = tls_mem_alloc(INSIDE_FLS_SECTOR_SIZE); in tls_fls_fast_write_init()
1075 if (gsflscache == NULL) { in tls_fls_fast_write_init()
1093 if (gsflscache != NULL) { in tls_fls_fast_write_destroy()
1103 tls_mem_free(gsflscache); in tls_fls_fast_write_destroy()
1104 gsflscache = NULL; in tls_fls_fast_write_destroy()
1146 MEMCPY(gsflscache + offset, buf, len); in tls_fls_fast_write()