Go to the documentation of this file.
14 #define MPP_NUM(x) ((x) & 0xff)
15 #define MPP_SEL(x) (((x) >> 8) & 0xf)
22 #define GENERIC_MPP(_num, _sel, _in, _out) ( \
24 (((_sel) & 0xf) << 8) | \
28 #define MPP_INPUT_MASK GENERIC_MPP(0, 0x0, 1, 0)
29 #define MPP_OUTPUT_MASK GENERIC_MPP(0, 0x0, 0, 1)
32 unsigned int mpp_max,
void __iomem *dev_bus);