Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/src/riscv/starfive/
H A Djh7110-common.dtsi442 pinmux = <PINMUX(64, 0)>,
443 <PINMUX(65, 0)>,
444 <PINMUX(66, 0)>,
445 <PINMUX(67, 0)>,
446 <PINMUX(68, 0)>,
447 <PINMUX(69, 0)>,
448 <PINMUX(70, 0)>,
449 <PINMUX(71, 0)>,
450 <PINMUX(72, 0)>,
451 <PINMUX(73, 0)>;
H A Djh7110-pinfunc.h27 #define PINMUX(n, func) ((1 << 10) | (((func) & 0x3) << 8) | ((n) & 0xff)) macro
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Dpinctrl-cv18xx.h16 #define PINMUX(pin, mux) \ macro