NL802154_CCA_ENERGY 1223 drivers/net/ieee802154/adf7242.c 	hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY);
NL802154_CCA_ENERGY 1228 drivers/net/ieee802154/adf7242.c 	hw->phy->cca.mode = NL802154_CCA_ENERGY;
NL802154_CCA_ENERGY 1218 drivers/net/ieee802154/at86rf230.c 	case NL802154_CCA_ENERGY:
NL802154_CCA_ENERGY 1546 drivers/net/ieee802154/at86rf230.c 	lp->hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) |
NL802154_CCA_ENERGY 1551 drivers/net/ieee802154/at86rf230.c 	lp->hw->phy->cca.mode = NL802154_CCA_ENERGY;
NL802154_CCA_ENERGY  553 drivers/net/ieee802154/atusb.c 	case NL802154_CCA_ENERGY:
NL802154_CCA_ENERGY  896 drivers/net/ieee802154/atusb.c 	hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) |
NL802154_CCA_ENERGY  902 drivers/net/ieee802154/atusb.c 	hw->phy->cca.mode = NL802154_CCA_ENERGY;
NL802154_CCA_ENERGY  649 drivers/net/ieee802154/mcr20a.c 	case NL802154_CCA_ENERGY:
NL802154_CCA_ENERGY  989 drivers/net/ieee802154/mcr20a.c 	phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) |
NL802154_CCA_ENERGY 1003 drivers/net/ieee802154/mcr20a.c 	phy->cca.mode = NL802154_CCA_ENERGY;
NL802154_CCA_ENERGY  858 drivers/net/ieee802154/mrf24j40.c 	case NL802154_CCA_ENERGY:
NL802154_CCA_ENERGY 1250 drivers/net/ieee802154/mrf24j40.c 	devrec->hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) |
NL802154_CCA_ENERGY  998 net/ieee802154/nl802154.c 	if (cca.mode < NL802154_CCA_ENERGY ||