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

  /src/sys/arch/newsmips/apbus/
spifi.c 79 struct spifi_softc { struct
113 struct spifi_scb *spifi_get_scb(struct spifi_softc *);
114 void spifi_free_scb(struct spifi_softc *, struct spifi_scb *);
115 int spifi_poll(struct spifi_softc *);
118 void spifi_sched(struct spifi_softc *);
120 void spifi_pmatch(struct spifi_softc *);
122 void spifi_select(struct spifi_softc *);
123 void spifi_sendmsg(struct spifi_softc *, int);
124 void spifi_command(struct spifi_softc *);
125 void spifi_data_io(struct spifi_softc *);
    [all...]

Completed in 12 milliseconds