Lines Matching full:can1
129 * This test will be transferring data from CAN0 and CAN1 through canbus. CAN0
130 * initiate the data transfer to can-bus, CAN1 receives the data. Test compares
131 * the data sent from CAN0 with received on CAN1.
146 /* Configure the CAN0 and CAN1. */ in test_can_bus()
152 /* Check here if CAN0 and CAN1 are in normal mode. */ in test_can_bus()
168 * This test is performing loopback mode on CAN0 and CAN1. Data sent from TX of
169 * each CAN0 and CAN1 are compared with RX register data for respective CAN.
197 /* Configure the CAN1 in loopback mode. */ in test_can_loopback()
202 /* Check here if CAN1 is set in loopback mode. */ in test_can_loopback()
215 * Enable filters for CAN1. This will filter incoming messages with ID. In this
231 /* Configure the CAN0 and CAN1. */ in test_can_filter()
237 /* Check here if CAN0 and CAN1 are in normal mode. */ in test_can_filter()
244 /* Set filter for CAN1 for incoming messages. */ in test_can_filter()
265 /* Testing sleep mode on CAN0 while CAN1 is in normal mode. */
287 /* Check here if CAN0 is in SLEEP mode and CAN1 in normal mode. */ in test_can_sleepmode()
297 * Once CAN1 sends data on can-bus. CAN0 should exit sleep mode. in test_can_sleepmode()
311 /* Testing Snoop mode on CAN0 while CAN1 is in normal mode. */
333 /* Check here if CAN0 is in SNOOP mode and CAN1 in normal mode. */ in test_can_snoopmode()