Lines Matching refs:supported

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