Home | History | Annotate | Download | only in usb

Lines Matching refs:le32toh

225 	dlc = le32toh(gsframe->gsframe_can_dlc);
230 echo_id = le32toh(gsframe->gsframe_echo_id);
235 can_id = le32toh(gsframe->gsframe_can_id);
666 le32toh(gscan_config.sw_version), le32toh(gscan_config.hw_version));
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)