Searched refs:ccaps (Results 1 – 6 of 6) sorted by relevance
77 struct chipc_caps *ccaps; in chipc_spi_attach() local122 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()
87 struct chipc_caps *ccaps; in bhnd_pwrctl_probe() local99 ccaps = BHND_CHIPC_GET_CAPS(chipc); in bhnd_pwrctl_probe()100 if (ccaps->pmu || !ccaps->pwr_ctrl) in bhnd_pwrctl_probe()
302 struct chipc_caps *ccaps; in bhnd_pwrctl_getclk_speed() local310 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()
246 struct chipc_caps ccaps; in siba_alloc_pmu() local260 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()
406 wlan_cryptocaps_to_snmp(uint32_t ccaps) in wlan_cryptocaps_to_snmp() argument411 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()
698 struct chipc_caps *ccaps; in bwn_retain_bus_providers() local706 ccaps = BHND_CHIPC_GET_CAPS(sc->sc_chipc); in bwn_retain_bus_providers()714 if (ccaps->pmu) { in bwn_retain_bus_providers()