Home
last modified time | relevance | path

Searched refs:val0 (Results 1 – 25 of 29) sorted by relevance

12

/linux/sound/i2c/other/
A Dpt2258.c98 int val0, val1; in pt2258_stereo_volume_put() local
100 val0 = 79 - ucontrol->value.integer.value[0]; in pt2258_stereo_volume_put()
102 if (val0 < 0 || val0 > 79 || val1 < 0 || val1 > 79) in pt2258_stereo_volume_put()
104 if (val0 == pt->volume[base] && val1 == pt->volume[base + 1]) in pt2258_stereo_volume_put()
107 pt->volume[base] = val0; in pt2258_stereo_volume_put()
108 bytes[0] = pt2258_channel_code[2 * base] | (val0 / 10); in pt2258_stereo_volume_put()
109 bytes[1] = pt2258_channel_code[2 * base + 1] | (val0 % 10); in pt2258_stereo_volume_put()
/linux/drivers/iio/common/hid-sensors/
A Dhid-sensor-attributes.c365 *val0 = scale0 * int_pow(10, exp); in adjust_exponent_nano()
377 *val0 += res; in adjust_exponent_nano()
382 *val0 = *val1 = 0; in adjust_exponent_nano()
386 *val0 = scale0 / divisor; in adjust_exponent_nano()
397 *val0 = scale0; in adjust_exponent_nano()
404 int *val0, int *val1) in hid_sensor_format_scale() argument
409 *val0 = 1; in hid_sensor_format_scale()
417 adjust_exponent_nano(val0, val1, in hid_sensor_format_scale()
559 int val0, val1; in hid_sensor_parse_common_attributes() local
562 &timestamp, &val0, &val1); in hid_sensor_parse_common_attributes()
[all …]
/linux/drivers/soc/rockchip/
A Dio-domain.c90 u32 val0, val1; in rk3568_iodomain_write() local
98 val0 = BIT(16 + b) | (is_3v3 ? 0 : BIT(b)); in rk3568_iodomain_write()
102 regmap_write(iod->grf, RK3568_PMU_GRF_IO_VSEL2, val0); in rk3568_iodomain_write()
114 val0 = BIT(16 + b) | (is_3v3 ? 0 : BIT(b)); in rk3568_iodomain_write()
117 regmap_write(iod->grf, RK3568_PMU_GRF_IO_VSEL0, val0); in rk3568_iodomain_write()
/linux/sound/soc/sh/rcar/
A Dsrc.c408 u32 val0, val1; in rsnd_src_error_occurred() local
412 val0 = val1 = OUF_SRC(rsnd_mod_id(mod)); in rsnd_src_error_occurred()
420 val0 = val0 & 0xffff; in rsnd_src_error_occurred()
424 if ((status0 & val0) || (status1 & val1)) { in rsnd_src_error_occurred()
/linux/drivers/net/dsa/microchip/
A Dksz9477_acl.c338 u8 vale, valf, val0; in ksz9477_acl_update_linkage() local
341 val0 = entry[KSZ9477_ACL_PORT_ACCESS_0]; in ksz9477_acl_update_linkage()
355 if (val0 != old_idx) { in ksz9477_acl_update_linkage()
357 old_idx, val0); in ksz9477_acl_update_linkage()
361 val0 = new_idx; in ksz9477_acl_update_linkage()
378 entry[KSZ9477_ACL_PORT_ACCESS_0] = val0; in ksz9477_acl_update_linkage()
/linux/drivers/net/ethernet/chelsio/cxgb/
A Dpm3393.c420 t1_tpi_read((mac)->adapter, OFFSET(name), &val0); \
423 (mac)->stats.stat_name = (u64)(val0 & 0xffff) | \
437 u32 val0, val1, val2, val3; in pm3393_update_statistics() local
444 pmread(mac, SUNI1x10GEXP_REG_MSTAT_COUNTER_ROLLOVER_0, &val0); in pm3393_update_statistics()
448 ro = ((u64)val0 & 0xffff) | (((u64)val1 & 0xffff) << 16) | in pm3393_update_statistics()
/linux/drivers/net/wireless/realtek/rtw89/
A Defuse_be.c237 u8 i, val0, val1; in rtw89_eeprom_parser_be() local
298 val0 = phy_map[phy_idx]; in rtw89_eeprom_parser_be()
305 log_map[log_idx - page_offset] = val0; in rtw89_eeprom_parser_be()
307 log_map[log_idx - page_offset] = val0; in rtw89_eeprom_parser_be()
/linux/drivers/edac/
A Dversal_edac.c819 static void xddr_inject_data_ue_store(struct mem_ctl_info *mci, u32 val0, u32 val1) in xddr_inject_data_ue_store() argument
823 writel(val0, priv->ddrmc_baseaddr + ECCW0_FLIP0_OFFSET); in xddr_inject_data_ue_store()
824 writel(val0, priv->ddrmc_baseaddr + ECCW0_FLIP1_OFFSET); in xddr_inject_data_ue_store()
855 u32 val0 = 0, val1 = 0; in inject_data_ue_store() local
880 val0 = BIT(ue0); in inject_data_ue_store()
887 val0 |= BIT(ue1); in inject_data_ue_store()
899 xddr_inject_data_ue_store(mci, val0, val1); in inject_data_ue_store()
/linux/drivers/media/platform/nxp/imx8-isi/
A Dimx8-isi-hw.c173 u32 val, val0, val1; in mxc_isi_channel_set_crop() local
184 val0 = CHNL_CROP_ULC_X(dst->left) | CHNL_CROP_ULC_Y(dst->top); in mxc_isi_channel_set_crop()
187 mxc_isi_write(pipe, CHNL_CROP_ULC, val0); in mxc_isi_channel_set_crop()
188 mxc_isi_write(pipe, CHNL_CROP_LRC, val1 + val0); in mxc_isi_channel_set_crop()
/linux/drivers/misc/sgi-gru/
A Dgrulib.h97 int val0; member
A Dgrufault.c875 if (req.val0 < -1 || req.val0 >= GRU_CHIPLETS_PER_HUB || in gru_set_context_option()
881 gts->ts_user_chiplet_id = req.val0; in gru_set_context_option()
/linux/sound/ppc/
A Dawacs.c561 int val0, val6; in snd_pmac_screamer_mic_boost_put() local
565 val0 = chip->awacs_reg[0] & ~MASK_GAINLINE; in snd_pmac_screamer_mic_boost_put()
568 val0 |= MASK_GAINLINE; in snd_pmac_screamer_mic_boost_put()
571 if (val0 != chip->awacs_reg[0]) { in snd_pmac_screamer_mic_boost_put()
572 snd_pmac_awacs_write_reg(chip, 0, val0); in snd_pmac_screamer_mic_boost_put()
/linux/drivers/media/pci/intel/ipu6/
A Dipu6-isys.h69 u8 val0; member
/linux/drivers/gpu/drm/msm/adreno/
A Da6xx_gpu_state.h178 u32 val0; member
183 { .val0 = _base, .val1 = _type, .registers = _array, \
301 .val0 = _sel_reg, .val1 = _sel_val }
A Da6xx_gpu_state.c1004 regs->registers[i] - (regs->val0 >> 2); in a6xx_get_crashdumper_hlsq_registers()
1043 if (regs->val0) in a6xx_get_crashdumper_registers()
1044 in += CRASHDUMP_WRITE(in, regs->val0, regs->val1); in a6xx_get_crashdumper_registers()
/linux/include/linux/
A Dhid-sensor-hub.h273 int *val0, int *val1);
/linux/tools/testing/selftests/arm64/abi/
A Dhwcap.c123 register u64 val0 asm ("x1") = 5; in lse128_sigill()
128 : "+r" (memp), "+r" (val0), "+r" (val1) in lse128_sigill()
/linux/drivers/media/usb/gspca/
A Dov519.c2914 unsigned char val0, val1; in ov51x_upload_quan_tables() local
2930 val0 = *pYTable++; in ov51x_upload_quan_tables()
2932 val0 &= 0x0f; in ov51x_upload_quan_tables()
2934 val0 |= val1 << 4; in ov51x_upload_quan_tables()
2935 reg_w(sd, reg, val0); in ov51x_upload_quan_tables()
2937 val0 = *pUVTable++; in ov51x_upload_quan_tables()
2939 val0 &= 0x0f; in ov51x_upload_quan_tables()
2941 val0 |= val1 << 4; in ov51x_upload_quan_tables()
2942 reg_w(sd, reg + size, val0); in ov51x_upload_quan_tables()
/linux/drivers/thunderbolt/
A Dicm.c1846 u32 val0, val1; in icm_reset_phy_port() local
1864 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port()
1871 state0 = val0 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port()
1880 val0 |= PHY_PORT_CS1_LINK_DISABLE; in icm_reset_phy_port()
1881 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port()
1893 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port()
1900 val0 &= ~PHY_PORT_CS1_LINK_DISABLE; in icm_reset_phy_port()
1901 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port()
/linux/drivers/infiniband/hw/erdma/
A Derdma_verbs.c1361 u64 val0, val1; in alloc_db_resources() local
1385 ret = erdma_post_cmd_wait(&dev->cmdq, &req, sizeof(req), &val0, &val1); in alloc_db_resources()
1390 ctx->ext_db.sdb_off = ERDMA_GET(val0, ALLOC_DB_RESP_SDB); in alloc_db_resources()
1391 ctx->ext_db.rdb_off = ERDMA_GET(val0, ALLOC_DB_RESP_RDB); in alloc_db_resources()
1392 ctx->ext_db.cdb_off = ERDMA_GET(val0, ALLOC_DB_RESP_CDB); in alloc_db_resources()
/linux/drivers/clk/nxp/
A Dclk-lpc32xx.c373 static inline bool pll_is_valid(u64 val0, u64 val1, u64 min, u64 max) in pll_is_valid() argument
375 return (val0 >= (val1 * min) && val0 <= (val1 * max)); in pll_is_valid()
/linux/drivers/infiniband/hw/qib/
A Dqib_sd7220.c1003 #define RXEQ_VAL(elt, adr, val0, val1, val2, val3) \ argument
1004 {RXEQ_INIT_RDESC((elt), (adr)), {(val0), (val1), (val2), (val3)} }
/linux/drivers/gpu/drm/bridge/
A Dite-it6505.c673 int val0, val1; in it6505_read_word() local
675 val0 = it6505_read(it6505, reg); in it6505_read_word()
676 if (val0 < 0) in it6505_read_word()
677 return val0; in it6505_read_word()
683 return (val1 << 8) | val0; in it6505_read_word()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ring.h359 uint32_t reg0, uint32_t val0,
/linux/arch/mips/include/asm/octeon/
A Dcvmx-sriox-defs.h446 uint64_t val0:1; member
470 uint64_t val0:1;

Completed in 93 milliseconds

12