| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | omap3-cm-t3x30.dtsi | 94 /* pullups: BIT(0) */ 95 ti,pullups = <0x000001>;
|
| H A D | omap4-sdp-es23plus.dts | 7 /* SDP boards with 4430 ES2.3+ or 4460 have external pullups on SCL & SDA */
|
| H A D | omap4-panda-a4.dts | 10 /* Pandaboard Rev A4+ have external pullups on SCL & SDA */
|
| H A D | omap4-panda-es.dts | 31 /* PandaboardES has external pullups on SCL & SDA */
|
| H A D | omap3-beagle-xm.dts | 327 /* pullups: BIT(1) */ 328 ti,pullups = <0x000002>;
|
| H A D | omap3-tao3530.dtsi | 257 /* pullups: BIT(1) */ 258 ti,pullups = <0x000002>;
|
| H A D | omap3-beagle.dts | 342 /* pullups: BIT(1) */ 343 ti,pullups = <0x000002>;
|
| H A D | exynos5250-spring.dts | 353 * Disabled pullups since external part has its own pullups and
|
| H A D | exynos5250-snow-common.dtsi | 452 * Disabled pullups since external part has its own pullups and
|
| H A D | omap3-gta04.dtsi | 651 /* pullups: BIT(2) */ 652 ti,pullups = <BIT(2)>;
|
| H A D | omap3-n950-n9.dtsi | 165 ti,pullups = <0x000001>; /* BIT(0) */
|
| H A D | omap3-n900.dts | 570 ti,pullups = <0x0>;
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-twl4030.txt | 17 - 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 D | st_lsm6dsx.txt | 24 - st,pullups : enable/disable internal i2c controller pullup resistors.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-sirf.txt | 10 - sirf,pullups : if n-th bit of m-th bank is set, set a pullup on GPIO-n of bank m
|
| H A D | pinctrl-mt6797.txt | 28 configuration, pullups, drive strength, input enable/disable and input schmitt.
|
| H A D | pinctrl-mt65xx.txt | 48 configuration, pullups, drive strength, input enable/disable and input schmitt.
|
| H A D | mediatek,mt6779-pinctrl.yaml | 83 configuration, pullups, drive strength, input enable/disable and input schmitt.
|
| H A D | st,stm32-pinctrl.yaml | 122 configuration, pullups, drive, output high/low and output speed.
|
| H A D | pinctrl-mt8183.txt | 31 configuration, pullups, drive strength, input enable/disable and input schmitt.
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-gru-chromebook.dtsi | 281 * still allows us to get nice 4.7K pullups for high speed i2c
|
| /freebsd-13.1/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 207 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()
|