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

/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.h32 uint8 polarity; // B_{HIGH|LOW}_ACTIVE_POLARITY member in struct:irq_routing_entry
46 uint8 polarity; member in struct:irq_descriptor
H A Dacpi_irq_routing_table.cpp47 polarity(B_HIGH_ACTIVE_POLARITY),
61 dprintf("irq: %u, shareable: %u, polarity: %s, trigger_mode: %s\n",
63 descriptor.polarity == B_HIGH_ACTIVE_POLARITY ? activeHighString
84 entry.polarity | entry.trigger_mode);
187 different triggering modes and polarity they aren't compatible).
299 irqEntry->polarity = chosenDescriptor.polarity;
320 configuration.polarity = irqEntry.polarity;
334 other.polarity
[all...]
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dac97.h98 uint8 polarity:1; // max_gain -> 0 member in struct:_ac97_source_info
H A Dmulti.c62 if (info->polarity == 1)
69 if (info->polarity == 1)
76 if (info->polarity == 1)
120 if (info->polarity == 1)
128 if (info->polarity == 1)
136 if (info->polarity == 1)
/haiku/headers/private/kernel/arch/x86/
H A Darch_smp.h86 uint16 polarity : 2; member in struct:mp_base_interrupt
/haiku/headers/private/drivers/
H A Ddvb.h114 // channel polarity
249 dvb_polarity_t polarity; member in struct:__anon660
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c44 if (info->polarity == 1)
51 if (info->polarity == 1)
58 if (info->polarity == 1)
102 if (info->polarity == 1)
110 if (info->polarity == 1)
118 if (info->polarity == 1)
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c66 if (info->polarity == 1)
73 if (info->polarity == 1)
80 if (info->polarity == 1)
125 if (info->polarity == 1)
133 if (info->polarity == 1)
141 if (info->polarity == 1)
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c61 if (info->polarity == 1)
68 if (info->polarity == 1)
75 if (info->polarity == 1)
119 if (info->polarity == 1)
127 if (info->polarity == 1)
135 if (info->polarity == 1)
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_multi.cpp200 if (info->polarity == 1)
207 if (info->polarity == 1)
214 if (info->polarity == 1)
258 if (info->polarity == 1)
266 if (info->polarity == 1)
274 if (info->polarity == 1)
/haiku/src/add-ons/kernel/drivers/audio/ac97/
H A Dac97.h270 uint8 polarity:1; // max_gain -> 0 member in struct:_ac97_source_info
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c146 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); local
156 ar5210Gpio0SetIntr(ah, select, (ar5210GpioGet(ah, select) == polarity));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c174 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); local
190 ar5211GpioSetIntr(ah, select, (ar5211GpioGet(ah, select) != polarity));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c145 * on a switch signal. Assumes GPIO port and interrupt polarity
153 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); local
170 (ath_hal_gpioGet(ah, select) == polarity ? !polarity : polarity));
/haiku/headers/private/kernel/
H A Dacpi.h401 uint8 polarity; member in struct:acpi_resource_extended_irq
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.cpp230 "apic %d, int %3d, polarity %d, trigger mode %d\n",
234 interrupt->dest_apic_int, interrupt->polarity,
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp2613 switch (fTuningParam.u.dvb_s.polarity) {
3038 param->polarity = DVB_POLARITY_HORIZONTAL;
3041 param->polarity = DVB_POLARITY_VERTICAL;
3044 param->polarity = DVB_POLARITY_HORIZONTAL;
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp514 dprintf("invalid polarity in inti flags\n");
570 // configure non-standard polarity/trigger modes
792 entry.polarity | entry.trigger_mode);

Completed in 132 milliseconds