Home | History | Annotate | Download | only in fdt

Lines Matching defs:fsc

75 	struct virtio_mmio_fdt_softc * const fsc = device_private(self);
76 struct virtio_mmio_softc * const msc = &fsc->sc_msc;
91 fsc->sc_phandle = faa->faa_phandle;
115 struct virtio_mmio_fdt_softc * const fsc = device_private(self);
116 struct virtio_mmio_softc * const msc = &fsc->sc_msc;
137 struct virtio_mmio_fdt_softc * const fsc = device_private(self);
138 struct virtio_mmio_softc * const msc = &fsc->sc_msc;
146 struct virtio_mmio_fdt_softc * const fsc = (void *)msc;
151 if (!fdtbus_intr_str(fsc->sc_phandle, 0, intrstr, sizeof(intrstr))) {
159 msc->sc_ih = fdtbus_intr_establish_xname(fsc->sc_phandle, 0,
175 struct virtio_mmio_fdt_softc * const fsc = (void *)msc;
178 fdtbus_intr_disestablish(fsc->sc_phandle, msc->sc_ih);