Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/fpga/
Dintel-m10-bmc-sec-update.c138 #define FLASH_COUNT_SIZE 4096 /* count stored as inverted bit vector */ macro
149 num_bits = FLASH_COUNT_SIZE * 8; in flash_count_show()
151 if (FLASH_COUNT_SIZE % stride) { in flash_count_show()
154 FLASH_COUNT_SIZE, stride); in flash_count_show()
159 flash_buf = kmalloc(FLASH_COUNT_SIZE, GFP_KERNEL); in flash_count_show()
164 flash_buf, FLASH_COUNT_SIZE / stride); in flash_count_show()
168 STAGING_FLASH_COUNT, FLASH_COUNT_SIZE / stride, ret); in flash_count_show()