Searched refs:codespace (Results 1 – 1 of 1) sorted by relevance
1548 int codespace = 64 * 1024, i = 0, srclen, chunk_len, chunk_flags; in go7007_construct_fw_image() local1574 code = kcalloc(codespace, 2, GFP_KERNEL); in go7007_construct_fw_image()1592 &code[i], codespace - i, framelen); in go7007_construct_fw_image()1600 if (codespace - i < chunk_len) { in go7007_construct_fw_image()