Home
last modified time | relevance | path

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

/pciutils/
H A Dsetpci.c56 static unsigned int max_values[] = { 0, 0xff, 0xffff, 0, 0xffffffff }; variable
162 if ((op->values[i].mask & max_values[width]) == max_values[width]) in exec_op()
760 lim = max_values[op->width]; in parse_op()