Searched defs:_rev (Results 1 – 5 of 5) sorted by relevance
/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
|
/linux/arch/arm/mach-orion5x/ |
H A D | ts78xx-fpga.h | 3 #define FPGAID(_magic, _rev) ((_magic << 8) + _rev) argument
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_gpu.c | 197 #define GPU_REV_EXT(name, _rev, _p, _s, stat) \ argument
|
/linux/include/sound/ |
H A D | hdaudio_ext.h | 16 HDA_CODEC_REV_EXT_ENTRY(_vid,_rev,_name,drv_data) global() argument
|
H A D | hda_codec.h | 82 #define HDA_CODEC_REV_ENTRY(_vid, _rev, _name, _patch) \ argument
|