Searched refs:ccaps (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
H A Dbhnd_pmu_chipc.c65 struct chipc_caps *ccaps; local
81 ccaps = BHND_CHIPC_GET_CAPS(chipc);
82 if (!ccaps->pmu)
H A Dchipc_spi.c80 struct chipc_caps *ccaps; local
125 ccaps = BHND_CHIPC_GET_CAPS(device_get_parent(dev));
126 flash_name = chipc_sflash_device_name(ccaps->flash_type);
135 chipc_register_slicer(ccaps->flash_type);
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c90 struct chipc_caps *ccaps; local
102 ccaps = BHND_CHIPC_GET_CAPS(chipc);
103 if (ccaps->pmu || !ccaps->pwr_ctrl)
H A Dbhnd_pwrctl_subr.c305 struct chipc_caps *ccaps; local
313 ccaps = BHND_CHIPC_GET_CAPS(sc->chipc_dev);
318 creg = bhnd_pwrctl_si_clkreg_m(cid, ccaps->pll_type, &rate);
324 return (bhnd_pwrctl_si_clock_rate(cid, ccaps->pll_type, n, m));
/freebsd-13-stable/sys/dev/bhnd/siba/
H A Dsiba.c250 struct chipc_caps ccaps; local
264 ccaps = *BHND_CHIPC_GET_CAPS(chipc);
267 memset(&ccaps, 0, sizeof(ccaps));
272 if (ccaps.pmu) {
288 if (ccaps.pwr_ctrl) {
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c409 wlan_cryptocaps_to_snmp(uint32_t ccaps) argument
414 if ((ccaps & IEEE80211_CRYPTO_WEP) != 0)
416 if ((ccaps & IEEE80211_CRYPTO_TKIP) != 0)
418 if ((ccaps & IEEE80211_CRYPTO_AES_OCB) != 0)
420 if ((ccaps & IEEE80211_CRYPTO_AES_CCM) != 0)
422 if ((ccaps & IEEE80211_CRYPTO_TKIPMIC) != 0)
424 if ((ccaps & IEEE80211_CRYPTO_CKIP) != 0)
427 scaps = ccaps;
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn.c700 struct chipc_caps *ccaps; local
708 ccaps = BHND_CHIPC_GET_CAPS(sc->sc_chipc);
716 if (ccaps->pmu) {

Completed in 204 milliseconds