Home
last modified time | relevance | path

Searched refs:__pin (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.h25 #define WMT_BANK_FROM_PIN(__pin) (__pin >> 5) argument
26 #define WMT_BIT_FROM_PIN(__pin) (__pin & 0x1f) argument
/linux/rust/pin-init/src/
H A Dmacros.rs