| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| 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 | 15 /* 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 | 243 /* pullups: BIT(1) */ 244 ti,pullups = <0x000002>;
|
| H A D | omap3-beagle.dts | 309 /* pullups: BIT(1) */ 310 ti,pullups = <0x000002>;
|
| H A D | omap3-gta04.dtsi | 682 /* pullups: BIT(2) */ 683 ti,pullups = <BIT(2)>;
|
| H A D | omap3-n950-n9.dtsi | 165 ti,pullups = <0x000001>; /* BIT(0) */
|
| H A D | omap3-n900.dts | 572 ti,pullups = <0x0>;
|
| /freebsd/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/sys/contrib/device-tree/Bindings/iio/imu/ |
| H A D | st_lsm6dsx.txt | 24 - st,pullups : enable/disable internal i2c controller pullup resistors.
|
| /freebsd/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 | 50 configuration, pullups, drive strength, input enable/disable and input schmitt.
|
| H A D | pinctrl-mt8183.txt | 31 configuration, pullups, drive strength, input enable/disable and input schmitt.
|
| /freebsd/sys/contrib/device-tree/src/arm/samsung/ |
| H A D | exynos5250-spring.dts | 360 * Disabled pullups since external part has its own pullups and
|
| H A D | exynos5250-snow-common.dtsi | 451 * Disabled pullups since external part has its own pullups and
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-gru-chromebook.dtsi | 464 * still allows us to get nice 4.7K pullups for high speed i2c
|
| /freebsd/sys/net/ |
| H A D | iflib.c | 3133 iflib_parse_ether_header(if_pkt_info_t pi, struct mbuf **mp, uint64_t *pullups) in iflib_parse_ether_header() argument 3140 (*pullups)++; in iflib_parse_ether_header() 3165 iflib_parse_header_partial(if_pkt_info_t pi, struct mbuf **mp, uint64_t *pullups) in iflib_parse_header_partial() argument 3170 *pullups = 0; in iflib_parse_header_partial() 3183 err = iflib_parse_ether_header(pi, mp, pullups); in iflib_parse_header_partial() 3209 (*pullups)++; in iflib_parse_header_partial() 3215 (*pullups)++; in iflib_parse_header_partial() 3239 (*pullups)++; in iflib_parse_header_partial()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 202 static counter_u64_t pullups; variable 203 SYSCTL_COUNTER_U64(_hw_cxgbe, OID_AUTO, pullups, CTLFLAG_RD, &pullups, 622 pullups = counter_u64_alloc(M_WAITOK); in t4_sge_modload() 626 counter_u64_zero(pullups); in t4_sge_modload() 647 counter_u64_free(pullups); in t4_sge_modunload() 2766 counter_u64_add(pullups, 1); in parse_pkt()
|