Home
last modified time | relevance | path

Searched defs:y (Results 1 – 8 of 8) 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 Dnames.h45 static inline u32 id_pair(unsigned int x, unsigned int y) in id_pair()
H A Dgeneric.c177 u32 y = pci_read_long(d, PCI_BASE_ADDRESS_0 + (++i)*4); in pci_generic_fill_info() local
/pciutils/
H A Dbitops.h21 #define FLAG(x, y) ((x & y) ? '+' : '-') argument
H A Dls-kernel.c180 #define MATCH(x, y) ((y) > 0xffff || (x) == (y)) in match_pcimap() argument
H A Dsetpci.c116 unsigned int i, x, y; in exec_op() local