Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dnwflash.c57 static int gbFlashSize = KFLASH_SIZE; variable
90 gbFlashSize = KFLASH_SIZE4; in get_flash_id()
136 ret = simple_read_from_buffer(buf, size, ppos, (void *)FLASH_BASE, gbFlashSize); in flash_read()
164 if (p >= gbFlashSize) in flash_write()
167 if (count > gbFlashSize - p) in flash_write()
168 count = gbFlashSize - p; in flash_write()
280 ret = no_seek_end_llseek_size(file, offset, orig, gbFlashSize); in flash_llseek()
603 NWFLASH_VERSION, id, gbFlashSize / (1024 * 1024)); in nwflash_init()