Searched refs:TXBDAT_OFF (Results 1 – 1 of 1) sorted by relevance
158 #define TXBDAT_OFF 6 macro628 for (i = 1; i < TXBDAT_OFF + len; i++) in mcp251x_hw_tx_frame()632 memcpy(priv->spi_tx_buf, buf, TXBDAT_OFF + len); in mcp251x_hw_tx_frame()633 mcp251x_spi_write(spi, TXBDAT_OFF + len); in mcp251x_hw_tx_frame()660 memcpy(buf + TXBDAT_OFF, frame->data, frame->len); in mcp251x_hw_tx()