Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dath_netbsd.c369 u_int32_t tpcts; in ath_sysctl_tpcts() local
374 (void)ath_hal_gettpcts(sc->sc_ah, &tpcts); in ath_sysctl_tpcts()
375 node.sysctl_data = &tpcts; in ath_sysctl_tpcts()
379 return !ath_hal_settpcts(sc->sc_ah, tpcts) ? EINVAL : 0; in ath_sysctl_tpcts()
495 if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, tpcts, in ath_sysctlattach()