Home
last modified time | relevance | path

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

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