Home
last modified time | relevance | path

Searched refs:PWC (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/renesas/
H A Drenesas,rzv2m-pwc.yaml7 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 Dsh.h105 #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 Dtc.decls.h265 #define one_mbtowc(PWC, S, N) \ argument
266 ((void)(N), *(PWC) = (unsigned char)*(S), (size_t)1)