Lines Matching refs:supported
1011 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in at86rf212_update_cca_ed_level()
1012 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_98); in at86rf212_update_cca_ed_level()
1016 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf212_update_cca_ed_level()
1017 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in at86rf212_update_cca_ed_level()
1171 for (i = 0; i < lp->hw->phy->supported.tx_powers_size; i++) { in at86rf23x_set_txpower()
1172 if (lp->hw->phy->supported.tx_powers[i] == mbm) in at86rf23x_set_txpower()
1184 for (i = 0; i < lp->hw->phy->supported.tx_powers_size; i++) { in at86rf212_set_txpower()
1185 if (lp->hw->phy->supported.tx_powers[i] == mbm) in at86rf212_set_txpower()
1249 for (i = 0; i < hw->phy->supported.cca_ed_levels_size; i++) { in at86rf230_set_cca_ed_level()
1250 if (hw->phy->supported.cca_ed_levels[i] == mbm) in at86rf230_set_cca_ed_level()
1546 lp->hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in at86rf230_detect_device()
1548 lp->hw->phy->supported.cca_opts = BIT(NL802154_CCA_OPT_ENERGY_CARRIER_AND) | in at86rf230_detect_device()
1551 lp->hw->phy->supported.cca_ed_levels = at86rf23x_ed_levels; in at86rf230_detect_device()
1552 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf23x_ed_levels); in at86rf230_detect_device()
1564 lp->hw->phy->supported.channels[0] = 0x7FFF800; in at86rf230_detect_device()
1567 lp->hw->phy->supported.tx_powers = at86rf231_powers; in at86rf230_detect_device()
1568 lp->hw->phy->supported.tx_powers_size = ARRAY_SIZE(at86rf231_powers); in at86rf230_detect_device()
1574 lp->hw->phy->supported.channels[0] = 0x00007FF; in at86rf230_detect_device()
1575 lp->hw->phy->supported.channels[2] = 0x00007FF; in at86rf230_detect_device()
1578 lp->hw->phy->supported.lbt = NL802154_SUPPORTED_BOOL_BOTH; in at86rf230_detect_device()
1579 lp->hw->phy->supported.tx_powers = at86rf212_powers; in at86rf230_detect_device()
1580 lp->hw->phy->supported.tx_powers_size = ARRAY_SIZE(at86rf212_powers); in at86rf230_detect_device()
1581 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf230_detect_device()
1582 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in at86rf230_detect_device()
1587 lp->hw->phy->supported.channels[0] = 0x7FFF800; in at86rf230_detect_device()
1590 lp->hw->phy->supported.tx_powers = at86rf233_powers; in at86rf230_detect_device()
1591 lp->hw->phy->supported.tx_powers_size = ARRAY_SIZE(at86rf233_powers); in at86rf230_detect_device()
1599 lp->hw->phy->cca_ed_level = lp->hw->phy->supported.cca_ed_levels[7]; in at86rf230_detect_device()
1600 lp->hw->phy->transmit_power = lp->hw->phy->supported.tx_powers[0]; in at86rf230_detect_device()