Home
last modified time | relevance | path

Searched refs:polarity (Results 1 – 25 of 215) sorted by relevance

123456789

/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmicrochip,pic32-evic.txt9 External interrupts have a software configurable edge polarity. Non external
10 interrupts have a type and polarity that is determined by the source of the
26 irq_type - is used to describe the type and polarity of an interrupt. For
29 IRQ_TYPE_EDGE_RISING or IRQ_TYPE_EDGE_FALLING to select the desired polarity.
34 polarity configuration. This array corresponds to the bits in the INTCON
49 and polarity.
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtvp7002.txt16 - pclk-sample: Clock polarity of the bus. Default value when this property is
24 - field-even-active: Active-high Field ID output polarity control of the bus.
28 1 = FID output polarity inverted
H A Dadv7604.txt53 - hsync-active: Horizontal synchronization polarity. Defaults to active low.
54 - vsync-active: Vertical synchronization polarity. Defaults to active low.
55 - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge.
H A Dtda1997x.txt52 - hsync-active: Horizontal synchronization polarity. Defaults to active high.
53 - vsync-active: Vertical synchronization polarity. Defaults to active high.
54 - data-active: Data polarity. Defaults to active high.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnau8821.txt15 - nuvoton,jkdet-polarity: JKDET pin polarity. 0 - active high, 1 - active low.
49 nuvoton,jkdet-polarity = <GPIO_ACTIVE_LOW>;
H A Dnau8825.txt15 - nuvoton,jkdet-polarity: JKDET pin polarity. 0 - active high, 1 - active low.
94 nuvoton,jkdet-polarity = <GPIO_ACTIVE_LOW>;
H A Dnau8824.txt11 - nuvoton,jkdet-polarity: JKDET pin polarity. 0 - active high, 1 - active low.
/freebsd/sys/dev/irdma/
H A Dirdma_ctrl.c255 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity); in irdma_sc_add_arp_cache_entry()
288 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity); in irdma_sc_del_arp_cache_entry()
324 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity); in irdma_sc_manage_apbvt_entry()
407 temp = FIELD_PREP(IRDMA_CQPSQ_QHASH_WQEVALID, cqp->polarity) | in irdma_sc_manage_qhash_table_entry()
540 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity); in irdma_sc_qp_create()
611 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity); in irdma_sc_qp_modify()
654 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity); in irdma_sc_qp_destroy()
842 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity); in irdma_sc_alloc_local_mac_entry()
880 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity); in irdma_sc_add_local_mac_entry()
917 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity) | in irdma_sc_del_local_mac_entry()
[all …]
H A Dirdma_uk.c607 u32 num_sges, u8 polarity) in irdma_copy_inline_data_gen_1() argument
654 u32 num_sges, u8 polarity) in irdma_copy_inline_data() argument
656 u8 inline_valid = polarity << IRDMA_INLINE_VALID_S; in irdma_copy_inline_data()
980 cq->polarity = 1; in irdma_uk_cq_resize()
1158 u8 polarity; in irdma_uk_cq_poll_cmpl() local
1168 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword3); in irdma_uk_cq_poll_cmpl()
1169 if (polarity != cq->polarity) in irdma_uk_cq_poll_cmpl()
1183 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword7); in irdma_uk_cq_poll_cmpl()
1188 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword7); in irdma_uk_cq_poll_cmpl()
1190 polarity ^= 1; in irdma_uk_cq_poll_cmpl()
[all …]
H A Dirdma_puda.c265 u8 polarity; in irdma_puda_poll_info() local
270 if (valid_bit != cq_uk->polarity) in irdma_puda_poll_info()
283 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword7); in irdma_puda_poll_info()
285 polarity ^= 1; in irdma_puda_poll_info()
286 if (polarity != cq_uk->polarity) in irdma_puda_poll_info()
294 cq_uk->polarity = !cq_uk->polarity; in irdma_puda_poll_info()
449 cq_uk->polarity = !cq_uk->polarity; in irdma_puda_poll_cmpl()
666 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity); in irdma_puda_qp_wqe()
787 FIELD_PREP(IRDMA_CQPSQ_WQEVALID, cqp->polarity); in irdma_puda_cq_wqe()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uk.c623 u32 num_sges, u8 polarity) in irdma_copy_inline_data_gen_1() argument
686 u32 num_sges, u8 polarity) in irdma_copy_inline_data() argument
688 u8 inline_valid = polarity << IRDMA_INLINE_VALID_S; in irdma_copy_inline_data()
1064 cq->polarity = 1; in irdma_uk_cq_resize()
1267 u8 polarity; in irdma_uk_cq_poll_cmpl() local
1277 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword3); in irdma_uk_cq_poll_cmpl()
1278 if (polarity != cq->polarity) in irdma_uk_cq_poll_cmpl()
1292 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword7); in irdma_uk_cq_poll_cmpl()
1297 polarity = (u8)FIELD_GET(IRDMA_CQ_VALID, qword7); in irdma_uk_cq_poll_cmpl()
1299 polarity ^= 1; in irdma_uk_cq_poll_cmpl()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio.txt86 A gpio-specifier should contain a flag indicating the GPIO polarity; active-
90 The gpio-specifier's polarity flag should represent the physical level at the
97 When the device's signal polarity is configurable, the binding for the
100 a) Define a single static polarity for the signal, with the expectation that
102 that signal polarity.
104 The static choice of polarity may be either:
112 In particular, the polarity cannot be derived from the gpio-specifier, since
114 concepts of configurable signal polarity in the device, and possible board-
119 b) Pick a single option for device signal polarity, and document this choice
120 in the binding. The gpio-specifier should represent the polarity of the signal
[all …]
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3228-evb.dts67 rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Drockchip-thermal.txt32 - rockchip,hw-tshut-polarity : The hardware-controlled active polarity 0:LOW
52 rockchip,hw-tshut-polarity = <0>;
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,omap2-dss.txt57 - ti,invert-polarity: invert the polarity of the video signal
H A Dti,omap3-dss.txt68 - ti,invert-polarity: invert the polarity of the video signal
H A Dti,omap4-dss.txt74 - ti,invert-polarity: invert the polarity of the video signal
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-atmel.txt20 - microchip,sdcal-inverted: when present, polarity on the SDCAL SoC pin is
21 inverted. The default polarity for this signal is described in the datasheet.
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadf4350.txt22 - adi,phase-detector-polarity-positive-enable: Enables positive phase
23 detector polarity. Default = negative.
82 adi,phase-detector-polarity-positive-enable;
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm.txt48 - PWM_POLARITY_INVERTED: invert the PWM signal polarity
50 Example with optional PWM specifier for inverse polarity
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dnxp,sc16is7xx.txt21 the second cell is used to specify the GPIO polarity:
80 the second cell is used to specify the GPIO polarity:
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-miphy365x.txt36 - st,pcie-tx-pol-inv : Bool property to invert the polarity PCIe Tx (Txn/Txp)
37 - st,sata-tx-pol-inv : Bool property to invert the polarity SATA Tx (Txn/Txp)
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dci-hdrc-usb2.txt99 - over-current-active-low: over current signal polarity is active low.
100 - over-current-active-high: over current signal polarity is active high.
101 It's recommended to specify the over current polarity.
102 - power-active-high: power signal polarity is active high
H A Dfsl-usb.txt39 port power polarity of internal PHY signal DRVVBUS is inverted.
41 the PWR_FAULT signal polarity is inverted.
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dbrcm,iproc-gpio.txt33 bit[0]: polarity (0 for active high and 1 for active low)
118 /* Bluetooth that uses the ASIU GPIO 5, with polarity inverted */

123456789