Home
last modified time | relevance | path

Searched refs:hpet_softc (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/dev/ic/
Dhpet.c56 static struct hpet_softc *hpet0 __read_mostly;
62 struct hpet_softc *sc = device_private(dv); in hpet_detach()
81 struct hpet_softc *sc = device_private(dv); in hpet_attach_subr()
153 struct hpet_softc *sc = tc->tc_priv; in hpet_get_timecount()
161 struct hpet_softc *sc = device_private(dv); in hpet_resume()
181 struct hpet_softc *sc; in hpet_delay()
206 struct hpet_softc *sc; in hpet_tsc_freq()
Dhpetvar.h36 struct hpet_softc { struct
/netbsd/src/sys/dev/acpi/
Dhpet_acpi.c60 CFATTACH_DECL_NEW(hpet_acpi_tab, sizeof(struct hpet_softc),
63 CFATTACH_DECL_NEW(hpet_acpi_dev, sizeof(struct hpet_softc),
92 struct hpet_softc *sc = device_private(self); in hpet_acpi_tab_attach()
175 struct hpet_softc *sc = device_private(self); in hpet_acpi_dev_attach()
237 struct hpet_softc *sc = device_private(self); in hpet_acpi_detach()
/netbsd/src/sys/arch/x86/pci/
Dichlpcib_hpet.c49 CFATTACH_DECL_NEW(ichlpcib_hpet, sizeof(struct hpet_softc),
73 struct hpet_softc *sc = device_private(self); in lpcib_hpet_attach()
97 struct hpet_softc *sc = device_private(self); in lpcib_hpet_detach()
Damdpcib_hpet.c54 CFATTACH_DECL_NEW(amdpcib_hpet, sizeof(struct hpet_softc),
83 struct hpet_softc *sc = device_private(self); in amdpcib_hpet_attach()
114 struct hpet_softc *sc = device_private(self); in amdpcib_hpet_detach()