Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/cores/chipc/
H A Dbhnd_pmu_chipc.c62 struct chipc_caps *ccaps; in bhnd_pmu_chipc_probe() local
75 ccaps = BHND_CHIPC_GET_CAPS(chipc); in bhnd_pmu_chipc_probe()
76 if (!ccaps->pmu) in bhnd_pmu_chipc_probe()
H A Dchipc_spi.c78 struct chipc_caps *ccaps; in chipc_spi_attach() local
123 ccaps = BHND_CHIPC_GET_CAPS(device_get_parent(dev)); in chipc_spi_attach()
124 flash_name = chipc_sflash_device_name(ccaps->flash_type); in chipc_spi_attach()
133 chipc_register_slicer(ccaps->flash_type); in chipc_spi_attach()
/freebsd-14.2/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c88 struct chipc_caps *ccaps; in bhnd_pwrctl_probe() local
100 ccaps = BHND_CHIPC_GET_CAPS(chipc); in bhnd_pwrctl_probe()
101 if (ccaps->pmu || !ccaps->pwr_ctrl) in bhnd_pwrctl_probe()
H A Dbhnd_pwrctl_subr.c303 struct chipc_caps *ccaps; in bhnd_pwrctl_getclk_speed() local
311 ccaps = BHND_CHIPC_GET_CAPS(sc->chipc_dev); in bhnd_pwrctl_getclk_speed()
316 creg = bhnd_pwrctl_si_clkreg_m(cid, ccaps->pll_type, &rate); in bhnd_pwrctl_getclk_speed()
322 return (bhnd_pwrctl_si_clock_rate(cid, ccaps->pll_type, n, m)); in bhnd_pwrctl_getclk_speed()
/freebsd-14.2/sys/dev/bhnd/siba/
H A Dsiba.c248 struct chipc_caps ccaps; in siba_alloc_pmu() local
262 ccaps = *BHND_CHIPC_GET_CAPS(chipc); in siba_alloc_pmu()
265 memset(&ccaps, 0, sizeof(ccaps)); in siba_alloc_pmu()
270 if (ccaps.pmu) { in siba_alloc_pmu()
286 if (ccaps.pwr_ctrl) { in siba_alloc_pmu()
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c406 wlan_cryptocaps_to_snmp(uint32_t ccaps) in wlan_cryptocaps_to_snmp() argument
411 if ((ccaps & IEEE80211_CRYPTO_WEP) != 0) in wlan_cryptocaps_to_snmp()
413 if ((ccaps & IEEE80211_CRYPTO_TKIP) != 0) in wlan_cryptocaps_to_snmp()
415 if ((ccaps & IEEE80211_CRYPTO_AES_OCB) != 0) in wlan_cryptocaps_to_snmp()
417 if ((ccaps & IEEE80211_CRYPTO_AES_CCM) != 0) in wlan_cryptocaps_to_snmp()
419 if ((ccaps & IEEE80211_CRYPTO_TKIPMIC) != 0) in wlan_cryptocaps_to_snmp()
421 if ((ccaps & IEEE80211_CRYPTO_CKIP) != 0) in wlan_cryptocaps_to_snmp()
424 scaps = ccaps; in wlan_cryptocaps_to_snmp()
/freebsd-14.2/sys/dev/bwn/
H A Dif_bwn.c698 struct chipc_caps *ccaps; in bwn_retain_bus_providers() local
706 ccaps = BHND_CHIPC_GET_CAPS(sc->sc_chipc); in bwn_retain_bus_providers()
714 if (ccaps->pmu) { in bwn_retain_bus_providers()