fwcfg_softc
CFATTACH_DECL_NEW(qemufwcfg_acpi, sizeof(struct fwcfg_softc),
struct fwcfg_softc *sc = device_private(self);
CFATTACH_DECL_NEW(qemufwcfg_fdt, sizeof(struct fwcfg_softc),
struct fwcfg_softc *sc = device_private(self);
struct fwcfg_softc * const sc = device_lookup_private(&qemufwcfg_cd, FWCFGUNIT(dev));
struct fwcfg_softc * const sc = device_lookup_private(&qemufwcfg_cd, FWCFGUNIT(dev));
struct fwcfg_softc * const sc = device_lookup_private(&qemufwcfg_cd, FWCFGUNIT(dev));
fwcfg_attach(struct fwcfg_softc *sc)
fwcfg_select(struct fwcfg_softc *sc, uint16_t index)
struct fwcfg_softc * const sc = device_lookup_private(&qemufwcfg_cd, FWCFGUNIT(dev));
void fwcfg_attach(struct fwcfg_softc *);