Home
last modified time | relevance | path

Searched refs:EC_MSG_PREAMBLE_COUNT (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mfd/
Dcros_ec_spi.c39 #define EC_MSG_PREAMBLE_COUNT 32 macro
178 BUG_ON(EC_MSG_PREAMBLE_COUNT > ec_dev->din_size); in cros_ec_spi_receive_packet()
187 EC_MSG_PREAMBLE_COUNT); in cros_ec_spi_receive_packet()
192 for (end = ptr + EC_MSG_PREAMBLE_COUNT; ptr != end; ptr++) { in cros_ec_spi_receive_packet()
286 BUG_ON(EC_MSG_PREAMBLE_COUNT > ec_dev->din_size); in cros_ec_spi_receive_response()
295 EC_MSG_PREAMBLE_COUNT); in cros_ec_spi_receive_response()
300 for (end = ptr + EC_MSG_PREAMBLE_COUNT; ptr != end; ptr++) { in cros_ec_spi_receive_response()
658 ec_dev->din_size = EC_MSG_PREAMBLE_COUNT + in cros_ec_spi_probe()