Searched refs:section_len (Results 1 – 1 of 1) sorted by relevance
1368 u32 section_len; in typhoon_download_firmware() local1438 section_len = le32_to_cpu(sHdr->len); in typhoon_download_firmware()1440 while(section_len) { in typhoon_download_firmware()1441 len = min_t(u32, section_len, PAGE_SIZE); in typhoon_download_firmware()1472 section_len -= len; in typhoon_download_firmware()