Searched refs:_s4_to_s32 (Results 1 – 1 of 1) sorted by relevance
72 s32 _s4_to_s32(u32 data) in _s4_to_s32() function881 tx_cal_reg[0] = _s4_to_s32((val & 0xF0000000) >> 28); in _tx_iq_calibration_loop_winbond()882 tx_cal_reg[1] = _s4_to_s32((val & 0x0F000000) >> 24); in _tx_iq_calibration_loop_winbond()883 tx_cal_reg[2] = _s4_to_s32((val & 0x00F00000) >> 20); in _tx_iq_calibration_loop_winbond()884 tx_cal_reg[3] = _s4_to_s32((val & 0x000F0000) >> 16); in _tx_iq_calibration_loop_winbond()1076 tx_cal_reg[0] = _s4_to_s32((val & 0xF0000000) >> 28); in _tx_iq_calibration_winbond()1077 tx_cal_reg[1] = _s4_to_s32((val & 0x0F000000) >> 24); in _tx_iq_calibration_winbond()1078 tx_cal_reg[2] = _s4_to_s32((val & 0x00F00000) >> 20); in _tx_iq_calibration_winbond()1079 tx_cal_reg[3] = _s4_to_s32((val & 0x000F0000) >> 16); in _tx_iq_calibration_winbond()1301 rx_cal_reg[0] = _s4_to_s32((val & 0x0000F000) >> 12); in _rx_iq_calibration_loop_winbond()[all …]