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

  /src/sys/arch/hppa/dev/
siop_sgc.c 83 struct siop_sgc_softc *sgc = device_private(self); local
84 struct siop_softc *sc = &sgc->sc_siop;
90 sgc->sc_iot = ca->ca_iot;
91 if (bus_space_map(sgc->sc_iot, ca->ca_hpa,
92 IOMOD_HPASIZE, 0, &sgc->sc_ioh)) {
103 sgc->sc_bustag = *sgc->sc_iot;
104 sgc->sc_bustag.hbt_r1 = siop_sgc_r1;
105 sgc->sc_bustag.hbt_r2 = siop_sgc_r2;
106 sgc->sc_bustag.hbt_w1 = siop_sgc_w1
    [all...]
  /src/sys/arch/hp300/dev/
sgc.c 1 /* $NetBSD: sgc.c,v 1.4 2021/08/07 16:18:53 thorpej Exp $ */
2 /* $OpenBSD: sgc.c,v 1.6 2010/04/15 20:35:21 miod Exp $ */
31 * SGC bus attachment and mapping glue.
62 CFATTACH_DECL_NEW(sgc, sizeof(struct sgc_softc),
75 * Leave out machines which can not have an SGC bus.
144 aprint_normal("unknown SGC card at %s", pnp);
  /src/external/bsd/tmux/dist/
window-copy.c 3249 struct grid_cell gc, sgc; local
3254 grid_get_cell(sgd, spx, 0, &sgc);
3255 sud = &sgc.data;

Completed in 132 milliseconds