Home
last modified time | relevance | path

Searched refs:_rev (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/mach-orion5x/
H A Dts78xx-fpga.h3 #define FPGAID(_magic, _rev) ((_magic << 8) + _rev) argument
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c17 #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/include/sound/
H A Dhdaudio_ext.h16 #define HDA_CODEC_REV_EXT_ENTRY(_vid, _rev, _name, drv_data) \ argument
17 { .vendor_id = (_vid), .rev_id = (_rev), .name = (_name), \
H A Dhda_codec.h82 #define HDA_CODEC_REV_ENTRY(_vid, _rev, _name, _patch) \ argument
83 { .vendor_id = (_vid), .rev_id = (_rev), .name = (_name), \
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c198 #define GPU_REV_EXT(name, _rev, _p, _s, stat) \ argument
200 .revision = (_rev) << 12 | (_p) << 4 | (_s), \
201 .issues = hw_issues_##name##_r##_rev##p##_p##stat, \
/linux/include/linux/
H A Dmod_devicetable.h441 #define BCMA_CORE(_manuf, _id, _rev, _class) \ argument
442 { .manuf = _manuf, .id = _id, .rev = _rev, .class = _class, }