Searched refs:rtcm_command_func (Results 1 – 1 of 1) sorted by relevance
128 rtcm_abi_func rtcm_command_func = NULL; in init_software_sram() local157 rtcm_command_func = (rtcm_abi_func)(hpa2hva(rtcm_binary->address) + header->command_offset); in init_software_sram()158 pr_info("rtcm command function is found at %llx", rtcm_command_func); in init_software_sram()159 rtcm_ret_code = rtcm_command_func(RTCM_CMD_INIT_SOFTWARE_SRAM, get_rtct_entry_base()); in init_software_sram()
Completed in 2 milliseconds