HomeSort by: relevance | last modified time | path
    Searched defs:bsc (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/acpi/
apei_bert.c 59 struct apei_bert_softc *bsc = &sc->sc_bert; local in function:apei_bert_attach
84 if (bert->RegionLength < sizeof(*bsc->bsc_gesb)) {
87 bert->RegionLength, sizeof(*bsc->bsc_gesb));
96 bsc->bsc_gesb = AcpiOsMapMemory(bert->Address, bert->RegionLength);
97 const uint32_t status = apei_gesb_report(sc, bsc->bsc_gesb,
132 struct apei_bert_softc *bsc = &sc->sc_bert; local in function:apei_bert_detach
134 if (bsc->bsc_gesb) {
135 AcpiOsUnmapMemory(bsc->bsc_gesb, bert->RegionLength);
136 bsc->bsc_gesb = NULL;
  /src/sys/arch/amiga/dev/
if_bah_zbus.c 98 struct bah_zbus_softc *bsc = device_private(self); local in function:bah_zbus_attach
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
134 struct bah_zbus_softc *bsc; local in function:bah_zbus_reset
    [all...]
bzivsc.c 158 struct bzivsc_softc *bsc = device_private(self); local in function:bzivscattach
159 struct ncr53c9x_softc *sc = &bsc->sc_ncr53c9x;
175 bsc->sc_reg = &((volatile uint8_t *)zap->va)[0x8000];
176 bsc->sc_dmabase = &bsc->sc_reg[0x8000];
180 aprint_normal(": address %p", bsc->sc_reg);
229 bsc->sc_isr.isr_intr = ncr53c9x_intr;
230 bsc->sc_isr.isr_arg = sc;
231 bsc->sc_isr.isr_ipl = 2;
232 add_isr(&bsc->sc_isr)
249 struct bzivsc_softc *bsc = (struct bzivsc_softc *)sc; local in function:bzivsc_read_reg
257 struct bzivsc_softc *bsc = (struct bzivsc_softc *)sc; local in function:bzivsc_write_reg
273 struct bzivsc_softc *bsc = (struct bzivsc_softc *)sc; local in function:bzivsc_dma_isintr
292 struct bzivsc_softc *bsc = (struct bzivsc_softc *)sc; local in function:bzivsc_dma_reset
300 register struct bzivsc_softc *bsc = (struct bzivsc_softc *)sc; local in function:bzivsc_dma_intr
335 struct bzivsc_softc *bsc = (struct bzivsc_softc *)sc; local in function:bzivsc_dma_setup
429 struct bzivsc_softc *bsc = (struct bzivsc_softc *)sc; local in function:bzivsc_dma_isactive
    [all...]
bzsc.c 166 struct bzsc_softc *bsc = device_private(self); local in function:bzscattach
167 struct ncr53c9x_softc *sc = &bsc->sc_ncr53c9x;
183 bsc->sc_reg = &((volatile uint8_t *)zap->va)[0x10000];
184 bsc->sc_dmabase = &bsc->sc_reg[0x21];
188 aprint_normal(": address %p", bsc->sc_reg);
237 bsc->sc_isr.isr_intr = ncr53c9x_intr;
238 bsc->sc_isr.isr_arg = sc;
239 bsc->sc_isr.isr_ipl = 2;
240 add_isr(&bsc->sc_isr)
257 struct bzsc_softc *bsc = (struct bzsc_softc *)sc; local in function:bzsc_read_reg
265 struct bzsc_softc *bsc = (struct bzsc_softc *)sc; local in function:bzsc_write_reg
281 struct bzsc_softc *bsc = (struct bzsc_softc *)sc; local in function:bzsc_dma_isintr
300 struct bzsc_softc *bsc = (struct bzsc_softc *)sc; local in function:bzsc_dma_reset
308 struct bzsc_softc *bsc = (struct bzsc_softc *)sc; local in function:bzsc_dma_intr
343 struct bzsc_softc *bsc = (struct bzsc_softc *)sc; local in function:bzsc_dma_setup
436 struct bzsc_softc *bsc = (struct bzsc_softc *)sc; local in function:bzsc_dma_isactive
    [all...]
bztzsc.c 160 struct bztzsc_softc *bsc = device_private(self); local in function:bztzscattach
161 struct ncr53c9x_softc *sc = &bsc->sc_ncr53c9x;
177 bsc->sc_reg = &((volatile uint8_t *)zap->va)[0x1ff00];
178 bsc->sc_dmabase = &bsc->sc_reg[0xf0];
182 aprint_normal(": address %p", bsc->sc_reg);
228 bsc->sc_reg[0xe0] = BZTZSC_PB_LED; /* Turn LED off */
233 bsc->sc_isr.isr_intr = ncr53c9x_intr;
234 bsc->sc_isr.isr_arg = sc;
235 bsc->sc_isr.isr_ipl = 2
253 struct bztzsc_softc *bsc = (struct bztzsc_softc *)sc; local in function:bztzsc_read_reg
261 struct bztzsc_softc *bsc = (struct bztzsc_softc *)sc; local in function:bztzsc_write_reg
277 struct bztzsc_softc *bsc = (struct bztzsc_softc *)sc; local in function:bztzsc_dma_isintr
301 struct bztzsc_softc *bsc = (struct bztzsc_softc *)sc; local in function:bztzsc_dma_reset
309 register struct bztzsc_softc *bsc = (struct bztzsc_softc *)sc; local in function:bztzsc_dma_intr
344 struct bztzsc_softc *bsc = (struct bztzsc_softc *)sc; local in function:bztzsc_dma_setup
437 struct bztzsc_softc *bsc = (struct bztzsc_softc *)sc; local in function:bztzsc_dma_isactive
    [all...]
  /src/sys/arch/evbarm/lubbock/
lubbock_pcic.c 104 struct obio_softc *bsc = device_private(device_parent(sc->sc_dev)); local in function:lubbock_set_power
131 tmp = bus_space_read_2(bsc->sc_iot, bsc->sc_obioreg_ioh,
133 bus_space_write_2(bsc->sc_iot, bsc->sc_obioreg_ioh,
  /src/sys/arch/evbarm/g42xxeb/
gb225_slhci.c 80 struct obio_softc *bsc = device_private(device_parent(parent)); local in function:slhci_opio_match
87 obio_peripheral_reset(bsc, 2, 0);
88 psc = device_private(device_parent(bsc->sc_dev));
123 struct obio_softc *bsc = local in function:slhci_opio_attach
145 sc->sc_ih = obio_intr_establish(bsc, oba->oba_intr, IPL_BIO,
154 obio_peripheral_reset(bsc, 2, 1);
156 obio_peripheral_reset(bsc, 2, 0);
190 struct obio_softc *bsc; local in function:slhci_opio_enable_intr
192 bsc = device_private(device_parent(
196 obio_intr_unmask(bsc, sc->sc_ih)
    [all...]
gb225.c 108 struct obio_softc *bsc = device_private(parent); local in function:opio_attach
113 bus_space_handle_t memctl_ioh = bsc->sc_memctl_ioh;
143 reg = bus_space_read_2(iot, bsc->sc_obioreg_ioh, G42XXEB_EXTCTRL);
144 bus_space_write_2(iot, bsc->sc_obioreg_ioh, G42XXEB_EXTCTRL, reg | 3);
163 sc->sc_ih = obio_intr_establish(bsc, OPIO_INTR, IPL_BIO,
222 struct obio_softc *bsc = local in function:opio_intr
226 obio_intr_mask(bsc, sc->sc_ih);
gb225_pcic.c 285 struct obio_softc *bsc = local in function:opcic_write
290 obio_peripheral_reset(bsc, so->ss.socket, arg);
353 struct obio_softc *bsc = local in function:opcic_intr_establish
360 return obio_intr_establish(bsc, irq, level, IST_EDGE_FALLING,
370 struct obio_softc *bsc = local in function:opcic_intr_disestablish
376 obio_intr_disestablish(bsc, irq, func);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
r8a7778.dtsi 43 bsc: bus@1c000000 { label
r8a73a4.dtsi 433 bsc: bus@fec10000 { label
434 compatible = "renesas,bsc-r8a73a4", "renesas,bsc",
sh73a0.dtsi 592 bsc: bus@fec10000 { label
593 compatible = "renesas,bsc-sh73a0", "renesas,bsc",
  /src/sys/dev/mii/
brgphy.c 200 struct brgphy_softc *bsc = device_private(self); local in function:brgphyattach
201 struct mii_softc *sc = &bsc->sc_mii;
221 bsc->sc_isbge = true;
223 bsc->sc_isbnx = true;
226 if (bsc->sc_isbge || bsc->sc_isbnx) {
228 &bsc->sc_phyflags))
231 &bsc->sc_chipid))
235 if (bsc->sc_isbnx) {
238 &bsc->sc_shared_hwcfg)
809 struct brgphy_softc *bsc = device_private(sc->mii_dev); local in function:brgphy_reset
    [all...]

Completed in 67 milliseconds