Home
last modified time | relevance | path

Searched full:wm (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dwm,wm8505-sdhc.yaml4 $id: http://devicetree.org/schemas/mmc/wm,wm8505-sdhc.yaml#
18 - const: wm,wm8505-sdhc
20 - const: wm,wm8650-sdhc
21 - const: wm,wm8505-sdhc
23 - const: wm,wm8750-sdhc
24 - const: wm,wm8505-sdhc
26 - const: wm,wm8850-sdhc
27 - const: wm,wm8505-sdhc
46 wm,wm8505-sdhc. On wm,wm8650-sdhc and later this property is implied and
60 compatible = "wm,wm8505-sdhc";
H A Dvt8500-sdmmc.txt7 - compatible: Should be "wm,wm8505-sdhc".
16 compatible = "wm,wm8505-sdhc";
/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/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/arm/
H A Dvt8500.yaml19 - wm,wm8505
20 - wm,wm8650
21 - wm,wm8750
22 - wm,wm8850
27 - const: wm,wm8950
/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/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
13 "via,vt8500-device-clock" - for a VT/WM device clock
61 compatible = "wm,wm8650-pll-clock";
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dwm,wm8505-i2c.yaml4 $id: http://devicetree.org/schemas/i2c/wm,wm8505-i2c.yaml#
17 const: wm,wm8505-i2c
42 compatible = "wm,wm8505-i2c";
H A Di2c-wmt.txt5 - compatible : should be "wm,wm8505-i2c"
19 compatible = "wm,wm8505-i2c";
/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/dev/mediatek/mt76/mt7615/
H A Dmcu.h39 * CMD_S2D_IDX_H2N | 0x00 | command from HOST to WM
40 * CMD_S2D_IDX_C2N | 0x01 | command from WA to WM
42 * CMD_S2D_IDX_H2N_AND_H2C | 0x03 | command from HOST to WA and WM
/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/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/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/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/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/crypto/openssl/test/certs/
H A Dalt3-cert.pem8 Wm+D2vNy8BTh8esu3P9TsD89679qUaZ2/85RykFmnV8NdJnAgFEQ+NZuBeQck2Ya

1234