Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c209 #define FLASH_COUNT_SIZE 4096 /* count stored as inverted bit vector */ macro
220 num_bits = FLASH_COUNT_SIZE * 8; in flash_count_show()
222 flash_buf = kmalloc(FLASH_COUNT_SIZE, GFP_KERNEL); in flash_count_show()
227 FLASH_COUNT_SIZE); in flash_count_show()