Searched refs:full_read_count (Results 1 – 1 of 1) sorted by relevance
186 u32 blk_size, offset = 0, val, full_read_count, read_count; in pmci_flash_bulk_read() local191 full_read_count = blk_size / M10BMC_N6000_FIFO_WORD_SIZE; in pmci_flash_bulk_read()193 read_count = full_read_count; in pmci_flash_bulk_read()194 if (full_read_count * M10BMC_N6000_FIFO_WORD_SIZE < blk_size) in pmci_flash_bulk_read()211 (u32 *)(buf + offset), full_read_count); in pmci_flash_bulk_read()216 if (full_read_count < read_count) in pmci_flash_bulk_read()