Home
last modified time | relevance | path

Searched refs:hostclk (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cmdevt.c2022 mlan_ds_host_clock *hostclk = (mlan_ds_host_clock *)pdata_buf; in wlan_cmd_host_clock_cfg() local
2031 host_clock->time = wlan_cpu_to_le64(hostclk->time); in wlan_cmd_host_clock_cfg()
2049 mlan_ds_host_clock *hostclk = MNULL; in wlan_ret_host_clock_cfg() local
2060 hostclk = &cfg->param.host_clock; in wlan_ret_host_clock_cfg()
2062 hostclk->time = wlan_le64_to_cpu(host_clock->time); in wlan_ret_host_clock_cfg()
2066 hostclk->fw_time = wlan_le64_to_cpu(host_clock->hw_time) /*- cmd_rtt*/; // Not adjusting in wlan_ret_host_clock_cfg()
2070 hostclk->host_bbu_clk_delta = hostclk->time - hostclk->fw_time; in wlan_ret_host_clock_cfg()