HomeSort by: relevance | last modified time | path
    Searched defs:sys_pcctwo (Results 1 - 2 of 2) 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...]
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...]

Completed in 21 milliseconds