Searched refs:mode_ppsoffset (Results 1 – 1 of 1) sorted by relevance
2902 int cap, mode_ppsoffset; in parse_ppsapi() local2933 mode_ppsoffset = PPS_OFFSETCLEAR; in parse_ppsapi()2936 mode_ppsoffset = PPS_OFFSETASSERT; in parse_ppsapi()2942 if (!(mode_ppsoffset & cap)) { in parse_ppsapi()2945 mode_ppsoffset = 0; in parse_ppsapi()2947 if (mode_ppsoffset == PPS_OFFSETCLEAR) in parse_ppsapi()2953 if (mode_ppsoffset == PPS_OFFSETASSERT) in parse_ppsapi()2960 parse->atom.pps_params.mode |= mode_ppsoffset; in parse_ppsapi()