Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_ht.c286 static void b43_phy_ht_read_clip_detection(struct b43_wldev *dev, u16 *clip_st) in b43_phy_ht_read_clip_detection() argument
288 clip_st[0] = b43_phy_read(dev, B43_PHY_HT_C1_CLIP1THRES); in b43_phy_ht_read_clip_detection()
289 clip_st[1] = b43_phy_read(dev, B43_PHY_HT_C2_CLIP1THRES); in b43_phy_ht_read_clip_detection()
290 clip_st[2] = b43_phy_read(dev, B43_PHY_HT_C3_CLIP1THRES); in b43_phy_ht_read_clip_detection()
H A Dphy_n.c495 const u16 *clip_st) in b43_nphy_write_clip_detection() argument
497 b43_phy_write(dev, B43_NPHY_C1_CLIP1THRES, clip_st[0]); in b43_nphy_write_clip_detection()
498 b43_phy_write(dev, B43_NPHY_C2_CLIP1THRES, clip_st[1]); in b43_nphy_write_clip_detection()
502 static void b43_nphy_read_clip_detection(struct b43_wldev *dev, u16 *clip_st) in b43_nphy_read_clip_detection() argument
504 clip_st[0] = b43_phy_read(dev, B43_NPHY_C1_CLIP1THRES); in b43_nphy_read_clip_detection()
505 clip_st[1] = b43_phy_read(dev, B43_NPHY_C2_CLIP1THRES); in b43_nphy_read_clip_detection()