HomeSort by: relevance | last modified time | path
    Searched defs:pxasc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/viper/
if_sm_pxaip.c 80 struct sm_pxaip_softc *pxasc = device_private(self); local in function:sm_pxaip_attach
81 struct smc91cxx_softc *sc = &pxasc->sc_sm;
93 pxasc->ih = pxa2x0_gpio_intr_establish(paa->pxa_intr, IST_EDGE_RISING,
95 if (pxasc->ih == NULL) {
if_sm_pxaip.c 80 struct sm_pxaip_softc *pxasc = device_private(self); local in function:sm_pxaip_attach
81 struct smc91cxx_softc *sc = &pxasc->sc_sm;
93 pxasc->ih = pxa2x0_gpio_intr_establish(paa->pxa_intr, IST_EDGE_RISING,
95 if (pxasc->ih == NULL) {

Completed in 70 milliseconds