Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/spi/
H A Dmcp251x.c56 #define INSTRUCTION_RTS(n) (0x80 | ((n) & 0x07)) macro
662 priv->spi_tx_buf[0] = INSTRUCTION_RTS(1 << tx_buf_idx); in mcp251x_hw_tx()