Lines Matching refs:btc
345 struct can_bittiming_const *btc = in can_print_opt() local
350 print_string(PRINT_JSON, "name", NULL, btc->name); in can_print_opt()
352 btc->tseg1_min, in can_print_opt()
353 btc->tseg1_max); in can_print_opt()
355 btc->tseg2_min, in can_print_opt()
356 btc->tseg2_max); in can_print_opt()
357 can_print_json_timing_min_max("sjw", 1, btc->sjw_max); in can_print_opt()
359 btc->brp_min, in can_print_opt()
360 btc->brp_max); in can_print_opt()
361 print_int(PRINT_JSON, "brp_inc", NULL, btc->brp_inc); in can_print_opt()
366 btc->name, btc->tseg1_min, btc->tseg1_max, in can_print_opt()
367 btc->tseg2_min, btc->tseg2_max, btc->sjw_max, in can_print_opt()
368 btc->brp_min, btc->brp_max, btc->brp_inc); in can_print_opt()