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

  /src/sys/dev/ic/
oplvar.h 43 struct opl_softc { struct
100 int opl_find(struct opl_softc *);
102 void opl_attach(struct opl_softc *);
103 int opl_detach(struct opl_softc *, int);
opl.c 106 static void opl_command(struct opl_softc *, int, int, int);
107 void opl_reset(struct opl_softc *);
123 void opl_set_op_reg(struct opl_softc *, int, int, int, u_char);
124 void opl_set_ch_reg(struct opl_softc *, int, int, u_char);
125 void opl_load_patch(struct opl_softc *, int);
141 opl_attach(struct opl_softc *sc)
193 opl_detach(struct opl_softc *sc, int flags)
205 opl_command(struct opl_softc *sc, int offs, int addr, int data)
228 struct opl_softc *sc;
241 opl_find(struct opl_softc *sc
    [all...]
  /src/sys/dev/pci/
opl_eso.c 72 struct opl_softc *sc = device_private(self);
86 CFATTACH_DECL_NEW(opl_eso, sizeof (struct opl_softc),
opl_fms.c 73 struct opl_softc *sc = device_private(self);
87 CFATTACH_DECL_NEW(opl_fms, sizeof (struct opl_softc),
opl_sv.c 72 struct opl_softc *sc = device_private(self);
86 CFATTACH_DECL_NEW(opl_sv, sizeof (struct opl_softc),
opl_cmpci.c 73 struct opl_softc *sc = device_private(self);
85 CFATTACH_DECL_NEW(opl_cmpci, sizeof (struct opl_softc),
opl_yds.c 75 struct opl_softc *sc = device_private(self);
87 CFATTACH_DECL_NEW(opl_yds, sizeof (struct opl_softc),
  /src/sys/dev/isa/
opl_ess.c 61 CFATTACH_DECL_NEW(opl_ess, sizeof(struct opl_softc),
79 struct opl_softc *sc = device_private(self);
opl_sb.c 59 CFATTACH_DECL_NEW(opl_sb, sizeof(struct opl_softc),
77 struct opl_softc *sc = device_private(self);
opl_wss.c 59 CFATTACH_DECL_NEW(opl_wss, sizeof(struct opl_softc),
77 struct opl_softc *sc = device_private(self);
opl_isa.c 62 struct opl_softc sc_opl;
103 struct opl_softc *sc = device_private(self);
opl_ym.c 65 CFATTACH_DECL_NEW(opl_ym, sizeof(struct opl_softc),
83 struct opl_softc *sc = device_private(self);

Completed in 34 milliseconds