Searched refs:PWC (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/renesas/ |
| H A D | renesas,rzv2m-pwc.yaml | 7 title: Renesas RZ/V2M External Power Sequence Controller (PWC) 10 The PWC IP found in the RZ/V2M family of chips comes with the below 37 description: The PWC is used to control the system power supplies.
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | sh.h | 105 #define normal_mbtowc(PWC, S, N) rt_mbtowc(PWC, S, N) argument 112 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) argument 121 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) argument
|
| H A D | tc.decls.h | 265 #define one_mbtowc(PWC, S, N) \ argument 266 ((void)(N), *(PWC) = (unsigned char)*(S), (size_t)1)
|