CYAPA_FW_BLOCK_SIZE   70 drivers/input/mouse/cyapa_gen3.c #define CYAPA_FW_HDR_BLOCK_START  (CYAPA_FW_HDR_START / CYAPA_FW_BLOCK_SIZE)
CYAPA_FW_BLOCK_SIZE   72 drivers/input/mouse/cyapa_gen3.c 					CYAPA_FW_BLOCK_SIZE)
CYAPA_FW_BLOCK_SIZE   75 drivers/input/mouse/cyapa_gen3.c #define CYAPA_FW_DATA_BLOCK_START  (CYAPA_FW_DATA_START / CYAPA_FW_BLOCK_SIZE)
CYAPA_FW_BLOCK_SIZE   77 drivers/input/mouse/cyapa_gen3.c 				 CYAPA_FW_BLOCK_SIZE)
CYAPA_FW_BLOCK_SIZE  124 drivers/input/mouse/cyapa_gen3.c 	u8 block_data[CYAPA_FW_BLOCK_SIZE];
CYAPA_FW_BLOCK_SIZE  660 drivers/input/mouse/cyapa_gen3.c 	memcpy(write_block_cmd.block_data, data, CYAPA_FW_BLOCK_SIZE);
CYAPA_FW_BLOCK_SIZE  662 drivers/input/mouse/cyapa_gen3.c 			write_block_cmd.block_data, CYAPA_FW_BLOCK_SIZE);
CYAPA_FW_BLOCK_SIZE  707 drivers/input/mouse/cyapa_gen3.c 		size_t addr = i * CYAPA_FW_BLOCK_SIZE;
CYAPA_FW_BLOCK_SIZE  726 drivers/input/mouse/cyapa_gen3.c 		&fw->data[CYAPA_FW_HDR_BLOCK_COUNT * CYAPA_FW_BLOCK_SIZE]);