Searched full:apple_pinmux (Results 1 – 2 of 2) sorted by relevance
55 configuration number using the APPLE_PINMUX() helper macro101 pinmux = <APPLE_PINMUX(150, 1)>,102 <APPLE_PINMUX(151, 1)>,103 <APPLE_PINMUX(32, 1)>;
9 #define APPLE_PINMUX(pin, func) ((pin) | ((func) << 16)) macro