dwcwdt_softc
struct dwcwdt_softc * const sc = device_private(self);
CFATTACH_DECL_NEW(dwcwdt_acpi, sizeof(struct dwcwdt_softc),
CFATTACH_DECL_NEW(dwcwdt_fdt, sizeof(struct dwcwdt_softc),
struct dwcwdt_softc * const sc = device_private(self);
struct dwcwdt_softc * const sc = smw->smw_cookie;
struct dwcwdt_softc * const sc = smw->smw_cookie;
dwcwdt_init(struct dwcwdt_softc *sc)
dwcwdt_map_period(struct dwcwdt_softc *sc, u_int period,
void dwcwdt_init(struct dwcwdt_softc *);