Home
last modified time | relevance | path

Searched defs:x (Results 1 – 14 of 14) sorted by relevance

/pciutils/lib/
H A Di386-io-access.h64 #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 Dsysdep.h14 #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 Dheader.h933 #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 Dnames.h45 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 Dnames-net.c38 #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 Dtypes.h60 #define PCI_PRINTF(x,y) __attribute__((format(printf, x, y))) argument
64 #define PCI_PRINTF(x,y) argument
H A Dinit.c244 void *x = malloc(size); in pci_malloc() local
252 pci_mfree(void *x) in pci_mfree()
H A Dinternal.h56 #define _PCI_STRINGIFY(x) #x argument
57 #define PCI_STRINGIFY(x) _PCI_STRINGIFY(x) argument
H A Dgeneric.c164 u32 x = pci_read_long(d, PCI_BASE_ADDRESS_0 + i*4); in pci_generic_fill_info() local
H A Dnames-parse.c64 int x = 0; in id_hex() local
/pciutils/
H A Dbitops.h21 #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 Dls-kernel.c180 #define MATCH(x, y) ((y) > 0xffff || (x) == (y)) in match_pcimap() argument
H A Dlspci.c310 char *x; in show_terse() local
345 show_size(u64 x) in show_size()
H A Dsetpci.c116 unsigned int i, x, y; in exec_op() local