Lines Matching defs:gscan_bt_const
616 struct gscan_bt_const gscan_bt_const;
669 &gscan_bt_const, sizeof(struct gscan_bt_const));
676 le32toh(gscan_bt_const.btc_features),
677 le32toh(gscan_bt_const.btc_fclk),
678 le32toh(gscan_bt_const.btc_tseg1_min),
679 le32toh(gscan_bt_const.btc_tseg1_max),
680 le32toh(gscan_bt_const.btc_tseg2_min),
681 le32toh(gscan_bt_const.btc_tseg2_max),
682 le32toh(gscan_bt_const.btc_swj_max),
683 le32toh(gscan_bt_const.btc_brp_min),
684 le32toh(gscan_bt_const.btc_brp_max),
685 le32toh(gscan_bt_const.btc_brp_inc));
689 sc->sc_timecaps.cltc_ps1_min = le32toh(gscan_bt_const.btc_tseg1_min);
690 sc->sc_timecaps.cltc_ps1_max = le32toh(gscan_bt_const.btc_tseg1_max);
691 sc->sc_timecaps.cltc_ps2_min = le32toh(gscan_bt_const.btc_tseg2_min);
692 sc->sc_timecaps.cltc_ps2_max = le32toh(gscan_bt_const.btc_tseg2_max);
693 sc->sc_timecaps.cltc_sjw_max = le32toh(gscan_bt_const.btc_swj_max);
694 sc->sc_timecaps.cltc_brp_min = le32toh(gscan_bt_const.btc_brp_min);
695 sc->sc_timecaps.cltc_brp_max = le32toh(gscan_bt_const.btc_brp_max);
696 sc->sc_timecaps.cltc_brp_inc = le32toh(gscan_bt_const.btc_brp_inc);
697 sc->sc_timecaps.cltc_clock_freq = le32toh(gscan_bt_const.btc_fclk);
699 if (le32toh(gscan_bt_const.btc_features) & FEAT_LISTEN_ONLY)
701 if (le32toh(gscan_bt_const.btc_features) & FEAT_LOOPBACK)
703 if (le32toh(gscan_bt_const.btc_features) & FEAT_TRIPLE_SAMPLE)