Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_spi.c77 struct chipc_caps *ccaps; in chipc_spi_attach() local
122 ccaps = BHND_CHIPC_GET_CAPS(device_get_parent(dev)); in chipc_spi_attach()
123 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/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c87 struct chipc_caps *ccaps; in bhnd_pwrctl_probe() local
99 ccaps = BHND_CHIPC_GET_CAPS(chipc); in bhnd_pwrctl_probe()
100 if (ccaps->pmu || !ccaps->pwr_ctrl) in bhnd_pwrctl_probe()
H A Dbhnd_pwrctl_subr.c302 struct chipc_caps *ccaps; in bhnd_pwrctl_getclk_speed() local
310 ccaps = BHND_CHIPC_GET_CAPS(sc->chipc_dev); in bhnd_pwrctl_getclk_speed()
315 creg = bhnd_pwrctl_si_clkreg_m(cid, ccaps->pll_type, &rate); in bhnd_pwrctl_getclk_speed()
321 return (bhnd_pwrctl_si_clock_rate(cid, ccaps->pll_type, n, m)); in bhnd_pwrctl_getclk_speed()
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c246 struct chipc_caps ccaps; in siba_alloc_pmu() local
260 ccaps = *BHND_CHIPC_GET_CAPS(chipc); in siba_alloc_pmu()
263 memset(&ccaps, 0, sizeof(ccaps)); in siba_alloc_pmu()
268 if (ccaps.pmu) { in siba_alloc_pmu()
284 if (ccaps.pwr_ctrl) { in siba_alloc_pmu()
/freebsd/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/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()