Searched refs:CANCTRL (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/can/spi/ |
H A D | mcp251x.c | 84 #define CANCTRL 0x0f macro 746 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_SLEEP); in mcp251x_hw_sleep() 763 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_CONF); in mcp251x_hw_wake() 836 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_LOOPBACK); in mcp251x_set_normal_mode() 839 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_LISTEN_ONLY); in mcp251x_set_normal_mode() 842 mcp251x_write_reg(spi, CANCTRL, CANCTRL_REQOP_NORMAL); in mcp251x_set_normal_mode() 926 ctrl = mcp251x_read_reg(spi, CANCTRL); in mcp251x_hw_probe()
|