Searched defs:_rev (Results 1 – 3 of 3) sorted by relevance
2 #define FPGAID(_magic, _rev) ((_magic << 8) + _rev) argument
20 #define FALCON_BOARD_TYPE(_rev) (_rev >> 8) argument21 #define FALCON_BOARD_MAJOR(_rev) ((_rev >> 4) & 0xf) argument22 #define FALCON_BOARD_MINOR(_rev) (_rev & 0xf) argument
379 #define BCMA_CORE(_manuf, _id, _rev, _class) \ argument