Searched refs:y (Results 1 – 9 of 9) 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 | generic.c | 177 u32 y = pci_read_long(d, PCI_BASE_ADDRESS_0 + (++i)*4); in pci_generic_fill_info() local 179 d->base_addr[i-1] = x | (((pciaddr_t) y) << 32); in pci_generic_fill_info() 181 if (y) in pci_generic_fill_info()
|
| H A D | names.h | 45 static inline u32 id_pair(unsigned int x, unsigned int y) in id_pair() argument 47 return ((x << 16) | y); in id_pair()
|
| /pciutils/ |
| H A D | setpci.c | 116 unsigned int i, x, y; in exec_op() local 172 y = pci_read_byte(dev, addr); in exec_op() 175 y = pci_read_word(dev, addr); in exec_op() 178 y = pci_read_long(dev, addr); in exec_op() 181 x = (y & ~op->values[i].mask) | op->values[i].value; in exec_op() 182 trace(mask_formats[width], y, op->values[i].value, op->values[i].mask, x); in exec_op()
|
| H A D | ls-kernel.c | 180 #define MATCH(x, y) ((y) > 0xffff || (x) == (y)) in match_pcimap() argument
|
| H A D | bitops.h | 21 #define FLAG(x, y) ((x & y) ? '+' : '-') argument
|
| /pciutils/maint/ |
| H A D | release.pm | 28 "LSMDATE" => `date '+%y%m%d' | tr -d '\n'`,
|