Lines Matching refs:supported
1020 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in at86rf212_update_cca_ed_level()
1021 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_98); in at86rf212_update_cca_ed_level()
1025 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf212_update_cca_ed_level()
1026 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in at86rf212_update_cca_ed_level()
1180 for (i = 0; i < lp->hw->phy->supported.tx_powers_size; i++) { in at86rf23x_set_txpower()
1181 if (lp->hw->phy->supported.tx_powers[i] == mbm) in at86rf23x_set_txpower()
1193 for (i = 0; i < lp->hw->phy->supported.tx_powers_size; i++) { in at86rf212_set_txpower()
1194 if (lp->hw->phy->supported.tx_powers[i] == mbm) in at86rf212_set_txpower()
1258 for (i = 0; i < hw->phy->supported.cca_ed_levels_size; i++) { in at86rf230_set_cca_ed_level()
1259 if (hw->phy->supported.cca_ed_levels[i] == mbm) in at86rf230_set_cca_ed_level()
1555 lp->hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in at86rf230_detect_device()
1557 lp->hw->phy->supported.cca_opts = BIT(NL802154_CCA_OPT_ENERGY_CARRIER_AND) | in at86rf230_detect_device()
1560 lp->hw->phy->supported.cca_ed_levels = at86rf23x_ed_levels; in at86rf230_detect_device()
1561 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf23x_ed_levels); in at86rf230_detect_device()
1573 lp->hw->phy->supported.channels[0] = 0x7FFF800; in at86rf230_detect_device()
1576 lp->hw->phy->supported.tx_powers = at86rf231_powers; in at86rf230_detect_device()
1577 lp->hw->phy->supported.tx_powers_size = ARRAY_SIZE(at86rf231_powers); in at86rf230_detect_device()
1583 lp->hw->phy->supported.channels[0] = 0x00007FF; in at86rf230_detect_device()
1584 lp->hw->phy->supported.channels[2] = 0x00007FF; in at86rf230_detect_device()
1587 lp->hw->phy->supported.lbt = NL802154_SUPPORTED_BOOL_BOTH; in at86rf230_detect_device()
1588 lp->hw->phy->supported.tx_powers = at86rf212_powers; in at86rf230_detect_device()
1589 lp->hw->phy->supported.tx_powers_size = ARRAY_SIZE(at86rf212_powers); in at86rf230_detect_device()
1590 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf230_detect_device()
1591 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in at86rf230_detect_device()
1596 lp->hw->phy->supported.channels[0] = 0x7FFF800; in at86rf230_detect_device()
1599 lp->hw->phy->supported.tx_powers = at86rf233_powers; in at86rf230_detect_device()
1600 lp->hw->phy->supported.tx_powers_size = ARRAY_SIZE(at86rf233_powers); in at86rf230_detect_device()
1608 lp->hw->phy->cca_ed_level = lp->hw->phy->supported.cca_ed_levels[7]; in at86rf230_detect_device()
1609 lp->hw->phy->transmit_power = lp->hw->phy->supported.tx_powers[0]; in at86rf230_detect_device()