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

/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c77 char tmr_name[12]; /* "DMTimerN" */ member in struct:dmtpps_softc
464 snprintf(sc->tmr_name, sizeof(sc->tmr_name), "DMTimer%d", sc->tmr_num);
485 sc->tc.tc_name = sc->tmr_name;
523 sc->tmr_name, PPS_CDEV_NAME);
H A Dam335x_dmtimer.c68 char tmr_name[12]; /* "DMTimerN", N = tmr_num */ member in struct:am335x_dmtimer_softc
191 sc->func.et.et_name = sc->tmr_name;
234 sc->func.tc.tc_name = sc->tmr_name;
308 snprintf(sc->tmr_name, sizeof(sc->tmr_name), "DMTimer%d", sc->tmr_num);

Completed in 68 milliseconds