Searched refs:acpipchb_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/acpi/
H A Dacpipchb.c79 struct acpipchb_softc { struct
94 static void acpipchb_configure_bus(struct acpipchb_softc *, struct pcibus_attach_args *);
95 static void acpipchb_setup_ranges(struct acpipchb_softc *,
97 static void acpipchb_setup_quirks(struct acpipchb_softc *,
100 CFATTACH_DECL_NEW(acpipchb, sizeof(struct acpipchb_softc),
122 struct acpipchb_softc * const sc = device_private(self);
190 acpipchb_configure_bus(struct acpipchb_softc *sc, struct pcibus_attach_args *pba)
212 struct acpipchb_softc *sc;
246 struct acpipchb_softc * const sc = args->sc;
317 acpipchb_setup_ranges(struct acpipchb_softc *s
[all...]

Completed in 188 milliseconds