Lines Matching refs:size
96 * a payload. Header is 4 bytes long and contains the size of the payload.
97 * Payload size varies. The memory footprint is something as follows:
129 * where offset1, offset2, offsetN depends on the size of payload 0, payload 1,
193 static int mchp_otpc_init_packets_list(struct mchp_otpc *otpc, u32 *size)
200 *size = 0;
202 while (*size < MCHP_OTPC_SIZE) {
221 /* Count size by adding header and paload sizes. */
222 *size += 4 * (payload_size + 1);
247 u32 size;
259 ret = mchp_otpc_init_packets_list(otpc, &size);
264 mchp_nvmem_config.size = size;