Home | History | Annotate | Download | only in ic

Lines Matching defs:sca_softc

52 struct sca_softc;
133 struct sca_softc *sca; /* pointer to parent */
139 struct sca_softc {
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 *);
206 void sca_init(struct sca_softc *);
207 void sca_port_attach(struct sca_softc *, u_int);
208 int sca_hardintr(struct sca_softc *);
209 void sca_shutdown(struct sca_softc *);
210 void sca_get_base_clock(struct sca_softc *);
211 void sca_print_clock_info(struct sca_softc *);