acpipchb_softc
CFATTACH_DECL_NEW(acpipchb, sizeof(struct acpipchb_softc),
struct acpipchb_softc * const sc = device_private(self);
acpipchb_configure_bus(struct acpipchb_softc *sc, struct pcibus_attach_args *pba)
struct acpipchb_softc *sc;
struct acpipchb_softc * const sc = args->sc;
acpipchb_setup_ranges(struct acpipchb_softc *sc, struct pcibus_attach_args *pba)
acpipchb_setup_quirks(struct acpipchb_softc *sc, struct pcibus_attach_args *pba)
static void acpipchb_configure_bus(struct acpipchb_softc *, struct pcibus_attach_args *);
static void acpipchb_setup_ranges(struct acpipchb_softc *,
static void acpipchb_setup_quirks(struct acpipchb_softc *,