/src/sys/arch/mvme68k/dev/ |
pccvar.h | 43 int pa_ipl; /* interrupt level */ member in struct:pcc_attach_args
|
if_le.c | 154 pa->pa_ipl = cf->pcccf_ipl; 208 pccintr_evcnt(pa->pa_ipl), "ether", device_xname(self)); 210 pccintr_establish(PCCV_LE, am7990_intr, pa->pa_ipl, sc, &lsc->sc_evcnt); 213 pa->pa_ipl | PCC_IENABLE);
|
zs_pcc.c | 91 pa->pa_ipl = cf->pcccf_ipl; 92 if (pa->pa_ipl == -1) 93 pa->pa_ipl = ZSHARD_PRI; 118 zs_level = pa->pa_ipl;
|
zs_pcctwo.c | 95 pa->pa_ipl = cf->pcctwocf_ipl; 96 if (pa->pa_ipl == -1) 97 pa->pa_ipl = ZSHARD_PRI; 119 zs_level = pa->pa_ipl;
|
clock_pcc.c | 94 pa->pa_ipl = cf->pcccf_ipl; 109 if (pa->pa_ipl != CLOCK_LEVEL) 117 clock_config(self, &sc->sc_clock_args, pccintr_evcnt(pa->pa_ipl)); 123 pccintr_establish(PCCV_TIMER1, clock_pcc_profintr, pa->pa_ipl, 125 pccintr_establish(PCCV_TIMER2, clock_pcc_statintr, pa->pa_ipl, 127 sc->sc_clock_lvl = pa->pa_ipl | PCC_IENABLE | PCC_TIMERACK;
|
pcc.c | 217 npa.pa_ipl = -1; 238 if (pa->pa_ipl != -1) 239 aprint_normal(" ipl %d", pa->pa_ipl);
|
lpt_pcc.c | 94 pa->pa_ipl = cf->pcccf_ipl; 112 sc->sc_ipl = pa->pa_ipl & PCC_IMASK;
|
wdsc.c | 112 pa->pa_ipl = cf->pcccf_ipl; 181 sc->sc_ipl = pa->pa_ipl & PCC_IMASK;
|
/src/sys/dev/mvme/ |
pcctwo.c | 99 npa.pa_ipl = -1; 121 if (pa->pa_ipl != -1) 122 aprint_normal(" ipl %d", pa->pa_ipl);
|
pcctwovar.h | 42 int pa_ipl; /* interrupt level */ member in struct:pcctwo_attach_args
|
clock_pcctwo.c | 91 pa->pa_ipl = cf->pcctwocf_ipl; 106 if (pa->pa_ipl != CLOCK_LEVEL) 113 clock_config(self, &sc->sc_clock_args, pcctwointr_evcnt(pa->pa_ipl)); 118 sc->sc_clock_lvl = (pa->pa_ipl & PCCTWO_ICR_LEVEL_MASK) | 123 pa->pa_ipl, NULL, &clock_profcnt); 125 pa->pa_ipl, NULL, &clock_statcnt);
|
osiop_pcctwo.c | 97 pa->pa_ipl = cf->pcctwocf_ipl; 147 pcctwointr_evcnt(pa->pa_ipl), "disk", 151 pcctwointr_establish(PCCTWOV_SCSI, osiop_pcctwo_intr, pa->pa_ipl, sc,
|
clmpcc_pcctwo.c | 102 pa->pa_ipl = cf->pcctwocf_ipl; 115 int level = pa->pa_ipl; 119 level = pa->pa_ipl;
|
if_ie_mvme.c | 227 pa->pa_ipl = cf->pcctwocf_ipl; 309 pcctwointr_evcnt(pa->pa_ipl), "ether", device_xname(self)); 312 pcctwointr_establish(PCCTWOV_LANC_IRQ, i82586_intr, pa->pa_ipl, sc,
|
lpt_pcctwo.c | 102 pa->pa_ipl = cf->pcctwocf_ipl; 123 sc->sc_ipl = pa->pa_ipl & PCCTWO_ICR_LEVEL_MASK;
|