Searched refs:ext_table_size (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmicrocode.c185 unsigned long total_size, data_size, ext_table_size; local
201 ext_table_size = total_size - (MC_HEADER_SIZE + data_size);
202 if (ext_table_size) {
203 if ((ext_table_size < EXT_HEADER_SIZE)
204 || ((ext_table_size - EXT_HEADER_SIZE) % EXT_SIGNATURE_SIZE)) {
210 if (ext_table_size != exttable_size(ext_header)) {
219 if (ext_table_size) {
223 i = ext_table_size / DWSIZE;
242 if (!ext_table_size)

Completed in 93 milliseconds