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

/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/arch-ia64/hvm/
H A Dsave.h125 uint8_t polarity : 1; member in struct:vioapic_redir_entry::__anon6736
/netbsd-6-1-5-RELEASE/sys/arch/x86/acpi/
H A Dacpi_machdep.c159 int polarity = ovr.flags & ACPI_MADT_POLARITY_MASK; local
163 if (polarity == ACPI_MADT_POLARITY_ACTIVE_HIGH ||
164 (!sci && polarity == ACPI_MADT_POLARITY_CONFORMS)) {
/netbsd-6-1-5-RELEASE/sys/arch/mips/rmi/
H A Drmixl_intr.c656 rmixl_intr_polarity_t polarity)
677 switch (polarity) {
684 panic("%s: bad polarity %d\n", __func__, polarity);
703 if ((polarity == RMIXL_POLR_FALLING) || (polarity == RMIXL_POLR_LOW))
782 rmixl_intr_trigger_t trigger, rmixl_intr_polarity_t polarity,
817 rmixl_irt_establish(irt, vec, cpumask, trigger, polarity);
655 rmixl_irt_establish(int irt, int vec, int cpumask, rmixl_intr_trigger_t trigger, rmixl_intr_polarity_t polarity) argument
781 rmixl_intr_establish(int irt, int cpumask, int ipl, rmixl_intr_trigger_t trigger, rmixl_intr_polarity_t polarity, int (*func)(void *), void *arg, bool mpsafe) argument
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/
H A Dphysdev.h237 uint8_t polarity; member in struct:physdev_setup_gsi
/netbsd-6-1-5-RELEASE/sys/arch/arm/marvell/
H A Dmvsocgpp.c139 uint32_t mask, dir, valin, valout, polarity, blink; local
144 dir = valin = valout = polarity = blink = 0;
204 polarity = MVSOCGPP_READ(sc, MVSOCGPP_GPIODIP(i));
220 if (polarity & mask) {
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c144 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); local
154 ar5210Gpio0SetIntr(ah, select, (ar5210GpioGet(ah, select) == polarity));
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c147 * on a switch signal. Assumes GPIO port and interrupt polarity
155 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); local
172 (ath_hal_gpioGet(ah, select) == polarity ? !polarity : polarity));
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Desa.c1572 uint32_t gpo, polarity_port, polarity; local
1591 polarity = polarity_port >> 12;
1592 polarity = !polarity; /* Enable */
1593 polarity = polarity << gpo;
1598 data = ESA_GPO_SECONDARY_AC97 | ESA_GPO_PRIMARY_AC97 | polarity;
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c172 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); local
188 ar5211GpioSetIntr(ah, select, (ar5211GpioGet(ah, select) != polarity));
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/arch-x86/hvm/
H A Dsave.h366 uint8_t polarity:1; member in struct:hvm_hw_vioapic::vioapic_redir_entry::__anon6757
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_common.h635 int t3_wait_op_done_val(adapter_t *adapter, int reg, u32 mask, int polarity,
639 int polarity, int attempts, int delay)
641 return t3_wait_op_done_val(adapter, reg, mask, polarity, attempts,
638 t3_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
H A Dcxgb_t3_hw.c48 * @polarity: the value of the field when the operation is completed
58 int t3_wait_op_done_val(adapter_t *adapter, int reg, u32 mask, int polarity, argument
64 if (!!(val & mask) == polarity) {
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dac97.c280 unsigned polarity:1; /* Does 0 == MAX or MIN */ member in struct:ac97_source_info
1162 si->polarity = 0;
1782 if (!si->polarity) {
1900 if (!si->polarity) {

Completed in 393 milliseconds