Searched refs:tx_dt (Results 1 – 1 of 1) sorted by relevance
3787 int i, k, vdf_y[3], vdf_x[3], tx_dt[3], rx_dt[3], in _rtl8821ae_iqk_tx() local3914 tx_dt[cal] = (vdf_y[1]>>20)-(vdf_y[0]>>20); in _rtl8821ae_iqk_tx()3915 tx_dt[cal] = ((16*tx_dt[cal])*10000/15708); in _rtl8821ae_iqk_tx()3916 tx_dt[cal] = (tx_dt[cal] >> 1)+(tx_dt[cal] & BIT(0)); in _rtl8821ae_iqk_tx()3920 rtl_set_bbreg(hw, 0xce8, 0x3fff0000, tx_dt[cal] & 0x00003fff); in _rtl8821ae_iqk_tx()