Searched refs:CANCTRL (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/can/spi/ |
| H A D | mcp251x.c | 83 #define CANCTRL 0x0f macro 758 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_SLEEP); in mcp251x_hw_sleep() 775 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_CONF); in mcp251x_hw_wake() 848 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_LOOPBACK); in mcp251x_set_normal_mode() 851 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_LISTEN_ONLY); in mcp251x_set_normal_mode() 854 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_NORMAL); in mcp251x_set_normal_mode() 938 ctrl = mcp251x_read_reg(spi, CANCTRL); in mcp251x_hw_probe()
|