Searched refs:g_master_temp_buf (Results 1 – 2 of 2) sorted by relevance
27 static u32 *g_master_temp_buf; variable60 if (!g_master_temp_buf) in nandc_init()61 g_master_temp_buf = (u32 *)ftl_malloc(MAX_FLASH_PAGE_SIZE + in nandc_init()63 master.page_buf = &g_master_temp_buf[0]; in nandc_init()64 master.spare_buf = &g_master_temp_buf[MAX_FLASH_PAGE_SIZE / 4]; in nandc_init()
23 static u32 *g_master_temp_buf; variable56 if (!g_master_temp_buf) in nandc_init()57 g_master_temp_buf = (u32 *)ftl_malloc(MAX_FLASH_PAGE_SIZE + in nandc_init()59 master.page_buf = &g_master_temp_buf[0]; in nandc_init()60 master.spare_buf = &g_master_temp_buf[MAX_FLASH_PAGE_SIZE / 4]; in nandc_init()