Searched refs:ccaps (Results 1 – 7 of 7) sorted by relevance
65 struct chipc_caps *ccaps; in bhnd_pmu_chipc_probe() local81 ccaps = BHND_CHIPC_GET_CAPS(chipc); in bhnd_pmu_chipc_probe()82 if (!ccaps->pmu) in bhnd_pmu_chipc_probe()
80 struct chipc_caps *ccaps; in chipc_spi_attach() local125 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()
91 struct chipc_caps *ccaps; in bhnd_pwrctl_probe() local103 ccaps = BHND_CHIPC_GET_CAPS(chipc); in bhnd_pwrctl_probe()104 if (ccaps->pmu || !ccaps->pwr_ctrl) in bhnd_pwrctl_probe()
305 struct chipc_caps *ccaps; in bhnd_pwrctl_getclk_speed() local313 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()
250 struct chipc_caps ccaps; in siba_alloc_pmu() local264 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()
409 wlan_cryptocaps_to_snmp(uint32_t ccaps) in wlan_cryptocaps_to_snmp() argument414 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()
699 struct chipc_caps *ccaps; in bwn_retain_bus_providers() local707 ccaps = BHND_CHIPC_GET_CAPS(sc->sc_chipc); in bwn_retain_bus_providers()715 if (ccaps->pmu) { in bwn_retain_bus_providers()