Home
last modified time | relevance | path

Searched refs:cca_ed_thres (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ieee802154/
H A Datusb.c583 unsigned int cca_ed_thres; in hulusb_set_cca_ed_level() local
585 cca_ed_thres = atusb_read_subreg(lp, SR_CCA_ED_THRES); in hulusb_set_cca_ed_level()
591 lp->hw->phy->cca_ed_level = at86rf212_ed_levels_98[cca_ed_thres]; in hulusb_set_cca_ed_level()
596 lp->hw->phy->cca_ed_level = at86rf212_ed_levels_100[cca_ed_thres]; in hulusb_set_cca_ed_level()
H A Dat86rf230.c1016 unsigned int cca_ed_thres; in at86rf212_update_cca_ed_level() local
1019 rc = at86rf230_read_subreg(lp, SR_CCA_ED_THRES, &cca_ed_thres); in at86rf212_update_cca_ed_level()
1027 lp->hw->phy->cca_ed_level = at86rf212_ed_levels_98[cca_ed_thres]; in at86rf212_update_cca_ed_level()
1032 lp->hw->phy->cca_ed_level = at86rf212_ed_levels_100[cca_ed_thres]; in at86rf212_update_cca_ed_level()