HomeSort by: relevance | last modified time | path
    Searched defs:tpcts (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 22 milliseconds