Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-orion5x/
Dts78xx-fpga.h2 #define FPGAID(_magic, _rev) ((_magic << 8) + _rev) argument
/linux-4.4.14/drivers/net/ethernet/sfc/
Dfalcon_boards.c20 #define FALCON_BOARD_TYPE(_rev) (_rev >> 8) argument
21 #define FALCON_BOARD_MAJOR(_rev) ((_rev >> 4) & 0xf) argument
22 #define FALCON_BOARD_MINOR(_rev) (_rev & 0xf) argument
/linux-4.4.14/include/sound/
Dhdaudio_ext.h43 #define HDA_CODEC_REV_EXT_ENTRY(_vid, _rev, _name, drv_data) \ argument
44 { .vendor_id = (_vid), .rev_id = (_rev), .name = (_name), \
/linux-4.4.14/include/linux/
Dmod_devicetable.h389 #define BCMA_CORE(_manuf, _id, _rev, _class) \ argument
390 { .manuf = _manuf, .id = _id, .rev = _rev, .class = _class, }
/linux-4.4.14/sound/pci/hda/
Dhda_codec.h90 #define HDA_CODEC_REV_ENTRY(_vid, _rev, _name, _patch) \ argument
91 { .vendor_id = (_vid), .rev_id = (_rev), .name = (_name), \