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