HomeSort by: relevance | last modified time | path
    Searched defs:mc146818_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
mc146818var.h 30 struct mc146818_softc { struct
44 u_int (*sc_mcread)(struct mc146818_softc *, u_int);
45 void (*sc_mcwrite)(struct mc146818_softc *, u_int, u_int);
47 u_int (*sc_getcent)(struct mc146818_softc *);
48 void (*sc_setcent)(struct mc146818_softc *, u_int);
51 void mc146818_attach(struct mc146818_softc *);

Completed in 13 milliseconds