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

/openbsd-current/sys/dev/fdt/
H A Drktemp.c325 uint32_t mode, polarity, temp; local
417 polarity = OF_getpropint(sc->sc_node, "rockchip,hw-tshut-polarity", 0);
431 if (polarity)
479 if (polarity)
/openbsd-current/sys/dev/pci/
H A Desa.c1391 u_int32_t gpo, polarity_port, polarity; local
1408 polarity = polarity_port >> 12;
1409 polarity = !polarity; /* Enable */
1410 polarity = polarity << gpo;
1415 data = ESA_GPO_SECONDARY_AC97 | ESA_GPO_PRIMARY_AC97 | polarity;
/openbsd-current/sys/dev/ic/
H A Dac97.c135 u_int8_t polarity:1; /* Does 0 == MAX or MIN */ member in struct:ac97_source_info
706 si->polarity = 0;
1105 if (!si->polarity) {
1366 if (!si->polarity) {

Completed in 186 milliseconds