Searched refs:offset_a (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/media/platform/ti/vpe/ |
H A D | vpdma.h | 203 #define VPDMA_SET_MMR_ADB_HDR(buf, str, hdr, regs, offset_a) \ argument 208 h->offset = (offset_a); \
|
H A D | vpe.c | 518 #define VPE_SET_MMR_ADB_HDR(ctx, hdr, regs, offset_a) \ argument 519 VPDMA_SET_MMR_ADB_HDR(ctx->mmr_adb, vpe_mmr_adb, hdr, regs, offset_a)
|
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7604.c | 1053 static void adv76xx_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b… in adv76xx_set_offset() argument 1059 offset_a = 0x3ff; in adv76xx_set_offset() 1066 offset_a, offset_b, offset_c); in adv76xx_set_offset() 1068 offset_buf[0] = (cp_read(sd, 0x77) & 0xc0) | ((offset_a & 0x3f0) >> 4); in adv76xx_set_offset() 1069 offset_buf[1] = ((offset_a & 0x00f) << 4) | ((offset_b & 0x3c0) >> 6); in adv76xx_set_offset()
|
H A D | adv7842.c | 1105 static void adv7842_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b… in adv7842_set_offset() argument 1111 offset_a = 0x3ff; in adv7842_set_offset() 1118 offset_a, offset_b, offset_c); in adv7842_set_offset() 1120 offset_buf[0]= (cp_read(sd, 0x77) & 0xc0) | ((offset_a & 0x3f0) >> 4); in adv7842_set_offset() 1121 offset_buf[1] = ((offset_a & 0x00f) << 4) | ((offset_b & 0x3c0) >> 6); in adv7842_set_offset()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8851b.c | 928 s32 offset_a; in rtw8851b_set_gain_offset() local 947 offset_a = -efuse_gain->offset[RF_PATH_A][gain_ofdm_band]; in rtw8851b_set_gain_offset() 949 tmp = -((offset_a << 2) + (efuse_gain->offset_base[RTW89_PHY_0] >> 2)); in rtw8851b_set_gain_offset()
|
H A D | rtw8852b.c | 1016 s32 offset_a, offset_b; in rtw8852b_set_gain_offset() local 1036 offset_a = -efuse_gain->offset[RF_PATH_A][gain_ofdm_band]; in rtw8852b_set_gain_offset() 1039 tmp = -((offset_a << 2) + (efuse_gain->offset_base[RTW89_PHY_0] >> 2)); in rtw8852b_set_gain_offset()
|
/openbmc/qemu/block/ |
H A D | qcow2-refcount.c | 290 static int in_same_refcount_block(BDRVQcow2State *s, uint64_t offset_a, in in_same_refcount_block() argument 293 uint64_t block_a = offset_a >> (s->cluster_bits + s->refcount_block_bits); in in_same_refcount_block()
|