Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/can/spi/
H A Dmcp251x.c56 #define INSTRUCTION_RTS(n) (0x80 | ((n) & 0x07)) macro
663 /* use INSTRUCTION_RTS, to avoid "repeated frame problem" */ in mcp251x_hw_tx()
664 priv->spi_tx_buf[0] = INSTRUCTION_RTS(1 << tx_buf_idx); in mcp251x_hw_tx()
/kernel/linux/linux-6.6/drivers/net/can/spi/
H A Dmcp251x.c56 #define INSTRUCTION_RTS(n) (0x80 | ((n) & 0x07)) macro
661 /* use INSTRUCTION_RTS, to avoid "repeated frame problem" */ in mcp251x_hw_tx()
662 priv->spi_tx_buf[0] = INSTRUCTION_RTS(1 << tx_buf_idx); in mcp251x_hw_tx()

Completed in 4 milliseconds