Searched refs:cam_result (Results 1 – 1 of 1) sorted by relevance
247 nlm_ucore_get_cam_result(unsigned int cam_result) in nlm_ucore_get_cam_result() argument249 if (((cam_result >> 15) & 0x1) == 1) /* valid result */ in nlm_ucore_get_cam_result()250 return (cam_result & 0x3fff); in nlm_ucore_get_cam_result()