Searched refs:clip_st (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c577 const uint16_t *clip_st)
579 BWN_PHY_WRITE(mac, BWN_NPHY_C1_CLIP1THRES, clip_st[0]);
580 BWN_PHY_WRITE(mac, BWN_NPHY_C2_CLIP1THRES, clip_st[1]);
584 static void bwn_nphy_read_clip_detection(struct bwn_mac *mac, uint16_t *clip_st) argument
586 clip_st[0] = BWN_PHY_READ(mac, BWN_NPHY_C1_CLIP1THRES);
587 clip_st[1] = BWN_PHY_READ(mac, BWN_NPHY_C2_CLIP1THRES);
576 bwn_nphy_write_clip_detection(struct bwn_mac *mac, const uint16_t *clip_st) argument

Completed in 116 milliseconds