Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/spi/
H A Dmcp251x.c158 #define TXBDAT_OFF 6 macro
626 for (i = 1; i < TXBDAT_OFF + len; i++) in mcp251x_hw_tx_frame()
630 memcpy(priv->spi_tx_buf, buf, TXBDAT_OFF + len); in mcp251x_hw_tx_frame()
631 mcp251x_spi_write(spi, TXBDAT_OFF + len); in mcp251x_hw_tx_frame()
658 memcpy(buf + TXBDAT_OFF, frame->data, frame->len); in mcp251x_hw_tx()