Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dmxs_ocotp.c188 uint32_t hclk_val, vddio_val; in mxs_ocotp_write_fuse() local
200 ret = mxs_ocotp_scale_hclk(1, &hclk_val); in mxs_ocotp_write_fuse()
236 if (mxs_ocotp_scale_hclk(0, &hclk_val)) in mxs_ocotp_write_fuse()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_shim.c2945 t_u64 hclk_val; in moal_get_host_time_ns() local
2948 hclk_val = (ts.tv_sec * 1000000000L) + ts.tv_nsec; in moal_get_host_time_ns()
2949 *time = hclk_val; in moal_get_host_time_ns()