Lines Matching refs:supported
467 for (i = 0; i < hw->phy->supported.tx_powers_size; i++) { in atusb_set_txpower()
468 if (hw->phy->supported.tx_powers[i] == mbm) in atusb_set_txpower()
480 for (i = 0; i < hw->phy->supported.tx_powers_size; i++) { in hulusb_set_txpower()
481 if (hw->phy->supported.tx_powers[i] == mbm) in hulusb_set_txpower()
555 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in hulusb_set_cca_ed_level()
556 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_98); in hulusb_set_cca_ed_level()
560 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in hulusb_set_cca_ed_level()
561 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in hulusb_set_cca_ed_level()
577 for (i = 0; i < hw->phy->supported.cca_ed_levels_size; i++) { in atusb_set_cca_ed_level()
578 if (hw->phy->supported.cca_ed_levels[i] == mbm) in atusb_set_cca_ed_level()
841 hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in atusb_get_and_conf_chip()
844 hw->phy->supported.cca_opts = BIT(NL802154_CCA_OPT_ENERGY_CARRIER_AND) | in atusb_get_and_conf_chip()
861 atusb->hw->phy->supported.channels[0] = 0x7FFF800; in atusb_get_and_conf_chip()
863 atusb->hw->phy->supported.tx_powers = atusb_powers; in atusb_get_and_conf_chip()
864 atusb->hw->phy->supported.tx_powers_size = ARRAY_SIZE(atusb_powers); in atusb_get_and_conf_chip()
865 hw->phy->supported.cca_ed_levels = atusb_ed_levels; in atusb_get_and_conf_chip()
866 hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(atusb_ed_levels); in atusb_get_and_conf_chip()
870 atusb->hw->phy->supported.channels[0] = 0x7FFF800; in atusb_get_and_conf_chip()
872 atusb->hw->phy->supported.tx_powers = atusb_powers; in atusb_get_and_conf_chip()
873 atusb->hw->phy->supported.tx_powers_size = ARRAY_SIZE(atusb_powers); in atusb_get_and_conf_chip()
874 hw->phy->supported.cca_ed_levels = atusb_ed_levels; in atusb_get_and_conf_chip()
875 hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(atusb_ed_levels); in atusb_get_and_conf_chip()
880 atusb->hw->phy->supported.channels[0] = 0x00007FF; in atusb_get_and_conf_chip()
881 atusb->hw->phy->supported.channels[2] = 0x00007FF; in atusb_get_and_conf_chip()
883 atusb->hw->phy->supported.lbt = NL802154_SUPPORTED_BOOL_BOTH; in atusb_get_and_conf_chip()
884 atusb->hw->phy->supported.tx_powers = at86rf212_powers; in atusb_get_and_conf_chip()
885 atusb->hw->phy->supported.tx_powers_size = ARRAY_SIZE(at86rf212_powers); in atusb_get_and_conf_chip()
886 atusb->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in atusb_get_and_conf_chip()
887 atusb->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in atusb_get_and_conf_chip()
896 hw->phy->transmit_power = hw->phy->supported.tx_powers[0]; in atusb_get_and_conf_chip()
897 hw->phy->cca_ed_level = hw->phy->supported.cca_ed_levels[7]; in atusb_get_and_conf_chip()