Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
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.dtsi243 /* pullups: BIT(1) */
244 ti,pullups = <0x000002>;
H A Domap3-beagle.dts309 /* pullups: BIT(1) */
310 ti,pullups = <0x000002>;
H A Domap3-gta04.dtsi670 /* pullups: BIT(2) */
671 ti,pullups = <BIT(2)>;
H A Domap3-n950-n9.dtsi165 ti,pullups = <0x000001>; /* BIT(0) */
H A Domap3-n900.dts572 ti,pullups = <0x0>;
/freebsd/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/sys/contrib/device-tree/Bindings/iio/imu/
H A Dst_lsm6dsx.txt24 - st,pullups : enable/disable internal i2c controller pullup resistors.
/freebsd/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.txt50 configuration, pullups, drive strength, input enable/disable and input schmitt.
H A Dpinctrl-mt8183.txt31 configuration, pullups, drive strength, input enable/disable and input schmitt.
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5250-spring.dts360 * Disabled pullups since external part has its own pullups and
H A Dexynos5250-snow-common.dtsi451 * Disabled pullups since external part has its own pullups and
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru-chromebook.dtsi471 * still allows us to get nice 4.7K pullups for high speed i2c
/freebsd/sys/net/
H A Diflib.c3214 iflib_parse_ether_header(if_pkt_info_t pi, struct mbuf **mp, uint64_t *pullups) in iflib_parse_ether_header() argument
3221 (*pullups)++; in iflib_parse_ether_header()
3246 iflib_parse_header_partial(if_pkt_info_t pi, struct mbuf **mp, uint64_t *pullups) in iflib_parse_header_partial() argument
3251 *pullups = 0; in iflib_parse_header_partial()
3264 err = iflib_parse_ether_header(pi, mp, pullups); in iflib_parse_header_partial()
3290 (*pullups)++; in iflib_parse_header_partial()
3296 (*pullups)++; in iflib_parse_header_partial()
3320 (*pullups)++; in iflib_parse_header_partial()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c203 static counter_u64_t pullups; variable
204 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()
2720 counter_u64_add(pullups, 1); in parse_pkt()