Home
last modified time | relevance | path

Searched defs:PIN_NO (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/dt-bindings/pinctrl/
H A Dstm32-pinfunc.h31 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) macro
/openbmc/linux/include/dt-bindings/pinctrl/
H A Dstm32-pinfunc.h31 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) macro