Lines Matching refs:supported

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