Go to the source code of this file.
|
#define | ISA_VENDOR(a, b, c) |
|
#define | ISAPNP_VENDOR(a, b, c) ISA_VENDOR ( a, b, c ) |
|
#define | EISA_VENDOR(a, b, c) ISA_VENDOR ( a, b, c ) |
|
#define | GENERIC_ISAPNP_VENDOR ISAPNP_VENDOR ( 'P','N','P' ) |
|
#define | ISA_PROD_ID_MASK ( 0xf0ff ) |
|
#define | ISA_PROD_ID(product) ( (product) & ISA_PROD_ID_MASK ) |
|
#define | ISA_PROD_REV(product) ( ( (product) & ~ISA_PROD_ID_MASK ) >> 8 ) |
|
◆ ISA_VENDOR
#define ISA_VENDOR |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| |
Value:bswap_16 ( ( ( ( (a) -
'A' + 1 ) & 0x1f ) << 10 ) | \
( ( ( (b) - 'A' + 1 ) & 0x1f ) << 5 ) | \
( ( ( (
c) -
'A' + 1 ) & 0x1f ) << 0 ) )
static __always_inline void off_t int c
Definition at line 30 of file isa_ids.h.
◆ ISAPNP_VENDOR
◆ EISA_VENDOR
◆ GENERIC_ISAPNP_VENDOR
◆ ISA_PROD_ID_MASK
#define ISA_PROD_ID_MASK ( 0xf0ff ) |
◆ ISA_PROD_ID
◆ ISA_PROD_REV
◆ FILE_LICENCE()
FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL |
| ) |
|
◆ isa_id_string()
char* isa_id_string |
( |
unsigned int |
vendor, |
|
|
unsigned int |
product |
|
) |
| |