Home
last modified time | relevance | path

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

/linux/drivers/net/can/spi/
H A Dmcp251x.c157 #define TXBDAT_OFF 6 macro
638 for (i = 1; i < TXBDAT_OFF + len; i++) in mcp251x_hw_tx_frame()
642 memcpy(priv->spi_tx_buf, buf, TXBDAT_OFF + len); in mcp251x_hw_tx_frame()
643 mcp251x_spi_write(spi, TXBDAT_OFF + len); in mcp251x_hw_tx_frame()
670 memcpy(buf + TXBDAT_OFF, frame->data, frame->len); in mcp251x_hw_tx()