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

1 2 3 4 5 6

  /src/sys/arch/ia64/stand/ia64/ski/
ssc.c 1 /* $NetBSD: ssc.c,v 1.4 2020/01/14 16:23:07 scole Exp $ */
30 /* __FBSDID("$FreeBSD: src/sys/boot/ia64/libski/ssc.c,v 1.4 2003/09/08 09:11:32 obrien Exp $"); */
41 * PSR.dt across the SSC call. We do this by saving and restoring psr.l
47 ssc(u_int64_t in0, u_int64_t in1, u_int64_t in2, u_int64_t in3, int which) function in typeref:typename:u_int64_t
ssc.c 1 /* $NetBSD: ssc.c,v 1.4 2020/01/14 16:23:07 scole Exp $ */
30 /* __FBSDID("$FreeBSD: src/sys/boot/ia64/libski/ssc.c,v 1.4 2003/09/08 09:11:32 obrien Exp $"); */
41 * PSR.dt across the SSC call. We do this by saving and restoring psr.l
47 ssc(u_int64_t in0, u_int64_t in1, u_int64_t in2, u_int64_t in3, int which) function in typeref:typename:u_int64_t
ssc.c 1 /* $NetBSD: ssc.c,v 1.4 2020/01/14 16:23:07 scole Exp $ */
30 /* __FBSDID("$FreeBSD: src/sys/boot/ia64/libski/ssc.c,v 1.4 2003/09/08 09:11:32 obrien Exp $"); */
41 * PSR.dt across the SSC call. We do this by saving and restoring psr.l
47 ssc(u_int64_t in0, u_int64_t in1, u_int64_t in2, u_int64_t in3, int which) function in typeref:typename:u_int64_t
  /src/sys/dev/isa/
