Lines Matching defs:end
149 /* This chip uses custom checksum at the end of data */
615 /* Find the last address before DF start address, that is AC end */
624 /* DF end address is the last address in the firmware blob */
695 u16 start, u16 end, u8 dataflash)
707 * the AC (application) has 2 bytes CRC16-CCITT at the end.
710 end - start - 2);
715 (end >> 16) & 0xff, (end >> 8) & 0xff, end & 0xff,
727 for (fw_addr = start; fw_addr < end; fw_addr += 32) {