Searched refs:CONTROL_INIT (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/can/c_can/ |
| H A D | c_can_main.c | 62 #define CONTROL_INIT BIT(0) macro 491 while (init != (priv->read_reg(priv, C_CAN_CTRL_REG) & CONTROL_INIT)) { in c_can_wait_for_ctrl_init() 526 ctrl_save &= ~CONTROL_INIT; in c_can_set_bittiming() 527 priv->write_reg(priv, C_CAN_CTRL_REG, CONTROL_CCE | CONTROL_INIT); in c_can_set_bittiming() 528 res = c_can_wait_for_ctrl_init(dev, priv, CONTROL_INIT); in c_can_set_bittiming() 572 priv->write_reg(priv, C_CAN_CTRL_REG, CONTROL_SWR | CONTROL_INIT); in c_can_software_reset() 600 priv->write_reg(priv, C_CAN_CTRL_REG, CONTROL_ENABLE_AR | CONTROL_INIT); in c_can_chip_config() 605 priv->write_reg(priv, C_CAN_CTRL_REG, CONTROL_TEST | CONTROL_INIT); in c_can_chip_config() 609 priv->write_reg(priv, C_CAN_CTRL_REG, CONTROL_TEST | CONTROL_INIT); in c_can_chip_config() 613 priv->write_reg(priv, C_CAN_CTRL_REG, CONTROL_TEST | CONTROL_INIT); in c_can_chip_config() [all …]
|