Searched refs:file_length (Results 1 – 5 of 5) sorted by relevance
344 unsigned int file_length; in me2600_xilinx_download() local371 file_length = (((unsigned int)data[0] & 0xff) << 24) + in me2600_xilinx_download()380 for (i = 0; i < file_length; i++) in me2600_xilinx_download()
314 unsigned int file_length; in me4000_xilinx_download() local349 file_length = (((unsigned int)data[0] & 0xff) << 24) + in me4000_xilinx_download()355 for (i = 0; i < file_length; i++) { in me4000_xilinx_download()
1731 u32 header1 = 0, header2 = 0, magic_num = 0, crc = 0, file_length = 0; in parse_platform_config() local1760 file_length = (*ptr) * 4; in parse_platform_config()1767 if (file_length > MAX_PLATFORM_CONFIG_FILE_SIZE) { in parse_platform_config()1771 file_length = PLATFORM_CONFIG_FORMAT_4_FILE_SIZE; in parse_platform_config()1776 if (file_length > dd->platform_config.size) { in parse_platform_config()1781 } else if (file_length < dd->platform_config.size) { in parse_platform_config()1793 while (ptr < (u32 *)(dd->platform_config.data + file_length)) { in parse_platform_config()
100 loff_t file_length; member
267 curlun->file_length = size; in fsg_lun_open()