Searched refs:rgout0_src1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/comedi/drivers/tests/ |
H A D | ni_routes_test.c | 53 #define rgout0_src1 (O(101)) macro 101 {.dest = TRIGGER_LINE(2), .src = I3(rgout0_src1, 104 {.dest = TRIGGER_LINE(3), .src = I3(rgout0_src1, 136 [B(rgout0_src1)] = V(1)}, 327 unittest(ni_route_to_register(rgout0_src1, TRIGGER_LINE(2), T) == 1, in test_ni_route_to_register() 329 unittest(ni_route_to_register(rgout0_src1, TRIGGER_LINE(3), T) == 1, in test_ni_route_to_register() 379 unittest(ni_lookup_route_register(rgout0_src1, TRIGGER_LINE(2), T) == in test_ni_lookup_route_register() 382 unittest(ni_lookup_route_register(rgout0_src1, NI_RGOUT0, T) == 1, in test_ni_lookup_route_register()
|