Searched refs:mode_ppsoffset (Results 1 – 1 of 1) sorted by relevance
2903 int cap, mode_ppsoffset; in parse_ppsapi() local2934 mode_ppsoffset = PPS_OFFSETCLEAR; in parse_ppsapi()2937 mode_ppsoffset = PPS_OFFSETASSERT; in parse_ppsapi()2943 if (!(mode_ppsoffset & cap)) { in parse_ppsapi()2946 mode_ppsoffset = 0; in parse_ppsapi()2948 if (mode_ppsoffset == PPS_OFFSETCLEAR) in parse_ppsapi()2954 if (mode_ppsoffset == PPS_OFFSETASSERT) in parse_ppsapi()2961 parse->atom.pps_params.mode |= mode_ppsoffset; in parse_ppsapi()