Home
last modified time | relevance | path

Searched defs:width (Results 1 – 4 of 4) sorted by relevance

/pciutils/
H A Dsetpci.c41 unsigned int width; /* Byte width of the access */ member
118 int width = op->width; in exec_op() local
269 unsigned int width; member
664 char *base, *offset, *width, *value, *number; in parse_op() local
H A Dbitops.h31 #define BITS(x, at, width) (((x) >> (at)) & ((1 << (width)) - 1)) argument
H A Dls-caps.c218 ht_link_width(unsigned width) in ht_link_width()
H A Dls-ecaps.c1834 static const char *link_width_str(char *buf, size_t buflen, int width) in link_width_str()