Searched refs:rgout0_src0 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/comedi/drivers/tests/ |
D | ni_routes_test.c | 52 #define rgout0_src0 (O(100)) macro 97 {.dest = TRIGGER_LINE(0), .src = I1(rgout0_src0)}, 98 {.dest = TRIGGER_LINE(1), .src = I3(rgout0_src0, 135 [B(NI_RGOUT0)] = {[B(rgout0_src0)] = V(0), 323 unittest(ni_route_to_register(rgout0_src0, TRIGGER_LINE(0), T) == 0, in test_ni_route_to_register() 325 unittest(ni_route_to_register(rgout0_src0, TRIGGER_LINE(1), T) == 0, in test_ni_route_to_register() 374 unittest(ni_lookup_route_register(rgout0_src0, TRIGGER_LINE(0), T) == in test_ni_lookup_route_register() 377 unittest(ni_lookup_route_register(rgout0_src0, NI_RGOUT0, T) == 0, in test_ni_lookup_route_register()
|