HomeSort by: relevance | last modified time | path
    Searched refs:MAX_PCI_INTRS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/prep/include/
pcipnp.h 39 #define MAX_PCI_INTRS 4
56 uint16_t intr[MAX_PCI_INTRS]; /* Index 0-3 == A-D
  /src/sys/arch/prep/prep/
platform.c 242 int lines[MAX_PCI_INTRS] = { 0, 0, 0, 0 };
247 sub = prop_dictionary_create_with_capacity(MAX_PCI_INTRS);
250 for (j = 0; j < MAX_PCI_INTRS; j++) {
258 for (j = 0; j < MAX_PCI_INTRS; j++) {
residual.c 945 for (j = 0, first = 1, t = tmpstr; j < MAX_PCI_INTRS; j++) {
962 for (j = 0, first = 1, l = 0; j < MAX_PCI_INTRS; j++) {

Completed in 14 milliseconds