Searched refs:ts_clk_crtion (Results 1 – 2 of 2) sorted by relevance
1094 ts_d2h_clock_correction_t ts_clk_crtion; in dhd_timesync_send_D2H_clk_correction() local1102 bzero(&ts_clk_crtion, sizeof(ts_clk_crtion)); in dhd_timesync_send_D2H_clk_correction()1106 ts_clk_crtion.xtlv.id = BCMMSGBUF_D2H_CLOCK_CORRECTION_TAG; in dhd_timesync_send_D2H_clk_correction()1107 ts_clk_crtion.xtlv.len = sizeof(ts_clk_crtion) - sizeof(_bcm_xtlv_t); in dhd_timesync_send_D2H_clk_correction()1108 ts_clk_crtion.clk_id = ts->h_clkid_max; in dhd_timesync_send_D2H_clk_correction()1109 ts_clk_crtion.m.low = ts->correction_m.low; in dhd_timesync_send_D2H_clk_correction()1110 ts_clk_crtion.m.high = ts->correction_m.high; in dhd_timesync_send_D2H_clk_correction()1111 ts_clk_crtion.b.low = ts->correction_b.low; in dhd_timesync_send_D2H_clk_correction()1112 ts_clk_crtion.b.high = ts->correction_b.high; in dhd_timesync_send_D2H_clk_correction()1115 ts_clk_crtion.xtlv.id, ts_clk_crtion.xtlv.len, ts_clk_crtion.clk_id, in dhd_timesync_send_D2H_clk_correction()[all …]