| /src/sys/arch/amiga/clockport/ |
| gencp.c | 52 gencp_attach(struct gencp_softc *gsc) 55 (bus_addr_t) kvtop((void*) gsc->cpb_aa->cp_iot->base)); 57 gsc->cpb_aa->cp_intr_establish = clockport_generic_intr_establish; 59 config_found(gsc->sc_dev, gsc->cpb_aa, 0, CFARGS_NONE);
|
| clockportvar.h | 67 void gencp_attach(struct gencp_softc *gsc);
|
| /src/sys/arch/hppa/gsc/ |
| if_ie_gsc.c | 65 #include <hppa/gsc/gscbusvar.h> 140 struct ie_gsc_softc *gsc = (struct ie_gsc_softc *)sc; local 145 bus_space_write_4(gsc->iot, gsc->ioh, IE_GSC_REG_RESET, 0); 149 bus_space_write_4(gsc->iot, gsc->ioh, IE_GSC_REG_RESET, 0); 175 (gsc->flags & IEGSC_GECKO)? " on gecko":""); 187 struct ie_gsc_softc *gsc = (struct ie_gsc_softc *)sc; local 189 bus_space_write_4(gsc->iot, gsc->ioh, IE_GSC_REG_ATTN, 0) 202 struct ie_gsc_softc *gsc = (struct ie_gsc_softc *)sc; local 281 struct ie_gsc_softc *gsc = (struct ie_gsc_softc *)sc; local 295 struct ie_gsc_softc *gsc = (struct ie_gsc_softc *)sc; local 313 struct ie_gsc_softc *gsc = (struct ie_gsc_softc *)sc; local 374 struct ie_gsc_softc *gsc = device_private(self); local [all...] |
| hil_gsc.c | 41 #include <hppa/gsc/gscbusvar.h> 75 struct hil_gsc_softc *gsc = device_private(self); local 76 struct hil_softc *sc = &gsc->sc_hs; 89 gsc->sc_hil_console = ga->ga_dp.dp_mod == PAGE0->mem_kbd.pz_dp.dp_mod && 93 hil_attach(sc, &gsc->sc_hil_console); 95 gsc->sc_ih = hppa_intr_establish(IPL_TTY, hil_intr, sc,
|
| siop_gsc.c | 43 #include <hppa/gsc/gscbusvar.h> 83 struct siop_gsc_softc *gsc = device_private(self); local 84 struct siop_softc *sc = &gsc->sc_siop; 88 gsc->sc_iot = ga->ga_iot; 89 if (bus_space_map(gsc->sc_iot, ga->ga_hpa, 90 IOMOD_HPASIZE, 0, &gsc->sc_ioh)) { 95 gsc->sc_bustag = *gsc->sc_iot; 96 gsc->sc_bustag.hbt_r1 = siop_gsc_r1; 97 gsc->sc_bustag.hbt_r2 = siop_gsc_r2 [all...] |
| com_gsc.c | 54 #include <hppa/gsc/gscbusvar.h> 67 /* GSC-specific goo. */ 93 struct com_gsc_softc *gsc = device_private(self); local 94 struct com_softc *sc = &gsc->sc_com; 141 gsc->sc_ih = hppa_intr_establish(IPL_TTY, comintr, sc, ga->ga_ir,
|
| gscbus.c | 87 #include <hppa/gsc/gscbusvar.h> 99 CFATTACH_DECL_NEW(gsc, sizeof(struct gsc_softc), 104 * it finds on the GSC bus. We call the IC-specific function 115 /* Make the GSC attach args. */ 131 return !strcmp(ga->ga_name, "gsc");
|
| oosiop_gsc.c | 104 #include <hppa/gsc/gscbusvar.h>
|
| lpt_gsc.c | 72 #include <hppa/gsc/gscbusvar.h>
|
| osiop_gsc.c | 104 #include <hppa/gsc/gscbusvar.h>
|
| /src/share/man/man4/man4.hppa/ |
| Makefile | 4 MAN= asp.4 astro.4 cpu.4 dino.4 elroy.4 gsc.4 gsckbc.4 harmony.4 intro.4 \
|
| /src/sys/dev/pci/ |
| if_gem_pci.c | 169 struct gem_pci_softc *gsc = device_private(self); local 170 struct gem_softc *sc = &gsc->gsc_gem; 362 if (pci_intr_map(pa, &gsc->gsc_handle) != 0) { 366 gsc->gsc_pc = pa->pa_pc; 367 gem_pci_estintr(gsc); 383 struct gem_pci_softc *gsc = device_private(self); local 385 if (gsc->gsc_ih != NULL) { 386 pci_intr_disestablish(gsc->gsc_pc, gsc->gsc_ih); 387 gsc->gsc_ih = NULL 418 struct gem_pci_softc *gsc = device_private(self); local 427 struct gem_pci_softc *gsc = device_private(self); local [all...] |
| /src/usr.sbin/altq/libaltq/ |
| qop_hfsc.c | 759 gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc) 764 gsc_add_seg(gsc, 0, 0, (double)sc->d, (double)sc->m1); 765 gsc_add_seg(gsc, (double)sc->d, 0, HUGE_VAL, (double)sc->m2); 770 gsc_sub_sc(struct gen_sc *gsc, struct service_curve *sc) 775 gsc_sub_seg(gsc, 0, 0, (double)sc->d, (double)sc->m1); 776 gsc_sub_seg(gsc, (double)sc->d, 0, HUGE_VAL, (double)sc->m2); 785 is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc) 791 if (LIST_EMPTY(gsc)) 793 LIST_FOREACH(s, gsc, _next) { 800 * gsc has a dummy entry at the end with x = HUGE_VAL [all...] |
| /src/sys/arch/evbarm/gumstix/ |
| if_sm_gxio.c | 170 struct sm_gxio_softc *gsc = device_private(self); local 171 struct smc91cxx_softc *sc = &gsc->sc_smc; 202 gsc->sc_ih = gxio_intr_establish(gxa->gxa_sc, 205 if (gsc->sc_ih == NULL)
|
| /src/sys/dev/sbus/ |
| if_gem_sbus.c | 86 struct gem_sbus_softc *gsc = device_private(self); local 87 struct gem_softc *sc = &gsc->gsc_gem; 154 gsc->gsc_ih = bus_intr_establish(sa->sa_bustag, sa->sa_pri, IPL_NET,
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/ |
| imx6qdl-gw551x.dtsi | 80 interrupt-parent = <&gsc>; 87 interrupt-parent = <&gsc>; 94 interrupt-parent = <&gsc>; 101 interrupt-parent = <&gsc>; 108 interrupt-parent = <&gsc>; 217 gsc: gsc@20 { 218 compatible = "gw,gsc"; 227 compatible = "gw,gsc-adc"; 304 interrupt-parent = <&gsc>; [all...] |
| imx6qdl-gw553x.dtsi | 78 interrupt-parent = <&gsc>; 85 interrupt-parent = <&gsc>; 92 interrupt-parent = <&gsc>; 99 interrupt-parent = <&gsc>; 106 interrupt-parent = <&gsc>; 180 gsc: gsc@20 { 181 compatible = "gw,gsc"; 190 compatible = "gw,gsc-adc"; 273 interrupt-parent = <&gsc>; [all...] |
| imx6qdl-gw560x.dtsi | 104 interrupt-parent = <&gsc>; 111 interrupt-parent = <&gsc>; 118 interrupt-parent = <&gsc>; 125 interrupt-parent = <&gsc>; 132 interrupt-parent = <&gsc>; 292 gsc: gsc@20 { 293 compatible = "gw,gsc"; 302 compatible = "gw,gsc-adc"; 397 interrupt-parent = <&gsc>; [all...] |
| imx6qdl-gw5903.dtsi | 88 interrupt-parent = <&gsc>; 95 interrupt-parent = <&gsc>; 102 interrupt-parent = <&gsc>; 109 interrupt-parent = <&gsc>; 116 interrupt-parent = <&gsc>; 233 gsc: gsc@20 { 234 compatible = "gw,gsc"; 243 compatible = "gw,gsc-adc"; 326 interrupt-parent = <&gsc>; [all...] |
| imx6qdl-gw5904.dtsi | 90 interrupt-parent = <&gsc>; 97 interrupt-parent = <&gsc>; 104 interrupt-parent = <&gsc>; 111 interrupt-parent = <&gsc>; 118 interrupt-parent = <&gsc>; 298 gsc: gsc@20 { 299 compatible = "gw,gsc"; 308 compatible = "gw,gsc-adc"; 391 interrupt-parent = <&gsc>; [all...] |
| /src/dist/pf/sbin/pfctl/ |
| pfctl_altq.c | 888 gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc) 893 gsc_add_seg(gsc, 0.0, 0.0, (double)sc->d, (double)sc->m1); 894 gsc_add_seg(gsc, (double)sc->d, 0.0, HUGE_VAL, (double)sc->m2); 903 is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc) 909 if (LIST_EMPTY(gsc)) 911 LIST_FOREACH(s, gsc, _next) { 918 * gsc has a dummy entry at the end with x = HUGE_VAL. 921 end = gsc_getentry(gsc, HUGE_VAL); 925 for (s = LIST_FIRST(gsc); s != end; s = LIST_NEXT(s, _next)) { 944 gsc_destroy(struct gen_sc *gsc) [all...] |
| /src/sys/arch/hppa/dev/ |
| wax.c | 44 #include <hppa/gsc/gscbusvar.h> 152 /* Attach the GSC bus. */ 164 ga.ga_name = "gsc";
|
| asp.c | 56 #include <hppa/gsc/gscbusvar.h> 261 /* Attach the GSC bus. */ 273 ga.ga_name = "gsc";
|
| lasi.c | 47 #include <hppa/gsc/gscbusvar.h> 200 /* Attach the GSC bus. */ 212 ga.ga_name = "gsc";
|
| /src/sys/arch/atari/dev/ |
| ite.c | 204 struct grf_softc *gsc; local 209 gsc = device_private(parent); 214 gsc->g_itedev = makedev(maj, unit); 219 con_itesoftc.grf->g_unit == gsc->g_unit) { 229 sc->grf = gsc; 232 iteinit(gsc->g_itedev); 245 con_itesoftc.grf->g_conpri > gsc->g_conpri) 247 con_itesoftc.grf = gsc;
|