Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_dmtimer.c70 char tmr_name[12]; /* "DMTimerN", N = tmr_num */ member
193 sc->func.et.et_name = sc->tmr_name; in am335x_dmtimer_et_init()
236 sc->func.tc.tc_name = sc->tmr_name; in am335x_dmtimer_tc_init()
354 snprintf(sc->tmr_name, sizeof(sc->tmr_name), "DMTimer%d", sc->tmr_num); in am335x_dmtimer_attach()
H A Dam335x_dmtpps.c80 char tmr_name[12]; /* "DMTimerN" */ member
484 snprintf(sc->tmr_name, sizeof(sc->tmr_name), "DMTimer%d", sc->tmr_num); in dmtpps_attach()
545 sc->tc.tc_name = sc->tmr_name; in dmtpps_attach()
588 sc->tmr_name, PPS_CDEV_NAME); in dmtpps_attach()