Searched refs:local_tx_buff (Results 1 – 2 of 2) sorted by relevance
94 uint8_t local_tx_buff[MAX149x6_MAX_PKT_SIZE] = {0}; in max149x6_reg_transceive() local99 .buf = &local_tx_buff, in max149x6_reg_transceive()114 local_tx_buff[0] = FIELD_PREP(MAX149x6_ADDR_MASK, addr) | in max149x6_reg_transceive()117 local_tx_buff[1] = val; in max149x6_reg_transceive()121 local_tx_buff[2] = max149x6_crc(&local_tx_buff[0], true); in max149x6_reg_transceive()
288 uint8_t local_tx_buff[MAX22190_MAX_PKT_SIZE] = {0}; in max22190_reg_transceive() local293 .buf = &local_tx_buff, in max22190_reg_transceive()304 local_tx_buff[0] = in max22190_reg_transceive()306 local_tx_buff[1] = val; in max22190_reg_transceive()310 local_tx_buff[2] = max22190_crc(&local_tx_buff[0]); in max22190_reg_transceive()