Lines Matching defs:tmp
875 s32 tmp = 0;
887 tmp = clamp_t(s32, (-offset_q0 << 3) + (offset_base_q4 >> 1),
889 rtw89_phy_write32_mask(rtwdev, R_RPL_OFST, B_RPL_OFST_MASK, tmp & 0x7f);
897 tmp = (offset_q0 << 2) + (offset_base_q4 >> 2);
898 tmp = clamp_t(s32, -tmp, S8_MIN, S8_MAX);
899 rtw89_phy_write32_mask(rtwdev, rssi_ofst_addr[path], B_PATH0_R_G_OFST_MASK, tmp & 0xff);
901 tmp = clamp_t(s32, offset_q0 << 4, S8_MIN, S8_MAX);
902 rtw89_phy_write32_idx(rtwdev, R_RPL_PATHAB, rpl_mask[path], tmp & 0xff, phy_idx);
903 rtw89_phy_write32_idx(rtwdev, R_RSSI_M_PATHAB, rpl_tb_mask[path], tmp & 0xff, phy_idx);