mpu_sb.c 63 struct sbdsp_softc *ssc = device_private(parent); local in function:mpu_sb_match
69 sc.ioh = ssc->sc_mpu_ioh;
70 sc.iot = ssc->sc_mpu_iot;
77 struct sbdsp_softc *ssc = device_private(parent); local in function:mpu_sb_attach
82 sc->ioh = ssc->sc_mpu_ioh;
83 sc->iot = ssc->sc_mpu_iot;
86 sc->lock = &ssc->sc_intr_lock;
opl_ess.c 68 struct ess_softc *ssc = device_private(parent); local in function:opl_ess_match
72 return opl_match(ssc->sc_iot, ssc->sc_ioh, 0);
78 struct ess_softc *ssc = device_private(parent); local in function:opl_ess_attach
82 sc->ioh = ssc->sc_ioh;
83 sc->iot = ssc->sc_iot;
86 sc->spkrarg = ssc;
87 sc->lock = &ssc->sc_intr_lock;
opl_sb.c 66 struct sbdsp_softc *ssc = device_private(parent); local in function:opl_sb_match
70 return opl_match(ssc->sc_iot, ssc->sc_ioh, 0);
76 struct sbdsp_softc *ssc = device_private(parent); local in function:opl_sb_attach
80 sc->ioh = ssc->sc_ioh;
81 sc->iot = ssc->sc_iot;
84 sc->spkrarg = ssc;
85 sc->lock = &ssc->sc_intr_lock;
opl_wss.c 66 struct wss_softc *ssc = device_private(parent); local in function:opl_wss_match
68 if (aa->type != AUDIODEV_TYPE_OPL || ssc->sc_opl_ioh == 0)
70 return opl_match(ssc->sc_iot, ssc->sc_opl_ioh, 0);
76 struct wss_softc *ssc = device_private(parent); local in function:opl_wss_attach
80 sc->ioh = ssc->sc_opl_ioh;
81 sc->iot = ssc->sc_iot;
83 sc->lock = &ssc->sc_ad1848.sc_ad1848.sc_intr_lock;
mpu_sb.c 63 struct sbdsp_softc *ssc = device_private(parent); local in function:mpu_sb_match
69 sc.ioh = ssc->sc_mpu_ioh;
70 sc.iot = ssc->sc_mpu_iot;
77 struct sbdsp_softc *ssc = device_private(parent); local in function:mpu_sb_attach
82 sc->ioh = ssc->sc_mpu_ioh;
83 sc->iot = ssc->sc_mpu_iot;
86 sc->lock = &ssc->sc_intr_lock;
opl_ess.c 68 struct ess_softc *ssc = device_private(parent); local in function:opl_ess_match
72 return opl_match(ssc->sc_iot, ssc->sc_ioh, 0);
78 struct ess_softc *ssc = device_private(parent); local in function:opl_ess_attach
82 sc->ioh = ssc->sc_ioh;
83 sc->iot = ssc->sc_iot;
86 sc->spkrarg = ssc;
87 sc->lock = &ssc->sc_intr_lock;
opl_sb.c 66 struct sbdsp_softc *ssc = device_private(parent); local in function:opl_sb_match
70 return opl_match(ssc->sc_iot, ssc->sc_ioh, 0);
76 struct sbdsp_softc *ssc = device_private(parent); local in function:opl_sb_attach
80 sc->ioh = ssc->sc_ioh;
81 sc->iot = ssc->sc_iot;
84 sc->spkrarg = ssc;
85 sc->lock = &ssc->sc_intr_lock;
opl_wss.c 66 struct wss_softc *ssc = device_private(parent); local in function:opl_wss_match
68 if (aa->type != AUDIODEV_TYPE_OPL || ssc->sc_opl_ioh == 0)
70 return opl_match(ssc->sc_iot, ssc->sc_opl_ioh, 0);
76 struct wss_softc *ssc = device_private(parent); local in function:opl_wss_attach
80 sc->ioh = ssc->sc_opl_ioh;
81 sc->iot = ssc->sc_iot;
83 sc->lock = &ssc->sc_ad1848.sc_ad1848.sc_intr_lock;
mpu_sb.c 63 struct sbdsp_softc *ssc = device_private(parent); local in function:mpu_sb_match
69 sc.ioh = ssc->sc_mpu_ioh;
70 sc.iot = ssc->sc_mpu_iot;
77 struct sbdsp_softc *ssc = device_private(parent); local in function:mpu_sb_attach
82 sc->ioh = ssc->sc_mpu_ioh;
83 sc->iot = ssc->sc_mpu_iot;
86 sc->lock = &ssc->sc_intr_lock;
opl_ess.c 68 struct ess_softc *ssc = device_private(parent); local in function:opl_ess_match
72 return opl_match(ssc->sc_iot, ssc->sc_ioh, 0);
78 struct ess_softc *ssc = device_private(parent); local in function:opl_ess_attach
82 sc->ioh = ssc->sc_ioh;
83 sc->iot = ssc->sc_iot;
86 sc->spkrarg = ssc;
87 sc->lock = &ssc->sc_intr_lock;
opl_sb.c 66 struct sbdsp_softc *ssc = device_private(parent); local in function:opl_sb_match
70 return opl_match(ssc->sc_iot, ssc->sc_ioh, 0);
76 struct sbdsp_softc *ssc = device_private(parent); local in function:opl_sb_attach
80 sc->ioh = ssc->sc_ioh;
81 sc->iot = ssc->sc_iot;
84 sc->spkrarg = ssc;
85 sc->lock = &ssc->sc_intr_lock;
  /src/sys/dev/pci/
