Searched refs:ISAPNP_DEVICE (Results 1 – 1 of 1) sorted by relevance
35 #define ISAPNP_DEVICE(x) ((((x)&0xf000)>>8)|\ macro39 #define ISAPNP_FUNCTION(x) ISAPNP_DEVICE(x)53 .card_vendor = ISAPNP_VENDOR(_va, _vb, _vc), .card_device = ISAPNP_DEVICE(_device)68 .card_vendor = ISAPNP_VENDOR(_cva, _cvb, _cvc), .card_device = ISAPNP_DEVICE(_cdevice), \