Home
last modified time | relevance | path

Searched full:pad_func_share (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dstarfive,jh7100-pinctrl.yaml13 and PAD_FUNC_SHARE[0] to PAD_FUNC_SHARE[141] can be multiplexed and have
27 | -------|-- GPIO1 --------| |--- PAD_FUNC_SHARE[0]
28 | | | | | |--- PAD_FUNC_SHARE[1]
30 | | | | | |--- PAD_FUNC_SHARE[141]
120 This should be set using either the PAD_GPIO or PAD_FUNC_SHARE
190 pins = <PAD_FUNC_SHARE(115)>;
198 pins = <PAD_FUNC_SHARE(116)>;
206 pins = <PAD_FUNC_SHARE(117)>,
207 <PAD_FUNC_SHARE(119)>,
208 <PAD_FUNC_SHARE(120)>,
[all …]
/freebsd-src/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Dpinctrl-starfive-jh7100.h12 #define PAD_FUNC_SHARE(x) (PAD_FUNC_SHARE_OFFSET + (x)) macro
H A Dpinctrl-starfive.h12 #define PAD_FUNC_SHARE(x) (PAD_FUNC_SHARE_OFFSET + (x)) macro