Lines Matching refs:supported
1160 hw->phy->supported.channels[0] = 0x7FFF800; in adf7242_probe()
1171 hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY); in adf7242_probe()
1173 hw->phy->supported.cca_ed_levels = adf7242_ed_levels; in adf7242_probe()
1174 hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(adf7242_ed_levels); in adf7242_probe()
1178 hw->phy->supported.tx_powers = adf7242_powers; in adf7242_probe()
1179 hw->phy->supported.tx_powers_size = ARRAY_SIZE(adf7242_powers); in adf7242_probe()
1181 hw->phy->supported.min_minbe = 0; in adf7242_probe()
1182 hw->phy->supported.max_minbe = 8; in adf7242_probe()
1184 hw->phy->supported.min_maxbe = 3; in adf7242_probe()
1185 hw->phy->supported.max_maxbe = 8; in adf7242_probe()
1187 hw->phy->supported.min_frame_retries = 0; in adf7242_probe()
1188 hw->phy->supported.max_frame_retries = 15; in adf7242_probe()
1190 hw->phy->supported.min_csma_backoffs = 0; in adf7242_probe()
1191 hw->phy->supported.max_csma_backoffs = 5; in adf7242_probe()