| /pciutils/lib/ |
| H A D | i386-io-access.h | 64 #define intel_outb(x, y) _outp(y, x) argument 65 #define intel_outw(x, y) _outpw(y, x) argument 66 #define intel_outl(x, y) _outpd(y, x) argument 67 #define intel_inb(x) _inp(x) argument 68 #define intel_inw(x) _inpw(x) argument 69 #define intel_inl(x) _inpd(x) argument
|
| H A D | sysdep.h | 14 #define FORMAT_CHECK(x,y,z) __attribute__((format(x,y,z))) argument 18 #define FORMAT_CHECK(x,y,z) argument 127 #define cpu_to_le16(x) (x) argument 128 #define cpu_to_le32(x) (x) argument 129 #define le16_to_cpu(x) (x) argument 130 #define le32_to_cpu(x) (x) argument
|
| H A D | header.h | 933 #define PCI_EXP_LNKCAP2_SPEED(x) (((x) >> 1) & 0x7f) argument 1081 #define PCI_PWR_DATA_TYPE(x) (((x) >> 15) & 7) /* Type */ argument 1148 #define PCI_CXL_RANGE_TYPE(x) (((x) >> 2) & 0x7) argument 1149 #define PCI_CXL_RANGE_CLASS(x) (((x) >> 5) & 0x7) argument 1150 #define PCI_CXL_RANGE_INTERLEAVE(x) (((x) >> 8) & 0x1f) argument 1151 #define PCI_CXL_RANGE_TIMEOUT(x) (((x) >> 13) & 0x7) argument 1333 #define PCI_MCAST_CAP_MAX_GROUP(x) ((x) & 0x3f) argument 1334 #define PCI_MCAST_CAP_WIN_SIZE(x) (((x) >> 8) & 0x3f) argument 1337 #define PCI_MCAST_CTRL_NUM_GROUP(x) ((x) & 0x3f) argument 1340 #define PCI_MCAST_BAR_INDEX_POS(x) ((u32) ((x) & 0x3f)) argument [all …]
|
| H A D | names.h | 45 static inline u32 id_pair(unsigned int x, unsigned int y) in id_pair() 50 static inline unsigned int pair_first(unsigned int x) in pair_first() 55 static inline unsigned int pair_second(unsigned int x) in pair_second()
|
| H A D | names-net.c | 38 #define GET16(x) do { if (p+2 > end) goto err; x = (p[0] << 8) | p[1]; p += 2; } while (0) argument 39 #define GET32(x) do { if (p+4 > end) goto err; x = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]… argument 67 unsigned int x = *p++; in dns_skip_name() local 90 unsigned int UNUSED x; in dns_parse_packet() local
|
| H A D | types.h | 60 #define PCI_PRINTF(x,y) __attribute__((format(printf, x, y))) argument 64 #define PCI_PRINTF(x,y) argument
|
| H A D | init.c | 244 void *x = malloc(size); in pci_malloc() local 252 pci_mfree(void *x) in pci_mfree()
|
| H A D | internal.h | 56 #define _PCI_STRINGIFY(x) #x argument 57 #define PCI_STRINGIFY(x) _PCI_STRINGIFY(x) argument
|
| H A D | generic.c | 164 u32 x = pci_read_long(d, PCI_BASE_ADDRESS_0 + i*4); in pci_generic_fill_info() local
|
| H A D | names-parse.c | 64 int x = 0; in id_hex() local
|
| /pciutils/ |
| H A D | bitops.h | 21 #define FLAG(x, y) ((x & y) ? '+' : '-') argument 31 #define BITS(x, at, width) (((x) >> (at)) & ((1 << (width)) - 1)) argument 36 #define TABLE(tab, x, buf) \ argument
|
| H A D | ls-kernel.c | 180 #define MATCH(x, y) ((y) > 0xffff || (x) == (y)) in match_pcimap() argument
|
| H A D | lspci.c | 310 char *x; in show_terse() local 345 show_size(u64 x) in show_size()
|
| H A D | setpci.c | 116 unsigned int i, x, y; in exec_op() local
|