Home
last modified time | relevance | path

Searched refs:inv_val (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Denum.c557 bool inv_val = false; in optionSetMembers() local
569 inv_val = true; in optionSetMembers()
582 if (inv_val) in optionSetMembers()
587 if (! inv_val) in optionSetMembers()
599 if (inv_val) in optionSetMembers()
/freebsd/sys/dev/hdmi/
H A Ddwc_hdmi.c115 uint8_t inv_val; in dwc_hdmi_av_composer() local
120 inv_val = ((sc->sc_mode.flags & VID_PVSYNC) ? in dwc_hdmi_av_composer()
124 inv_val |= ((sc->sc_mode.flags & VID_PHSYNC) ? in dwc_hdmi_av_composer()
128 inv_val |= HDMI_FC_INVIDCONF_DE_IN_POLARITY_ACTIVE_HIGH; in dwc_hdmi_av_composer()
130 inv_val |= ((sc->sc_mode.flags & VID_INTERLACE) ? in dwc_hdmi_av_composer()
134 inv_val |= ((sc->sc_mode.flags & VID_INTERLACE) ? in dwc_hdmi_av_composer()
140 inv_val |= (is_dvi ? in dwc_hdmi_av_composer()
144 WR1(sc, HDMI_FC_INVIDCONF, inv_val); in dwc_hdmi_av_composer()
/freebsd/sys/dev/iicbus/gpio/
H A Dtca64xx.c377 uint8_t bit, val, addr, pins, inv_val; in tca64xx_pin_setflags() local
396 error = tca64xx_read(dev, addr, &inv_val); in tca64xx_pin_setflags()
406 inv_val |= (1 << bit); in tca64xx_pin_setflags()
408 inv_val &= ~(1 << bit); in tca64xx_pin_setflags()
416 error = tca64xx_write(dev, addr, inv_val); in tca64xx_pin_setflags()