Home
last modified time | relevance | path

Searched refs:pullups (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Domap3-cm-t3x30.dtsi94 /* pullups: BIT(0) */
95 ti,pullups = <0x000001>;
H A Domap4-sdp-es23plus.dts7 /* SDP boards with 4430 ES2.3+ or 4460 have external pullups on SCL & SDA */
H A Domap4-panda-a4.dts10 /* Pandaboard Rev A4+ have external pullups on SCL & SDA */
H A Domap4-panda-es.dts31 /* PandaboardES has external pullups on SCL & SDA */
H A Domap3-beagle-xm.dts327 /* pullups: BIT(1) */
328 ti,pullups = <0x000002>;
H A Domap3-tao3530.dtsi257 /* pullups: BIT(1) */
258 ti,pullups = <0x000002>;
H A Domap3-beagle.dts342 /* pullups: BIT(1) */
343 ti,pullups = <0x000002>;
H A Dexynos5250-spring.dts353 * Disabled pullups since external part has its own pullups and
H A Dexynos5250-snow-common.dtsi452 * Disabled pullups since external part has its own pullups and
H A Domap3-gta04.dtsi651 /* pullups: BIT(2) */
652 ti,pullups = <BIT(2)>;
H A Domap3-n950-n9.dtsi165 ti,pullups = <0x000001>; /* BIT(0) */
H A Domap3-n900.dts570 ti,pullups = <0x0>;
/freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-twl4030.txt17 - ti,pullups : if n-th bit is set, set a pullup on GPIO-n
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/imu/
H A Dst_lsm6dsx.txt24 - st,pullups : enable/disable internal i2c controller pullup resistors.
/freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-sirf.txt10 - sirf,pullups : if n-th bit of m-th bank is set, set a pullup on GPIO-n of bank m
H A Dpinctrl-mt6797.txt28 configuration, pullups, drive strength, input enable/disable and input schmitt.
H A Dpinctrl-mt65xx.txt48 configuration, pullups, drive strength, input enable/disable and input schmitt.
H A Dmediatek,mt6779-pinctrl.yaml83 configuration, pullups, drive strength, input enable/disable and input schmitt.
H A Dst,stm32-pinctrl.yaml122 configuration, pullups, drive, output high/low and output speed.
H A Dpinctrl-mt8183.txt31 configuration, pullups, drive strength, input enable/disable and input schmitt.
/freebsd-13.1/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru-chromebook.dtsi281 * still allows us to get nice 4.7K pullups for high speed i2c
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_sge.c207 static counter_u64_t pullups; variable
208 SYSCTL_COUNTER_U64(_hw_cxgbe, OID_AUTO, pullups, CTLFLAG_RD, &pullups,
592 pullups = counter_u64_alloc(M_WAITOK); in t4_sge_modload()
596 counter_u64_zero(pullups); in t4_sge_modload()
617 counter_u64_free(pullups); in t4_sge_modunload()
2751 counter_u64_add(pullups, 1); in parse_pkt()