Lines Matching +full:bootloader +full:- +full:key
6 * Copyright (C) 2014-2015 Cypress Semiconductor, Inc.
20 #define CYAPA_GEN3 0x03 /* support MT-protocol B with tracking ID. */
56 #define BL_STATUS_SIZE 3 /* Length of gen3 bootloader status registers */
63 * bit 6 - 4: Reserved
64 * bit 3 - 2: Power status
65 * bit 1 - 0: Device status
76 * bit 7 - 4: Number of touched finger
91 * Write-only command file register used to issue commands and
92 * parameters to the bootloader.
99 * Bootloader Status Register
102 * bit 6 - 5: Reserved
103 * bit 4: Bootloader running
104 * bit 3 - 2: Reserved
119 * Bootloader Error Register
122 * bit 6: Invalid security key
127 * bit 1 - 0: Reserved
239 #define PIP_DEV_SET_PWR_STATE(cyapa, s) ((cyapa)->dev_pwr_mode = (s))
240 #define PIP_DEV_GET_PWR_STATE(cyapa) ((cyapa)->dev_pwr_mode)
241 #define PIP_DEV_SET_SLEEP_TIME(cyapa, t) ((cyapa)->dev_sleep_time = (t))
242 #define PIP_DEV_GET_SLEEP_TIME(cyapa) ((cyapa)->dev_sleep_time)
244 (((cyapa)->dev_sleep_time) == UNINIT_SLEEP_TIME)