Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_spi.c31 #define EC_MSG_PREAMBLE_COUNT 32 macro
200 BUG_ON(ec_dev->din_size < EC_MSG_PREAMBLE_COUNT); in cros_ec_spi_receive_packet()
209 EC_MSG_PREAMBLE_COUNT); in cros_ec_spi_receive_packet()
214 for (end = ptr + EC_MSG_PREAMBLE_COUNT; ptr != end; ptr++) { in cros_ec_spi_receive_packet()
308 BUG_ON(ec_dev->din_size < EC_MSG_PREAMBLE_COUNT); in cros_ec_spi_receive_response()
317 EC_MSG_PREAMBLE_COUNT); in cros_ec_spi_receive_response()
322 for (end = ptr + EC_MSG_PREAMBLE_COUNT; ptr != end; ptr++) { in cros_ec_spi_receive_response()
768 ec_dev->din_size = EC_MSG_PREAMBLE_COUNT + in cros_ec_spi_probe()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_spi.c31 #define EC_MSG_PREAMBLE_COUNT 32 macro
195 if (ec_dev->din_size < EC_MSG_PREAMBLE_COUNT) in cros_ec_spi_receive_packet()
205 EC_MSG_PREAMBLE_COUNT); in cros_ec_spi_receive_packet()
210 for (end = ptr + EC_MSG_PREAMBLE_COUNT; ptr != end; ptr++) { in cros_ec_spi_receive_packet()
303 if (ec_dev->din_size < EC_MSG_PREAMBLE_COUNT) in cros_ec_spi_receive_response()
313 EC_MSG_PREAMBLE_COUNT); in cros_ec_spi_receive_response()
318 for (end = ptr + EC_MSG_PREAMBLE_COUNT; ptr != end; ptr++) { in cros_ec_spi_receive_response()
766 ec_dev->din_size = EC_MSG_PREAMBLE_COUNT + in cros_ec_spi_probe()

Completed in 3 milliseconds