| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-vt8500.txt | 7 - 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 D | t_swwdog.c | 68 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 D | wm8650.dtsi | 11 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 D | wm8850.dtsi | 11 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 D | wm8750.dtsi | 11 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 D | wm8750-apc8750.dts | 26 wm,pins = <168 169 170 171>; 27 wm,function = <2>; /* alt */ 28 wm,pull = <2>; /* pull-up */
|
| H A D | wm8505.dtsi | 11 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 D | wm8950.dtsi | 10 compatible = "wm,wm8950";
|
| H A D | wm8950-apc-rock.dts | 11 compatible = "via,apc-rock", "wm,wm8950";
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | vt8500.txt | 10 "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 D | wm,prizm-ge-rops.txt | 5 - compatible : "wm,prizm-ge-rops" 11 compatible = "wm,prizm-ge-rops";
|
| H A D | wm,wm8505-fb.txt | 5 - compatible : "wm,wm8505-fb" 15 compatible = "wm,wm8505-fb";
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | vt8500-sdmmc.txt | 7 - compatible: Should be "wm,wm8505-sdhc". 16 compatible = "wm,wm8505-sdhc";
|
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-wmt.txt | 5 - compatible : should be "wm,wm8505-i2c" 19 compatible = "wm,wm8505-i2c";
|
| /freebsd/sys/riscv/include/ |
| H A D | bus.h | 378 __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 D | bufferevent_openssl.c | 742 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 D | bufferevent_openssl.c | 742 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 D | bus.h | 414 __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 D | bus.h | 365 __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 D | bus.h | 398 __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 D | vt8500-uart.txt | 5 including WM8850/WM8950), or "wm,wm8880-uart" (for WM8880 and later)
|
| /freebsd/crypto/openssl/demos/sslecho/ |
| H A D | key.pem | 32 1lJkbwxQFo2GuYZIX+QLyONhGBA1JdF0kBzIrrQWmza+wNj1emftFptZlwAW1+wm
|
| /freebsd/share/examples/ppp/ |
| H A D | login-auth | 38 wm title . "PPP Login";
|
| H A D | chap-auth | 39 wm title . "PPP Authentication";
|
| /freebsd/sys/kern/ |
| H A D | subr_taskqueue.c | 119 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()
|