Searched refs:NVM_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
384 if (image_size < NVM_MIN_SIZE || image_size > NVM_MAX_SIZE) in tb_nvm_validate()465 nvm->buf = vmalloc(NVM_MAX_SIZE); in tb_nvm_write_buf()502 config.size = NVM_MAX_SIZE; in tb_nvm_add_non_active()
23 #define NVM_MAX_SIZE SZ_512K macro