Home
last modified time | relevance | path

Searched refs:width (Results 1 – 6 of 6) sorted by relevance

/pciutils/
H A Dsetpci.c118 int width = op->width; in exec_op() local
162 if ((op->values[i].mask & max_values[width]) == max_values[width]) in exec_op()
169 switch (width) in exec_op()
199 addr += width; in exec_op()
206 switch (width) in exec_op()
635 if (r->width && !op->width) in parse_register()
636 op->width = r->width; in parse_register()
676 *width++ = 0; in parse_op()
700 if (width) in parse_op()
717 op->width = 0; in parse_op()
[all …]
H A Dbitops.h31 #define BITS(x, at, width) (((x) >> (at)) & ((1 << (width)) - 1)) argument
H A DTODO4 - auto-width
H A Dls-ecaps.c1834 static const char *link_width_str(char *buf, size_t buflen, int width) in link_width_str() argument
1836 switch (width) in link_width_str()
1851 snprintf(buf, buflen, "Unknown (%d)", width); in link_width_str()
H A Dls-caps.c218 ht_link_width(unsigned width) in ht_link_width() argument
221 return widths[width]; in ht_link_width()
H A DChangeLog1173 * setpci.c (main): Don't crash when an invalid width is specified.
2184 according to bus address width.