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

  /src/sys/dev/mvme/
pcctwo.c 53 struct pcctwo_softc *sys_pcctwo; variable in typeref:struct:pcctwo_softc *
149 if (sys_pcctwo->sc_vec2icsr[vec] == -1) {
155 vec2icsr = sys_pcctwo->sc_vec2icsr[vec];
156 pcc2_reg_write(sys_pcctwo, VEC2ICSR_REG(vec2icsr), 0);
159 (*sys_pcctwo->sc_isrlink)(sys_pcctwo->sc_isrcookie, hand, arg,
160 lvl, vec + sys_pcctwo->sc_vecbase, evcnt);
163 pcc2_reg_write(sys_pcctwo, VEC2ICSR_REG(vec2icsr),
176 if (sys_pcctwo->sc_vec2icsr[vec] == -1) {
183 pcc2_reg_write(sys_pcctwo, sys_pcctwo->sc_vec2icsr[vec], 0)
    [all...]
clock_pcctwo.c 135 pcc2_reg_write(sys_pcctwo, PCC2REG_TIMER1_CONTROL, PCCTWO_TT_CTRL_COVF);
136 pcc2_reg_write32(sys_pcctwo, PCC2REG_TIMER1_COUNTER, 0);
137 pcc2_reg_write32(sys_pcctwo, PCC2REG_TIMER1_COMPARE,
139 pcc2_reg_write(sys_pcctwo, PCC2REG_TIMER1_CONTROL,
141 pcc2_reg_write(sys_pcctwo, PCC2REG_TIMER1_ICSR, sc->sc_clock_lvl);
143 pcc2_reg_write(sys_pcctwo, PCC2REG_TIMER2_CONTROL, PCCTWO_TT_CTRL_COVF);
144 pcc2_reg_write32(sys_pcctwo, PCC2REG_TIMER2_COUNTER, 0);
145 pcc2_reg_write32(sys_pcctwo, PCC2REG_TIMER2_COMPARE,
147 pcc2_reg_write(sys_pcctwo, PCC2REG_TIMER2_CONTROL,
149 pcc2_reg_write(sys_pcctwo, PCC2REG_TIMER2_ICSR, sc->sc_clock_lvl)
    [all...]
pcctwovar.h 90 extern struct pcctwo_softc *sys_pcctwo;
osiop_pcctwo.c 165 istat = pcc2_reg_read(sys_pcctwo, PCC2REG_SCSI_ERR_STATUS);
170 pcc2_reg_write(sys_pcctwo, PCC2REG_SCSI_ERR_STATUS, istat);
if_ie_mvme.c 136 reg = pcc2_reg_read(sys_pcctwo, PCC2REG_ETH_ICSR);
138 pcc2_reg_write(sys_pcctwo, PCC2REG_ETH_ICSR, reg);
149 reg = pcc2_reg_read(sys_pcctwo, PCC2REG_ETH_ICSR);
151 pcc2_reg_write(sys_pcctwo, PCC2REG_ETH_ICSR, reg);
clmpcc_pcctwo.c 170 foo = pcc2_reg_read(sys_pcctwo, offset);
207 * We need to fake the tag and handle since 'sys_pcctwo' will
  /src/sys/arch/mvme68k/dev/
pcctwo_68k.c 157 if (sys_pcctwo || strcmp(ma->ma_name, pcctwo_cd.cd_name))
191 sc = sys_pcctwo = device_private(self);
264 pcc2_reg_write(sys_pcctwo, MCCHIPREG_ABORT_ICSR, PCCTWO_ICR_ICLR |
265 pcc2_reg_read(sys_pcctwo, MCCHIPREG_ABORT_ICSR));
285 1, sys_pcctwo, &sys_pcctwo->sc_evcnt);
286 pcc2_reg_write(sys_pcctwo, MCCHIPREG_TIMER4_CTRL, 0);
287 pcc2_reg_write32(sys_pcctwo, MCCHIPREG_TIMER4_COMP, 1);
288 pcc2_reg_write32(sys_pcctwo, MCCHIPREG_TIMER4_CNTR, 0);
321 pcc2_reg_write(sys_pcctwo, MCCHIPREG_TIMER4_CTRL, PCCTWO_TT_CTRL_CEN)
    [all...]

Completed in 12 milliseconds