Home
last modified time | relevance | path

Searched defs:_rev (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm/mach-orion5x/
H A Dts78xx-fpga.h3 #define FPGAID(_magic, _rev) ((_magic << 8) + _rev) argument
/openbmc/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
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c178 #define GPU_REV_EXT(name, _rev, _p, _s, stat) \ argument
/openbmc/u-boot/include/configs/
H A Dtam3517-common.h267 unsigned char _rev[100]; member
/openbmc/linux/include/sound/
H A Dhdaudio_ext.h16 #define HDA_CODEC_REV_EXT_ENTRY(_vid, _rev, _name, drv_data) \ argument
H A Dhda_codec.h82 #define HDA_CODEC_REV_ENTRY(_vid, _rev, _name, _patch) \ argument
/openbmc/linux/include/linux/
H A Dmod_devicetable.h441 #define BCMA_CORE(_manuf, _id, _rev, _class) \ argument