Lines Matching refs:rf
891 static inline void b43_lo_fixup_rfatt(struct b43_rfatt *rf) in b43_lo_fixup_rfatt() argument
893 if (!rf->with_padmix) in b43_lo_fixup_rfatt()
895 if ((rf->att != 1) && (rf->att != 2) && (rf->att != 3)) in b43_lo_fixup_rfatt()
896 rf->att = 4; in b43_lo_fixup_rfatt()
903 struct b43_rfatt rf; in b43_lo_g_adjust() local
905 memcpy(&rf, &gphy->rfatt, sizeof(rf)); in b43_lo_g_adjust()
906 b43_lo_fixup_rfatt(&rf); in b43_lo_g_adjust()
908 cal = b43_get_calib_lo_settings(dev, &gphy->bbatt, &rf); in b43_lo_g_adjust()
917 struct b43_rfatt rf; in b43_lo_g_adjust_to() local
921 memset(&rf, 0, sizeof(rf)); in b43_lo_g_adjust_to()
923 rf.att = rfatt; in b43_lo_g_adjust_to()
925 b43_lo_fixup_rfatt(&rf); in b43_lo_g_adjust_to()
926 cal = b43_get_calib_lo_settings(dev, &bb, &rf); in b43_lo_g_adjust_to()