HomeSort by: relevance | last modified time | path
    Searched refs:sti_softc (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/ic/
stivar.h 34 struct sti_softc;
40 struct sti_softc *rom_softc; /* backpointer to device */
120 struct sti_softc { struct
136 void (*sc_enable_rom)(struct sti_softc *);
137 void (*sc_disable_rom)(struct sti_softc *);
146 int sti_attach_common(struct sti_softc *, bus_space_tag_t, bus_space_tag_t,
150 void sti_describe(struct sti_softc *);
151 void sti_end_attach(struct sti_softc *);
sti.c 120 struct sti_screen *sti_attach_screen(struct sti_softc *, int);
121 void sti_describe_screen(struct sti_softc *, struct sti_screen *);
164 sti_attach_common(struct sti_softc *sc, bus_space_tag_t iot,
192 sti_attach_screen(struct sti_softc *sc, int flags)
747 sti_describe_screen(struct sti_softc *sc, struct sti_screen *scr)
761 sti_describe(struct sti_softc *sc)
780 sti_end_attach(struct sti_softc *sc)
  /src/sys/arch/hp300/dev/
sti_machdep.h 35 struct sti_softc sc_sti;
sti_machdep.c 130 struct sti_softc *ssc = &sc->sc_sti;
145 struct sti_softc *ssc = &sc->sc_sti;
321 struct sti_softc *ssc = rom->rom_softc;
sti_sgc.c 71 struct sti_softc *ssc = &sc->sc_sti;
sti_dio.c 77 struct sti_softc *ssc = &sc->sc_sti;
  /src/sys/dev/pci/
sti_pci.c 54 struct sti_softc sc_base;
65 int sti_readbar(struct sti_softc *, struct pci_attach_args *, u_int, int);
67 void sti_pci_enable_rom(struct sti_softc *);
68 void sti_pci_disable_rom(struct sti_softc *);
130 struct sti_softc *sc = &spc->sc_base;
142 struct sti_softc *sc = &spc->sc_base;
339 sti_readbar(struct sti_softc *sc, struct pci_attach_args *pa, u_int region,
394 sti_pci_enable_rom(struct sti_softc *sc)
420 sti_pci_disable_rom(struct sti_softc *sc)
  /src/sys/arch/hppa/dev/
sti_sgc.c 112 CFATTACH_DECL_NEW(sti_gedoens, sizeof(struct sti_softc), sti_sgc_probe,
237 struct sti_softc *sc = device_private(self);
294 struct sti_softc *sc = device_private(dev);
gftfb.c 67 struct sti_softc sc_base;
98 int gftfb_readbar(struct sti_softc *, struct pci_attach_args *, u_int, int);
100 void gftfb_enable_rom(struct sti_softc *);
101 void gftfb_disable_rom(struct sti_softc *);
116 void sti_describe_screen(struct sti_softc *, struct sti_screen *);
343 struct sti_softc *sc = &spc->sc_base;
538 gftfb_readbar(struct sti_softc *sc, struct pci_attach_args *pa, u_int region,
593 gftfb_enable_rom(struct sti_softc *sc)
619 gftfb_disable_rom(struct sti_softc *sc)
summitfb.c 72 struct sti_softc sc_base;
103 int summitfb_readbar(struct sti_softc *, struct pci_attach_args *, u_int,
106 void summitfb_enable_rom(struct sti_softc *);
107 void summitfb_disable_rom(struct sti_softc *);
118 void sti_describe_screen(struct sti_softc *, struct sti_screen *);
375 struct sti_softc *sc = &spc->sc_base;
568 summitfb_readbar(struct sti_softc *sc, struct pci_attach_args *pa,
624 summitfb_enable_rom(struct sti_softc *sc)
650 summitfb_disable_rom(struct sti_softc *sc)

Completed in 172 milliseconds