Lines Matching refs:supported

503 	for (i = 0; i < hw->phy->supported.tx_powers_size; i++) {  in atusb_set_txpower()
504 if (hw->phy->supported.tx_powers[i] == mbm) in atusb_set_txpower()
516 for (i = 0; i < hw->phy->supported.tx_powers_size; i++) { in hulusb_set_txpower()
517 if (hw->phy->supported.tx_powers[i] == mbm) in hulusb_set_txpower()
589 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in hulusb_set_cca_ed_level()
590 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_98); in hulusb_set_cca_ed_level()
594 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in hulusb_set_cca_ed_level()
595 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in hulusb_set_cca_ed_level()
611 for (i = 0; i < hw->phy->supported.cca_ed_levels_size; i++) { in atusb_set_cca_ed_level()
612 if (hw->phy->supported.cca_ed_levels[i] == mbm) in atusb_set_cca_ed_level()
899 hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in atusb_get_and_conf_chip()
902 hw->phy->supported.cca_opts = BIT(NL802154_CCA_OPT_ENERGY_CARRIER_AND) | in atusb_get_and_conf_chip()
919 atusb->hw->phy->supported.channels[0] = 0x7FFF800; in atusb_get_and_conf_chip()
922 atusb->hw->phy->supported.tx_powers = atusb_powers; in atusb_get_and_conf_chip()
923 atusb->hw->phy->supported.tx_powers_size = ARRAY_SIZE(atusb_powers); in atusb_get_and_conf_chip()
924 hw->phy->supported.cca_ed_levels = atusb_ed_levels; in atusb_get_and_conf_chip()
925 hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(atusb_ed_levels); in atusb_get_and_conf_chip()
929 atusb->hw->phy->supported.channels[0] = 0x7FFF800; in atusb_get_and_conf_chip()
932 atusb->hw->phy->supported.tx_powers = atusb_powers; in atusb_get_and_conf_chip()
933 atusb->hw->phy->supported.tx_powers_size = ARRAY_SIZE(atusb_powers); in atusb_get_and_conf_chip()
934 hw->phy->supported.cca_ed_levels = atusb_ed_levels; in atusb_get_and_conf_chip()
935 hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(atusb_ed_levels); in atusb_get_and_conf_chip()
940 atusb->hw->phy->supported.channels[0] = 0x00007FF; in atusb_get_and_conf_chip()
941 atusb->hw->phy->supported.channels[2] = 0x00007FF; in atusb_get_and_conf_chip()
944 atusb->hw->phy->supported.lbt = NL802154_SUPPORTED_BOOL_BOTH; in atusb_get_and_conf_chip()
945 atusb->hw->phy->supported.tx_powers = at86rf212_powers; in atusb_get_and_conf_chip()
946 atusb->hw->phy->supported.tx_powers_size = ARRAY_SIZE(at86rf212_powers); in atusb_get_and_conf_chip()
947 atusb->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in atusb_get_and_conf_chip()
948 atusb->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in atusb_get_and_conf_chip()
957 hw->phy->transmit_power = hw->phy->supported.tx_powers[0]; in atusb_get_and_conf_chip()
958 hw->phy->cca_ed_level = hw->phy->supported.cca_ed_levels[7]; in atusb_get_and_conf_chip()