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

/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Denum.c581 bool inv_val = false; local
593 inv_val = true;
606 if (inv_val)
611 if (! inv_val)
623 if (inv_val)
/freebsd-13-stable/sys/dev/iicbus/gpio/
H A Dtca6416.c310 uint8_t reg_addr, inv_reg_addr, reg_bit, val, inv_val; local
328 error = tca6416_read(dev, inv_reg_addr, &inv_val);
338 inv_val |= (1 << reg_bit);
340 inv_val &= ~(1 << reg_bit);
/freebsd-13-stable/sys/dev/hdmi/
H A Ddwc_hdmi.c117 uint8_t inv_val; local
122 inv_val = ((sc->sc_mode.flags & VID_PVSYNC) ?
126 inv_val |= ((sc->sc_mode.flags & VID_PHSYNC) ?
130 inv_val |= HDMI_FC_INVIDCONF_DE_IN_POLARITY_ACTIVE_HIGH;
132 inv_val |= ((sc->sc_mode.flags & VID_INTERLACE) ?
136 inv_val |= ((sc->sc_mode.flags & VID_INTERLACE) ?
142 inv_val |= (is_dvi ?
146 WR1(sc, HDMI_FC_INVIDCONF, inv_val);

Completed in 120 milliseconds