Lines Matching defs:bsc
98 struct bah_zbus_softc *bsc = device_private(self);
99 struct bah_softc *sc = &bsc->sc_bah;
108 bsc->sc_bst.base = (bus_addr_t)zap->va;
109 bsc->sc_bst.absm = &amiga_bus_stride_2;
111 sc->sc_bst_r = &bsc->sc_bst;
112 sc->sc_regs = bsc->sc_bst.base + 0x4000;
114 sc->sc_bst_m = &bsc->sc_bst;
115 sc->sc_mem = bsc->sc_bst.base + 0x8000;
125 bsc->sc_isr.isr_intr = bahintr;
126 bsc->sc_isr.isr_arg = sc;
127 bsc->sc_isr.isr_ipl = 2;
128 add_isr(&bsc->sc_isr);
134 struct bah_zbus_softc *bsc;
137 bsc = (struct bah_zbus_softc *)sc;
139 p = (volatile u_int8_t *)bsc->sc_bst.base;