Home
last modified time | relevance | path

Searched refs:wm (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-vt8500.txt7 - compatible: "via,vt8500-pinctrl", "wm,wm8505-pinctrl", "wm,wm8650-pinctrl",
8 "wm8750-pinctrl" or "wm,wm8850-pinctrl"
31 - wm,pins: An array of cells. Each cell contains the ID of a pin.
34 - wm,function: Integer, containing the function to mux to the pin(s):
39 - wm,pull: Integer, representing the pull-down/up to apply to the pin(s):
44 Each of wm,function and wm,pull may contain either a single value which
45 will be applied to all pins in wm,pins, or one value for each entry in
46 wm,pins.
51 compatible = "wm,wm8505-pinctrl";
/freebsd/contrib/netbsd-tests/dev/sysmon/
H A Dt_swwdog.c68 struct wdog_mode wm; in testbody() local
103 strlcpy(wm.wm_name, wc.wc_names, sizeof(wm.wm_name)); in testbody()
104 wm.wm_mode = WDOG_MODE_ETICKLE; in testbody()
105 wm.wm_period = 1; in testbody()
106 if (rump_sys_ioctl(fd, WDOGIOC_SMODE, &wm) == -1) in testbody()
113 wm.wm_mode = WDOG_MODE_DISARMED; in testbody()
114 rump_sys_ioctl(fd, WDOGIOC_SMODE, &wm); in testbody()
/freebsd/sys/contrib/device-tree/src/arm/vt8500/
H A Dwm8650.dtsi11 compatible = "wm,wm8650";
53 compatible = "wm,wm8650-pinctrl";
88 compatible = "wm,wm8650-pll-clock";
95 compatible = "wm,wm8650-pll-clock";
102 compatible = "wm,wm8650-pll-clock";
109 compatible = "wm,wm8650-pll-clock";
116 compatible = "wm,wm8650-pll-clock";
196 compatible = "wm,wm8505-sdhc";
205 compatible = "wm,wm8505-fb";
210 compatible = "wm,prizm-ge-rops";
H A Dwm8850.dtsi11 compatible = "wm,wm8850";
56 compatible = "wm,wm8850-pinctrl";
91 compatible = "wm,wm8850-pll-clock";
98 compatible = "wm,wm8850-pll-clock";
105 compatible = "wm,wm8850-pll-clock";
112 compatible = "wm,wm8850-pll-clock";
119 compatible = "wm,wm8850-pll-clock";
126 compatible = "wm,wm8850-pll-clock";
133 compatible = "wm,wm8850-pll-clock";
220 compatible = "wm,wm8505-fb";
[all …]
H A Dwm8750.dtsi11 compatible = "wm,wm8750";
59 compatible = "wm,wm8750-pinctrl";
94 compatible = "wm,wm8750-pll-clock";
101 compatible = "wm,wm8750-pll-clock";
108 compatible = "wm,wm8750-pll-clock";
115 compatible = "wm,wm8750-pll-clock";
122 compatible = "wm,wm8750-pll-clock";
328 compatible = "wm,wm8505-sdhc";
337 compatible = "wm,wm8505-i2c";
345 compatible = "wm,wm8505-i2c";
H A Dwm8750-apc8750.dts26 wm,pins = <168 169 170 171>;
27 wm,function = <2>; /* alt */
28 wm,pull = <2>; /* pull-up */
H A Dwm8505.dtsi11 compatible = "wm,wm8505";
57 compatible = "wm,wm8505-pinctrl";
224 compatible = "wm,wm8505-fb";
229 compatible = "wm,prizm-ge-rops";
288 compatible = "wm,wm8505-sdhc";
H A Dwm8950.dtsi10 compatible = "wm,wm8950";
H A Dwm8950-apc-rock.dts11 compatible = "via,apc-rock", "wm,wm8950";
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dvt8500.txt10 "wm,wm8650-pll-clock" - for a WM8650 PLL clock
11 "wm,wm8750-pll-clock" - for a WM8750 PLL clock
12 "wm,wm8850-pll-clock" - for a WM8850 PLL clock
61 compatible = "wm,wm8650-pll-clock";
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dwm,prizm-ge-rops.txt5 - compatible : "wm,prizm-ge-rops"
11 compatible = "wm,prizm-ge-rops";
H A Dwm,wm8505-fb.txt5 - compatible : "wm,wm8505-fb"
15 compatible = "wm,wm8505-fb";
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dvt8500-sdmmc.txt7 - compatible: Should be "wm,wm8505-sdhc".
16 compatible = "wm,wm8505-sdhc";
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-wmt.txt5 - compatible : should be "wm,wm8505-i2c"
19 compatible = "wm,wm8505-i2c";
/freebsd/sys/riscv/include/
H A Dbus.h378 __bs_nonsingle(wm,1,(t),(h),(o),(a),(c))
380 __bs_nonsingle(wm,2,(t),(h),(o),(a),(c))
382 __bs_nonsingle(wm,4,(t),(h),(o),(a),(c))
384 __bs_nonsingle(wm,8,(t),(h),(o),(a),(c))
387 __bs_nonsingle_s(wm,1,(t),(h),(o),(a),(c))
389 __bs_nonsingle_s(wm,2,(t),(h),(o),(a),(c))
391 __bs_nonsingle_s(wm,4,(t),(h),(o),(a),(c))
393 __bs_nonsingle_s(wm,8,(t),(h),(o),(a),(c))
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c742 struct event_watermark *wm = &bev->bev.bev.wm_read; in bytes_to_read() local
760 if (wm->high) { in bytes_to_read()
761 if (evbuffer_get_length(input) >= wm->high) { in bytes_to_read()
765 result = wm->high - evbuffer_get_length(input); in bytes_to_read()
860 struct event_watermark *wm = NULL; in consider_writing() local
876 wm = &bev_ssl->underlying->wm_write; in consider_writing()
881 (!target || (! wm->high || evbuffer_get_length(target) < wm->high))) { in consider_writing()
883 if (wm && wm->high) in consider_writing()
884 n_to_write = wm->high - evbuffer_get_length(target); in consider_writing()
/freebsd/contrib/libevent/
H A Dbufferevent_openssl.c742 struct event_watermark *wm = &bev->bev.bev.wm_read; in bytes_to_read() local
760 if (wm->high) { in bytes_to_read()
761 if (evbuffer_get_length(input) >= wm->high) { in bytes_to_read()
765 result = wm->high - evbuffer_get_length(input); in bytes_to_read()
860 struct event_watermark *wm = NULL; in consider_writing() local
876 wm = &bev_ssl->underlying->wm_write; in consider_writing()
881 (!target || (! wm->high || evbuffer_get_length(target) < wm->high))) { in consider_writing()
883 if (wm && wm->high) in consider_writing()
884 n_to_write = wm->high - evbuffer_get_length(target); in consider_writing()
/freebsd/sys/arm64/include/
H A Dbus.h414 __bs_nonsingle(wm,1,(t),(h),(o),(a),(c))
416 __bs_nonsingle(wm,2,(t),(h),(o),(a),(c))
418 __bs_nonsingle(wm,4,(t),(h),(o),(a),(c))
420 __bs_nonsingle(wm,8,(t),(h),(o),(a),(c))
423 __bs_nonsingle_s(wm,1,(t),(h),(o),(a),(c))
425 __bs_nonsingle_s(wm,2,(t),(h),(o),(a),(c))
427 __bs_nonsingle_s(wm,4,(t),(h),(o),(a),(c))
429 __bs_nonsingle_s(wm,8,(t),(h),(o),(a),(c))
/freebsd/sys/powerpc/include/
H A Dbus.h365 __bs_nonsingle(wm,1,(t),(h),(o),(a),(c))
367 __bs_nonsingle(wm,2,(t),(h),(o),(a),(c))
369 __bs_nonsingle(wm,4,(t),(h),(o),(a),(c))
371 __bs_nonsingle(wm,8,(t),(h),(o),(a),(c))
375 __bs_nonsingle(wm,s_2,(t),(h),(o),(a),(c))
377 __bs_nonsingle(wm,s_4,(t),(h),(o),(a),(c))
379 __bs_nonsingle(wm,s_8,(t),(h),(o),(a),(c))
/freebsd/sys/arm/include/
H A Dbus.h398 __bs_nonsingle(wm,1,(t),(h),(o),(a),(c))
400 __bs_nonsingle(wm,2,(t),(h),(o),(a),(c))
402 __bs_nonsingle(wm,4,(t),(h),(o),(a),(c))
404 __bs_nonsingle(wm,8,(t),(h),(o),(a),(c))
407 __bs_nonsingle_s(wm,1,(t),(h),(o),(a),(c))
409 __bs_nonsingle_s(wm,2,(t),(h),(o),(a),(c))
411 __bs_nonsingle_s(wm,4,(t),(h),(o),(a),(c))
413 __bs_nonsingle_s(wm,8,(t),(h),(o),(a),(c))
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dvt8500-uart.txt5 including WM8850/WM8950), or "wm,wm8880-uart" (for WM8880 and later)
/freebsd/crypto/openssl/demos/sslecho/
H A Dkey.pem32 1lJkbwxQFo2GuYZIX+QLyONhGBA1JdF0kBzIrrQWmza+wNj1emftFptZlwAW1+wm
/freebsd/share/examples/ppp/
H A Dlogin-auth38 wm title . "PPP Login";
H A Dchap-auth39 wm title . "PPP Authentication";
/freebsd/sys/kern/
H A Dsubr_taskqueue.c119 TQ_SLEEP(struct taskqueue *tq, void *p, const char *wm) in TQ_SLEEP() argument
122 return (msleep_spin(p, (struct mtx *)&tq->tq_mutex, wm, 0)); in TQ_SLEEP()
123 return (msleep(p, &tq->tq_mutex, 0, wm, 0)); in TQ_SLEEP()

12