Home
last modified time | relevance | path

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

/arch/mips/pci/
Dops-pmcmsp.c72 unsigned int intcount, total = 0; in show_msp_pci_counts() local
75 intcount = pci_int_count[i]; in show_msp_pci_counts()
76 if (intcount != 0) { in show_msp_pci_counts()
77 seq_printf(m, "[%d] = %u\n", i, intcount); in show_msp_pci_counts()
78 total += intcount; in show_msp_pci_counts()