Searched refs:CANCTRL (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/can/spi/ |
D | mcp251x.c | 84 #define CANCTRL 0x0f macro 736 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_SLEEP); in mcp251x_hw_sleep() 753 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_CONF); in mcp251x_hw_wake() 826 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_LOOPBACK); in mcp251x_set_normal_mode() 829 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_LISTEN_ONLY); in mcp251x_set_normal_mode() 832 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_NORMAL); in mcp251x_set_normal_mode() 916 ctrl = mcp251x_read_reg(spi, CANCTRL); in mcp251x_hw_probe()
|