Searched refs:offset_a (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8852b_common.c | 643 s32 offset_a, offset_b; in rtw8852bx_set_gain_offset() local 663 offset_a = -efuse_gain->offset[RF_PATH_A][gain_ofdm_band]; in rtw8852bx_set_gain_offset() 666 tmp = -((offset_a << 2) + (efuse_gain->offset_base[RTW89_PHY_0] >> 2)); in rtw8852bx_set_gain_offset() 697 ext_loss_a = (offset_a << 2) + (efuse_gain->offset_base[RTW89_PHY_0] >> 2); in rtw8852bx_set_gain_offset()
|
| H A D | rtw8851b.c | 1049 s32 offset_a; in rtw8851b_set_gain_offset() local 1068 offset_a = -efuse_gain->offset[RF_PATH_A][gain_ofdm_band]; in rtw8851b_set_gain_offset() 1070 tmp = -((offset_a << 2) + (efuse_gain->offset_base[RTW89_PHY_0] >> 2)); in rtw8851b_set_gain_offset()
|
| /linux/drivers/media/i2c/ |
| H A D | adv7842.c | 1108 static void adv7842_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b… in adv7842_set_offset() argument 1114 offset_a = 0x3ff; in adv7842_set_offset() 1121 offset_a, offset_b, offset_c); in adv7842_set_offset() 1123 offset_buf[0]= (cp_read(sd, 0x77) & 0xc0) | ((offset_a & 0x3f0) >> 4); in adv7842_set_offset() 1124 offset_buf[1] = ((offset_a & 0x00f) << 4) | ((offset_b & 0x3c0) >> 6); in adv7842_set_offset()
|
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | vpe.c | 522 #define VPE_SET_MMR_ADB_HDR(ctx, hdr, regs, offset_a) \ argument 523 VPDMA_SET_MMR_ADB_HDR(ctx->mmr_adb, vpe_mmr_adb, hdr, regs, offset_a)
|
| H A D | vip.c | 82 #define VIP_SET_MMR_ADB_HDR(port, hdr, regs, offset_a) \ argument 83 VPDMA_SET_MMR_ADB_HDR((port)->mmr_adb, vip_mmr_adb, hdr, regs, offset_a)
|