Lines Matching defs:octfpa_softc
57 struct octfpa_softc {
71 void octfpa_int_enable(struct octfpa_softc *, int);
74 static void octfpa_init(struct octfpa_softc *);
76 static uint64_t octfpa_iobdma(struct octfpa_softc *, int, int);
79 static struct octfpa_softc octfpa_softc;
86 struct octfpa_softc *sc = &octfpa_softc;
104 struct octfpa_softc *sc = &octfpa_softc;
183 struct octfpa_softc *sc = &octfpa_softc;
191 static inline void octfpa_init_bus(struct octfpa_softc *);
192 static inline void octfpa_init_bus_space(struct octfpa_softc *);
193 static inline void octfpa_init_regs(struct octfpa_softc *);
196 octfpa_init(struct octfpa_softc *sc)
207 octfpa_init_bus(struct octfpa_softc *sc)
214 octfpa_init_bus_space(struct octfpa_softc *sc)
229 octfpa_init_regs(struct octfpa_softc *sc)
238 struct octfpa_softc *sc = &octfpa_softc;