Searched refs:tc_name (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | timetc.h | 60 const char *tc_name; member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_tc.c | 557 printf("ffclock reset: %s (%llu Hz), time = %ld.%09lu\n", tc->tc_name, in ffclock_reset_clock() 1169 tc->tc_name, (uintmax_t)tc->tc_frequency); in tc_init() 1174 tc->tc_name, (uintmax_t)tc->tc_frequency, in tc_init() 1184 SYSCTL_STATIC_CHILDREN(_kern_timecounter_tc), OID_AUTO, tc->tc_name, in tc_init() 1464 strlcpy(newname, tc->tc_name, sizeof(newname)); in sysctl_kern_timecounter_hardware() 1471 if (strcmp(newname, tc->tc_name) == 0) in sysctl_kern_timecounter_hardware() 1474 if (strcmp(newname, newtc->tc_name) != 0) in sysctl_kern_timecounter_hardware() 1512 sbuf_printf(&sb, "%s(%d)", tc->tc_name, tc->tc_quality); in sysctl_kern_timecounter_choice() 2200 db_printf("timecounter %p %s\n", tc, tc->tc_name); in DB_SHOW_COMMAND()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_timer.c | 136 .tc_name = "a10_timer timer0", 145 .tc_name = "a10_timer timer0",
|
| /f-stack/freebsd/x86/x86/ |
| H A D | tsc.c | 113 .tc_name = "TSC", 668 tsc_timecounter.tc_name = "TSC-low"; in init_TSC_tc()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_timer.c | 230 sc->tc.tc_name = "JZ4780 OST"; in jz4780_timer_attach()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_systimer.c | 115 .tc_name = DEFAULT_TIMER_NAME,
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | tick.c | 347 sc->tc.tc_name = "MIPS32"; in clock_attach()
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | sp804.c | 251 sc->tc.tc_name = "SP804-1"; in sp804_timer_attach()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | tick.c | 365 sc->tc.tc_name = "MIPS32"; in clock_attach()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_dmtimer.c | 236 sc->func.tc.tc_name = sc->tmr_name; in am335x_dmtimer_tc_init()
|
| H A D | am335x_dmtpps.c | 545 sc->tc.tc_name = sc->tmr_name; in dmtpps_attach()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | mpcore_timer.c | 127 .tc_name = "MPCore",
|
| H A D | generic_timer.c | 117 .tc_name = "ARM MPCore Timecounter",
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_gpt.c | 75 .tc_name = "iMXGPT",
|
| H A D | imx_epit.c | 207 sc->tc.tc_name = "EPIT"; in epit_tc_attach()
|
| /f-stack/freebsd/x86/isa/ |
| H A D | clock.c | 578 sc->tc.tc_name = "i8254"; in attimer_attach()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | timer.c | 162 .tc_name = "CPUTimer1",
|