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

  /src/sys/dev/ic/
hd64570var.h 52 struct sca_softc;
133 struct sca_softc *sca; /* pointer to parent */
139 struct sca_softc { struct
156 u_int8_t (*sc_read_1)(struct sca_softc *, u_int);
157 u_int16_t (*sc_read_2)(struct sca_softc *, u_int);
158 void (*sc_write_1)(struct sca_softc *, u_int, u_int8_t);
159 void (*sc_write_2)(struct sca_softc *, u_int, u_int16_t);
177 void (*p_set_page)(struct sca_softc *, bus_addr_t);
178 void (*p_page_on)(struct sca_softc *);
179 void (*p_page_off)(struct sca_softc *);
    [all...]

Completed in 12 milliseconds