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

  /src/sys/arch/arm/at91/
at91cf.c 135 at91cf_chipset_tag_t cscf)
149 sc->sc_cscf = cscf;
197 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_attach_socket
207 ph->ph_status = (*cscf->card_detect)(sc);
209 wait = (cscf->power_ctl)(sc, POWER_OFF);
211 wait = (cscf->power_ctl)(sc, POWER_ON);
219 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_config_socket
228 (*cscf->intr_establish)(sc, CD_IRQ, IPL_BIO, at91cf_intr_carddetect, ph);
229 wait = (*cscf->power_ctl)(sc, POWER_OFF);
247 at91cf_chipset_tag_t cscf = sc->sc_cscf local in function:at91cf_create_event_thread
301 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_intr_carddetect
450 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_intr_establish
469 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_intr_disestablish
484 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_intr_socket
505 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_socket_enable
519 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_socket_disable
    [all...]
at91cf.c 135 at91cf_chipset_tag_t cscf)
149 sc->sc_cscf = cscf;
197 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_attach_socket
207 ph->ph_status = (*cscf->card_detect)(sc);
209 wait = (cscf->power_ctl)(sc, POWER_OFF);
211 wait = (cscf->power_ctl)(sc, POWER_ON);
219 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_config_socket
228 (*cscf->intr_establish)(sc, CD_IRQ, IPL_BIO, at91cf_intr_carddetect, ph);
229 wait = (*cscf->power_ctl)(sc, POWER_OFF);
247 at91cf_chipset_tag_t cscf = sc->sc_cscf local in function:at91cf_create_event_thread
301 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_intr_carddetect
450 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_intr_establish
469 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_intr_disestablish
484 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_intr_socket
505 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_socket_enable
519 at91cf_chipset_tag_t cscf = sc->sc_cscf; local in function:at91cf_socket_disable
    [all...]

Completed in 23 milliseconds