CYAPA_TSG_FW_ROW_SIZE  248 drivers/input/mouse/cyapa_gen5.c 	u8 record_data[CYAPA_TSG_FW_ROW_SIZE];
CYAPA_TSG_FW_ROW_SIZE 1289 drivers/input/mouse/cyapa_gen5.c 	if (fw_app_start % CYAPA_TSG_FW_ROW_SIZE ||
CYAPA_TSG_FW_ROW_SIZE 1290 drivers/input/mouse/cyapa_gen5.c 	    fw_app_len % CYAPA_TSG_FW_ROW_SIZE ||
CYAPA_TSG_FW_ROW_SIZE 1291 drivers/input/mouse/cyapa_gen5.c 	    fw_upgrade_start % CYAPA_TSG_FW_ROW_SIZE ||
CYAPA_TSG_FW_ROW_SIZE 1292 drivers/input/mouse/cyapa_gen5.c 	    fw_upgrade_len % CYAPA_TSG_FW_ROW_SIZE) {
CYAPA_TSG_FW_ROW_SIZE 1299 drivers/input/mouse/cyapa_gen5.c 	for (i = 0; i < fw_app_len / CYAPA_TSG_FW_ROW_SIZE; i++) {
CYAPA_TSG_FW_ROW_SIZE 1302 drivers/input/mouse/cyapa_gen5.c 		app_crc = crc_itu_t(app_crc, data, CYAPA_TSG_FW_ROW_SIZE);