OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pc_nirq
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/alpha/pci/
pci_machdep.c
184
pc->pc_shared_intrs = alpha_shared_intr_alloc(pc->
pc_nirq
);
186
for (i = 0; i < pc->
pc_nirq
; i++) {
231
if (line < 0 || line >= pc->
pc_nirq
) {
247
KASSERT(irq < pc->
pc_nirq
);
259
KASSERT(irq < pc->
pc_nirq
);
330
KASSERT(irq < pc->
pc_nirq
);
436
for (irq = 0; irq < pc->
pc_nirq
; irq++) {
pci_1000.c
118
pc->
pc_nirq
= PCI_NIRQ;
pci_eb64plus.c
119
pc->
pc_nirq
= EB64PLUS_MAX_IRQ;
pci_eb66.c
119
pc->
pc_nirq
= EB66_MAX_IRQ;
pci_kn20aa.c
84
pc->
pc_nirq
= KN20AA_MAX_IRQ;
pci_1000a.c
122
pc->
pc_nirq
= PCI_NIRQ;
pci_eb164.c
126
pc->
pc_nirq
= EB164_MAX_IRQ;
pci_2100_a500.c
209
pc->
pc_nirq
= SABLE_MAX_IRQ;
211
pc->pc_shared_intrs = alpha_shared_intr_alloc(pc->
pc_nirq
);
213
for (i = 0; i < pc->
pc_nirq
; i++) {
pci_550.c
137
pc->
pc_nirq
= DEC_550_MAX_IRQ;
pci_6600.c
127
pc->
pc_nirq
= PCI_NIRQ;
/src/sys/arch/alpha/include/
pci_machdep.h
89
u_int
pc_nirq
;
member in struct:alpha_pci_chipset
Completed in 18 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025