Searched refs:ssc (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dagp_sis.c99 struct agp_sis_softc *ssc = (struct agp_sis_softc *)self; local
106 PCI_MAPREG_TYPE_MEM, &ssc->ssc_apaddr, NULL, NULL) != 0) {
111 ssc->ssc_pc = pa->pa_pc;
112 ssc->ssc_tag = pa->pa_tag;
113 ssc->ssc_apsize = agp_sis_get_aperture(ssc);
116 gatt = agp_alloc_gatt(pa->pa_dmat, ssc->ssc_apsize);
124 ssc->ssc_apsize /= 2;
125 if (agp_sis_set_aperture(ssc, ssc
149 struct agp_sis_softc *ssc = (struct agp_sis_softc *)arg; local
164 agp_sis_save(struct agp_sis_softc *ssc) argument
171 agp_sis_restore(struct agp_sis_softc *ssc) argument
188 struct agp_sis_softc *ssc = sc; local
202 struct agp_sis_softc *ssc = sc; local
228 struct agp_sis_softc *ssc = sc; local
237 struct agp_sis_softc *ssc = sc; local
245 struct agp_sis_softc *ssc = sc; local
[all...]
H A Dmpii.c3774 struct scsibus_softc *ssc = sc->sc_scsibus; local
3789 link = scsi_get_link(ssc, i + sc->sc_vd_id_low, 0);
/openbsd-current/sys/arch/sparc64/dev/
H A Dstp_sbus.c85 struct stp4020_sbus_softc *ssc = (void *)self; local
95 ssc->sc_bustag_le = malloc(sizeof(*sa->sa_bustag), M_DEVBUF, M_NOWAIT);
96 if (ssc->sc_bustag_le == NULL)
98 *ssc->sc_bustag_le = *sa->sa_bustag;
99 ssc->sc_bustag_le->asi = ASI_PRIMARY_LITTLE;
138 bt = ssc->sc_bustag_le;
/openbsd-current/usr.bin/yacc/PSD.doc/
H A DMakefile5 SRCS= ss_ ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ss10 ss11 ssa ssb ssc ssd
/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp_study.c78 * the given EXACTF-ish node. This is for use in creating ssc nodes, so there
304 S_ssc_anything(pTHX_ regnode_ssc *ssc) argument
306 /* Set the SSC 'ssc' to match an empty string or any code point */
310 assert(is_ANYOF_SYNTHETIC(ssc));
313 ssc->invlist = sv_2mortal(_add_range_to_invlist(NULL, 0, UV_MAX));
314 ANYOF_FLAGS(ssc) |= SSC_MATCHES_EMPTY_STRING; /* Plus matches empty */
318 S_ssc_is_anything(const regnode_ssc *ssc) argument
320 /* Returns TRUE if the SSC 'ssc' can match the empty string and any code
321 * point; FALSE otherwise. Thus, this is used to see if using 'ssc' buys
322 * us anything: if the function returns TRUE, 'ssc' has
362 Perl_ssc_init(pTHX_ const RExC_state_t *pRExC_state, regnode_ssc *ssc) argument
390 S_ssc_is_cp_posixl_init(const RExC_state_t *pRExC_state, const regnode_ssc *ssc) argument
576 S_ssc_and(pTHX_ const RExC_state_t *pRExC_state, regnode_ssc *ssc, const regnode_charclass *and_with) argument
759 S_ssc_or(pTHX_ const RExC_state_t *pRExC_state, regnode_ssc *ssc, const regnode_charclass *or_with) argument
842 S_ssc_union(pTHX_ regnode_ssc *ssc, SV* const invlist, const bool invert2nd) argument
855 S_ssc_intersection(pTHX_ regnode_ssc *ssc, SV* const invlist, const bool invert2nd) argument
870 S_ssc_add_range(pTHX_ regnode_ssc *ssc, const UV start, const UV end) argument
880 S_ssc_cp_and(pTHX_ regnode_ssc *ssc, const UV cp) argument
898 S_ssc_clear_locale(regnode_ssc *ssc) argument
910 Perl_is_ssc_worth_it(const RExC_state_t * pRExC_state, const regnode_ssc * ssc) argument
966 Perl_ssc_finalize(pTHX_ RExC_state_t *pRExC_state, regnode_ssc *ssc) argument
[all...]
H A Dregcomp_internal.h1236 #define ssc_add_cp(ssc, cp) ssc_add_range((ssc), (cp), (cp))
1237 #define ssc_match_all_cp(ssc) ssc_add_range(ssc, 0, UV_MAX)
H A Dproto.h8027 Perl_is_ssc_worth_it(const RExC_state_t *pRExC_state, const regnode_ssc *ssc)
8030 assert(pRExC_state); assert(ssc)
8071 Perl_ssc_finalize(pTHX_ RExC_state_t *pRExC_state, regnode_ssc *ssc)
8074 assert(pRExC_state); assert(ssc)
8077 Perl_ssc_init(pTHX_ const RExC_state_t *pRExC_state, regnode_ssc *ssc)
8080 assert(pRExC_state); assert(ssc)
8517 S_ssc_add_range(pTHX_ regnode_ssc *ssc, UV const start, UV const end);
8519 assert(ssc)
8522 S_ssc_and(pTHX_ const RExC_state_t *pRExC_state, regnode_ssc *ssc, const regnode_charclass *and_with);
8524 assert(pRExC_state); assert(ssc); asser
[all...]
/openbsd-current/sys/dev/acpi/
H A Dsdhc_acpi.c181 sdhc_acpi_card_detect_nonremovable(struct sdhc_softc *ssc) argument
187 sdhc_acpi_card_detect_gpio(struct sdhc_softc *ssc) argument
189 struct sdhc_acpi_softc *sc = (struct sdhc_acpi_softc *)ssc;
/openbsd-current/sys/dev/fdt/
H A Dsdhc_fdt.c330 sdhc_fdt_card_detect(struct sdhc_softc *ssc) argument
332 struct sdhc_fdt_softc *sc = (struct sdhc_fdt_softc *)ssc;
360 sdhc_fdt_xenon_bus_clock_post(struct sdhc_softc *ssc, int freq, int timing) argument
362 struct sdhc_fdt_softc *sc = (struct sdhc_fdt_softc *)ssc;
/openbsd-current/sys/dev/ic/
H A Dcac.c865 struct scsibus_softc *ssc = NULL; local
874 ssc = (struct scsibus_softc *)dev;
875 if (ssc == sc->sc_scsibus)
877 ssc = NULL;
880 if (ssc == NULL)
892 link = scsi_get_link(ssc, i, 0);
H A Dami.c2372 struct scsibus_softc *ssc = NULL; local
2381 ssc = (struct scsibus_softc *)dev;
2382 if (ssc == sc->sc_scsibus)
2386 if (ssc == NULL)
2398 link = scsi_get_link(ssc, i, 0);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_display_core.h129 int ssc; member in struct:intel_dpll::__anon737
H A Dintel_dpll_mgr.c943 refclk = dev_priv->display.dpll.ref_clks.ssc;
1165 i915->display.dpll.ref_clks.ssc = 135000;
2324 i915->display.dpll.ref_clks.ssc = 100000;
H A Dintel_display_debugfs.c650 dev_priv->display.dpll.ref_clks.ssc);
/openbsd-current/sys/dev/sbus/
H A Dspif.c288 struct stty_softc *ssc = (struct stty_softc *)dev; local
291 sc->sc_ttys = ssc;
294 struct stty_port *sp = &ssc->sc_port[port];
315 ssc->sc_nports = port;
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dhandlers.c507 refclk = vgpu->gvt->gt->i915->display.dpll.ref_clks.ssc;

Completed in 381 milliseconds