Searched refs:ISAPNP_DEVICE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | isapnp.h | 20 #define ISAPNP_DEVICE(x) ((((x)&0xf000)>>8)|\ macro 24 #define ISAPNP_FUNCTION(x) ISAPNP_DEVICE(x) 38 .card_vendor = ISAPNP_VENDOR(_va, _vb, _vc), .card_device = ISAPNP_DEVICE(_device) 53 .card_vendor = ISAPNP_VENDOR(_cva, _cvb, _cvc), .card_device = ISAPNP_DEVICE(_cdevice), \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | isapnp.h | 20 #define ISAPNP_DEVICE(x) ((((x)&0xf000)>>8)|\ macro 24 #define ISAPNP_FUNCTION(x) ISAPNP_DEVICE(x) 38 .card_vendor = ISAPNP_VENDOR(_va, _vb, _vc), .card_device = ISAPNP_DEVICE(_device) 53 .card_vendor = ISAPNP_VENDOR(_cva, _cvb, _cvc), .card_device = ISAPNP_DEVICE(_cdevice), \
|
Completed in 1 milliseconds