|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | MPP_NUM(x) ((x) & 0xff) |
| #define | MPP_SEL(x) (((x) >> 8) & 0xf) |
| #define | GENERIC_MPP(_num, _sel, _in, _out) |
| #define | MPP_INPUT_MASK GENERIC_MPP(0, 0x0, 1, 0) |
| #define | MPP_OUTPUT_MASK GENERIC_MPP(0, 0x0, 0, 1) |
Functions | |
| void __init | orion_mpp_conf (unsigned int *mpp_list, unsigned int variant_mask, unsigned int mpp_max, void __iomem *dev_bus) |
| #define GENERIC_MPP | ( | _num, | |
| _sel, | |||
| _in, | |||
| _out | |||
| ) |
| #define MPP_INPUT_MASK GENERIC_MPP(0, 0x0, 1, 0) |
| #define MPP_OUTPUT_MASK GENERIC_MPP(0, 0x0, 0, 1) |
1.8.2