cca_ed_thres     1007 drivers/net/ieee802154/at86rf230.c 	unsigned int cca_ed_thres;
cca_ed_thres     1010 drivers/net/ieee802154/at86rf230.c 	rc = at86rf230_read_subreg(lp, SR_CCA_ED_THRES, &cca_ed_thres);
cca_ed_thres     1018 drivers/net/ieee802154/at86rf230.c 		lp->hw->phy->cca_ed_level = at86rf212_ed_levels_98[cca_ed_thres];
cca_ed_thres     1023 drivers/net/ieee802154/at86rf230.c 		lp->hw->phy->cca_ed_level = at86rf212_ed_levels_100[cca_ed_thres];
cca_ed_thres      580 drivers/net/ieee802154/atusb.c 	unsigned int cca_ed_thres;
cca_ed_thres      582 drivers/net/ieee802154/atusb.c 	cca_ed_thres = atusb_read_subreg(lp, SR_CCA_ED_THRES);
cca_ed_thres      588 drivers/net/ieee802154/atusb.c 		lp->hw->phy->cca_ed_level = at86rf212_ed_levels_98[cca_ed_thres];
cca_ed_thres      593 drivers/net/ieee802154/atusb.c 		lp->hw->phy->cca_ed_level = at86rf212_ed_levels_100[cca_ed_thres];