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 745 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_SLEEP); in mcp251x_hw_sleep() 762 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_CONF); in mcp251x_hw_wake() 835 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_LOOPBACK); in mcp251x_set_normal_mode() 838 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_LISTEN_ONLY); in mcp251x_set_normal_mode() 841 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_NORMAL); in mcp251x_set_normal_mode() 925 ctrl = mcp251x_read_reg(spi, CANCTRL); in mcp251x_hw_probe()
|