/src/sys/arch/mvme68k/dev/ |
pcc.c | 134 struct pcc_softc *sys_pcc; variable in typeref:struct:pcc_softc * 149 if (sys_pcc) 166 sc = sys_pcc = device_private(self); 278 pcc_reg_write(sys_pcc, pcc_vec2intctrl[pccvec], PCC_ICLEAR); 290 pcc_reg_write(sys_pcc, PCCREG_ABORT_INTR_CTRL, 302 pcc_reg_write(sys_pcc, PCCREG_SOFT1_INTR_CTRL, 1 | PCC_IENABLE);
|
pcc.c | 134 struct pcc_softc *sys_pcc; variable in typeref:struct:pcc_softc * 149 if (sys_pcc) 166 sc = sys_pcc = device_private(self); 278 pcc_reg_write(sys_pcc, pcc_vec2intctrl[pccvec], PCC_ICLEAR); 290 pcc_reg_write(sys_pcc, PCCREG_ABORT_INTR_CTRL, 302 pcc_reg_write(sys_pcc, PCCREG_SOFT1_INTR_CTRL, 1 | PCC_IENABLE);
|