mpu_fms.c 61 struct fms_softc *ssc = device_private(parent); local in function:mpu_fms_match
67 sc.ioh = ssc->sc_mpu_ioh;
68 sc.iot = ssc->sc_iot;
75 struct fms_softc *ssc = device_private(parent); local in function:mpu_fms_attach
80 sc->ioh = ssc->sc_mpu_ioh;
81 sc->iot = ssc->sc_iot;
84 sc->lock = &ssc->sc_intr_lock;
opl_cmpci.c 62 struct cmpci_softc *ssc = device_private(parent); local in function:opl_cmpci_match
66 return opl_match(ssc->sc_iot, ssc->sc_ioh, CMPCI_REG_FM_BASE);
72 struct cmpci_softc *ssc = device_private(parent); local in function:opl_cmpci_attach
76 sc->ioh = ssc->sc_ioh;
77 sc->iot = ssc->sc_iot;
79 sc->lock = &ssc->sc_intr_lock;
opl_fms.c 72 struct fms_softc *ssc = device_private(parent); local in function:opl_fms_attach
76 sc->ioh = ssc->sc_opl_ioh;
77 sc->iot = ssc->sc_iot;
79 sc->lock = &ssc->sc_intr_lock;
opl_sv.c 71 struct sv_softc *ssc = device_private(parent); local in function:opl_sv_attach
75 sc->ioh = ssc->sc_oplioh;
76 sc->iot = ssc->sc_opliot;
78 sc->lock = &ssc->sc_intr_lock;
opl_yds.c 64 struct yds_softc *ssc = device_private(parent); local in function:opl_yds_match
68 return opl_match(ssc->sc_opl_iot, ssc->sc_opl_ioh, 0);
74 struct yds_softc *ssc = device_private(parent); local in function:opl_yds_attach
78 sc->ioh = ssc->sc_opl_ioh;
79 sc->iot = ssc->sc_opl_iot;
81 sc->lock = &ssc->sc_intr_lock;
mpu_fms.c 61 struct fms_softc *ssc = device_private(parent); local in function:mpu_fms_match
67 sc.ioh = ssc->sc_mpu_ioh;
68 sc.iot = ssc->sc_iot;
75 struct fms_softc *ssc = device_private(parent); local in function:mpu_fms_attach
80 sc->ioh = ssc->sc_mpu_ioh;
81 sc->iot = ssc->sc_iot;
84 sc->lock = &ssc->sc_intr_lock;
opl_cmpci.c 62 struct cmpci_softc *ssc = device_private(parent); local in function:opl_cmpci_match
66 return opl_match(ssc->sc_iot, ssc->sc_ioh, CMPCI_REG_FM_BASE);
72 struct cmpci_softc *ssc = device_private(parent); local in function:opl_cmpci_attach
76 sc->ioh = ssc->sc_ioh;
77 sc->iot = ssc->sc_iot;
79 sc->lock = &ssc->sc_intr_lock;
opl_fms.c 72 struct fms_softc *ssc = device_private(parent); local in function:opl_fms_attach
76 sc->ioh = ssc->sc_opl_ioh;
77 sc->iot = ssc->sc_iot;
79 sc->lock = &ssc->sc_intr_lock;
opl_sv.c 71 struct sv_softc *ssc = device_private(parent); local in function:opl_sv_attach
75 sc->ioh = ssc->sc_oplioh;
76 sc->iot = ssc->sc_opliot;
78 sc->lock = &ssc->sc_intr_lock;
opl_yds.c 64 struct yds_softc *ssc = device_private(parent); local in function:opl_yds_match
68 return opl_match(ssc->sc_opl_iot, ssc->sc_opl_ioh, 0);
74 struct yds_softc *ssc = device_private(parent); local in function:opl_yds_attach
78 sc->ioh = ssc->sc_opl_ioh;
79 sc->iot = ssc->sc_opl_iot;
81 sc->lock = &ssc->sc_intr_lock;
mpu_fms.c 61 struct fms_softc *ssc = device_private(parent); local in function:mpu_fms_match
67 sc.ioh = ssc->sc_mpu_ioh;
68 sc.iot = ssc->sc_iot;
75 struct fms_softc *ssc = device_private(parent); local in function:mpu_fms_attach
80 sc->ioh = ssc->sc_mpu_ioh;
81 sc->iot = ssc->sc_iot;
84 sc->lock = &ssc->sc_intr_lock;

Completed in 77 milliseconds

1 2 3 4 5 6