Home
last modified time | relevance | path

Searched refs:sc_chip_param (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp_var.h220 struct iwp_chip_param sc_chip_param; member
H A Diwp.c4400 if (PA_TYPE_MIX == sc->sc_chip_param.pa_type) { in iwp_preinit()
4405 if (PA_TYPE_INTER == sc->sc_chip_param.pa_type) { in iwp_preinit()
5393 sc->sc_chip_param.phy_mode = PHY_MODE_G | in iwp_set_chip_param()
5396 sc->sc_chip_param.tx_ant = ANT_A | ANT_B; in iwp_set_chip_param()
5397 sc->sc_chip_param.rx_ant = ANT_A | ANT_B; in iwp_set_chip_param()
5399 sc->sc_chip_param.pa_type = PA_TYPE_MIX; in iwp_set_chip_param()
5404 sc->sc_chip_param.phy_mode = PHY_MODE_G | in iwp_set_chip_param()
5407 sc->sc_chip_param.tx_ant = ANT_B | ANT_C; in iwp_set_chip_param()
5408 sc->sc_chip_param.rx_ant = ANT_B | ANT_C; in iwp_set_chip_param()
5410 sc->sc_chip_param.pa_type = PA_TYPE_INTER; in iwp_set_chip_param()
[all …]