Searched defs:_rev (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm/mach-orion5x/ |
H A D | ts78xx-fpga.h | 3 #define FPGAID(_magic, _rev) ((_magic << 8) + _rev) argument
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | falcon_boards.c | 17 #define FALCON_BOARD_TYPE(_rev) (_rev >> 8) argument 18 #define FALCON_BOARD_MAJOR(_rev) ((_rev >> 4) & 0xf) argument 19 #define FALCON_BOARD_MINOR(_rev) (_rev & 0xf) argument
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gpu.c | 178 #define GPU_REV_EXT(name, _rev, _p, _s, stat) \ argument
|
/openbmc/u-boot/include/configs/ |
H A D | tam3517-common.h | 267 unsigned char _rev[100]; member
|
/openbmc/linux/include/sound/ |
H A D | hdaudio_ext.h | 16 #define HDA_CODEC_REV_EXT_ENTRY(_vid, _rev, _name, drv_data) \ argument
|
H A D | hda_codec.h | 82 #define HDA_CODEC_REV_ENTRY(_vid, _rev, _name, _patch) \ argument
|
/openbmc/linux/include/linux/ |
H A D | mod_devicetable.h | 441 #define BCMA_CORE(_manuf, _id, _rev, _class) \ argument
|