pcfclock_data
struct pcfclock_data *sc;
bzero(sc, sizeof(struct pcfclock_data));
struct pcfclock_data *sc = UNITOSOFTC(unit);
struct pcfclock_data *sc = UNITOSOFTC(unit);
sizeof(struct pcfclock_data),
((struct pcfclock_data *)device_get_softc(dev))
((struct pcfclock_data *)devclass_get_softc(pcfclock_devclass, (unit)))