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

/freebsd-11.0-release/sys/xen/interface/
H A Dphysdev.h248 uint8_t polarity; member in struct:physdev_setup_gsi
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-led-defs.h389 uint64_t polarity : 1; /**< LED active polarity member in struct:cvmx_led_polarity::cvmx_led_polarity_s
393 uint64_t polarity : 1;
/freebsd-11.0-release/sys/dev/sound/isa/
H A Dmss.h52 u_int polarity:1; /* 1 means reversed */ member in struct:mixer_def
201 * Fields in the table are : polarity, register, offset, bits
H A Dmss.c366 * offset, polarity to use. This procedure creates the new value
379 (*t)[dev][chn].regno, (*t)[dev][chn].polarity,
382 if ( (*t)[dev][chn].polarity == 1) /* reverse */
/freebsd-11.0-release/sys/dev/sound/pci/
H A Dmaestro3.c1705 u_int32_t gpo, polarity_port, polarity; local
1721 polarity = polarity_port >> 12;
1722 polarity = !polarity; /* enable */
1723 polarity = polarity << gpo;
1728 data = GPO_SECONDARY_AC97 | GPO_PRIMARY_AC97 | polarity;
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c144 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); local
154 ar5210Gpio0SetIntr(ah, select, (ar5210GpioGet(ah, select) == polarity));
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c172 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); local
188 ar5211GpioSetIntr(ah, select, (ar5211GpioGet(ah, select) != polarity));
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c143 * on a switch signal. Assumes GPIO port and interrupt polarity
151 int polarity = MS(rfsilent, AR_EEPROM_RFSILENT_POLARITY); local
168 (ath_hal_gpioGet(ah, select) == polarity ? !polarity : polarity));
/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_common.h680 int t3_wait_op_done_val(adapter_t *adapter, int reg, u32 mask, int polarity,
684 int polarity, int attempts, int delay)
686 return t3_wait_op_done_val(adapter, reg, mask, polarity, attempts,
683 t3_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
H A Dcxgb_t3_hw.c44 * @polarity: the value of the field when the operation is completed
54 int t3_wait_op_done_val(adapter_t *adapter, int reg, u32 mask, int polarity, argument
60 if (!!(val & mask) == polarity) {
/freebsd-11.0-release/sys/xen/interface/arch-x86/hvm/
H A Dsave.h364 uint8_t polarity:1; member in struct:hvm_hw_vioapic::vioapic_redir_entry::__anon13505
/freebsd-11.0-release/sys/x86/xen/
H A Dxen_intr.c1144 ("%s: Conforming trigger or polarity\n", __func__));
1148 setup_gsi.polarity = pol == INTR_POLARITY_HIGH ? 0 : 1;
/freebsd-11.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.c53 * @polarity: the value of the field when the operation is completed
64 int polarity, int attempts, int delay, u32 *valp)
69 if (!!(val & mask) == polarity) {
82 int polarity, int attempts, int delay)
84 return t4_wait_op_done_val(adapter, reg, mask, polarity, attempts,
63 t4_wait_op_done_val(struct adapter *adapter, int reg, u32 mask, int polarity, int attempts, int delay, u32 *valp) argument
81 t4_wait_op_done(struct adapter *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
/freebsd-11.0-release/sys/dev/mlx5/
H A Dmlx5_ifc.h6623 u8 polarity[0x1]; member in struct:mlx5_ifc_sltp_reg_bits

Completed in 207 milliseconds