Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/spi/
H A Dmcp251x.c621 int len, int tx_buf_idx) in mcp251x_hw_tx_frame() argument
629 mcp251x_write_reg(spi, TXBCTRL(tx_buf_idx) + i, in mcp251x_hw_tx_frame()
638 int tx_buf_idx) in mcp251x_hw_tx() argument
652 buf[TXBCTRL_OFF] = INSTRUCTION_LOAD_TXB(tx_buf_idx); in mcp251x_hw_tx()
661 mcp251x_hw_tx_frame(spi, buf, frame->can_dlc, tx_buf_idx); in mcp251x_hw_tx()
664 priv->spi_tx_buf[0] = INSTRUCTION_RTS(1 << tx_buf_idx); in mcp251x_hw_tx()