Home
last modified time | relevance | path

Searched refs:y (Results 1 – 9 of 9) 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
H A Dtypes.h60 #define PCI_PRINTF(x,y) __attribute__((format(printf, x, y))) argument
64 #define PCI_PRINTF(x,y) 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
H A Dgeneric.c177 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 Dnames.h45 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 Dsetpci.c116 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 Dls-kernel.c180 #define MATCH(x, y) ((y) > 0xffff || (x) == (y)) in match_pcimap() argument
H A Dbitops.h21 #define FLAG(x, y) ((x & y) ? '+' : '-') argument
/pciutils/maint/
H A Drelease.pm28 "LSMDATE" => `date '+%y%m%d' | tr -d '\n'`,