Home
last modified time | relevance | path

Searched defs:dmtpps_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c73 struct dmtpps_softc { struct
74 device_t dev;
75 int mem_rid;
76 struct resource * mem_res;
77 int tmr_num; /* N from hwmod str "timerN" */
78 char tmr_name[12]; /* "DMTimerN" */
79 uint32_t tclr; /* Cached TCLR register. */
80 struct timecounter tc;
81 int pps_curmode; /* Edge mode now set in hw. */
82 struct cdev * pps_cdev;
[all …]