Home
last modified time | relevance | path

Searched refs:tmr_name (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c67 char tmr_name[12]; /* "DMTimerN", N = tmr_num */ member
190 sc->func.et.et_name = sc->tmr_name; in am335x_dmtimer_et_init()
233 sc->func.tc.tc_name = sc->tmr_name; in am335x_dmtimer_tc_init()
349 snprintf(sc->tmr_name, sizeof(sc->tmr_name), "DMTimer%d", sc->tmr_num); in am335x_dmtimer_attach()
H A Dam335x_dmtpps.c78 char tmr_name[12]; /* "DMTimerN" */ member
479 snprintf(sc->tmr_name, sizeof(sc->tmr_name), "DMTimer%d", sc->tmr_num); in dmtpps_attach()
540 sc->tc.tc_name = sc->tmr_name; in dmtpps_attach()
583 sc->tmr_name, PPS_CDEV_NAME); in dmtpps_attach()