Home
last modified time | relevance | path

Searched refs:msg_ctrl_save (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/net/can/c_can/
Dc_can.c743 unsigned int msg_obj, msg_ctrl_save; in c_can_do_rx_poll() local
758 msg_ctrl_save = priv->read_reg(priv, in c_can_do_rx_poll()
761 if (msg_ctrl_save & IF_MCONT_EOB) in c_can_do_rx_poll()
764 if (msg_ctrl_save & IF_MCONT_MSGLST) { in c_can_do_rx_poll()
771 if (!(msg_ctrl_save & IF_MCONT_NEWDAT)) in c_can_do_rx_poll()
775 c_can_read_msg_object(dev, 0, msg_ctrl_save); in c_can_do_rx_poll()
779 msg_ctrl_save, msg_obj); in c_can_do_rx_poll()
783 msg_ctrl_save, msg_obj); in c_can_do_rx_poll()
787 0, msg_ctrl_save); in c_can_do_rx_poll()