Searched defs:y (Results 1 – 8 of 8) sorted by relevance
| /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
|
| 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 | sysdep.h | 14 #define FORMAT_CHECK(x,y,z) __attribute__((format(x,y,z))) argument 18 #define FORMAT_CHECK(x,y,z) argument
|
| H A D | names.h | 45 static inline u32 id_pair(unsigned int x, unsigned int y) in id_pair()
|
| H A D | generic.c | 177 u32 y = pci_read_long(d, PCI_BASE_ADDRESS_0 + (++i)*4); in pci_generic_fill_info() local
|
| /pciutils/ |
| H A D | bitops.h | 21 #define FLAG(x, y) ((x & y) ? '+' : '-') argument
|
| H A D | ls-kernel.c | 180 #define MATCH(x, y) ((y) > 0xffff || (x) == (y)) in match_pcimap() argument
|
| H A D | setpci.c | 116 unsigned int i, x, y; in exec_op() local
|