Home
last modified time | relevance | path

Searched refs:chip_config (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_trigger.c24 st->chip_config.temp_fifo_enable = true; in inv_scan_query_mpu6050()
28 st->chip_config.gyro_fifo_enable = in inv_scan_query_mpu6050()
36 st->chip_config.accl_fifo_enable = in inv_scan_query_mpu6050()
44 st->chip_config.temp_fifo_enable = in inv_scan_query_mpu6050()
48 if (st->chip_config.gyro_fifo_enable) in inv_scan_query_mpu6050()
50 if (st->chip_config.accl_fifo_enable) in inv_scan_query_mpu6050()
52 if (st->chip_config.temp_fifo_enable) in inv_scan_query_mpu6050()
69 st->chip_config.magn_fifo_enable = in inv_scan_query_mpu9x50()
76 if (st->chip_config.magn_fifo_enable) in inv_scan_query_mpu9x50()
101 if (st->chip_config.magn_fifo_enable) in inv_compute_skip_samples()
[all …]
H A Dinv_mpu_aux.c34 user_ctrl = st->chip_config.user_ctrl | INV_MPU6050_BIT_I2C_MST_EN; in inv_mpu_i2c_master_xfer()
43 user_ctrl = st->chip_config.user_ctrl; in inv_mpu_i2c_master_xfer()
49 d = st->chip_config.divider; in inv_mpu_i2c_master_xfer()
57 regmap_write(st->map, st->reg->user_ctrl, st->chip_config.user_ctrl); in inv_mpu_i2c_master_xfer()
59 regmap_write(st->map, st->reg->sample_rate_div, st->chip_config.divider); in inv_mpu_i2c_master_xfer()
H A Dinv_mpu_spi.c27 st->chip_config.user_ctrl |= INV_MPU6050_BIT_I2C_IF_DIS; in inv_mpu_i2c_disable()
29 st->chip_config.user_ctrl); in inv_mpu_i2c_disable()
/linux/drivers/media/pci/cx18/
H A Dcx18-cards.c76 .chip_config = 0x003,
123 .chip_config = 0x003,
170 .chip_config = 0x003,
223 .chip_config = 0x50003,
276 .chip_config = 0x303,
336 .chip_config = 0x303,
392 .chip_config = 0x50306,
440 .chip_config = 0x202,
489 .chip_config = 0x303,
542 .chip_config = 0x303,
H A Dcx18-cards.h99 u32 chip_config; member
H A Dcx18-firmware.c324 cx18_write_reg(cx, cx->card->ddr.chip_config, CX18_DDR_CHIP_CONFIG); in cx18_init_memory()
/linux/drivers/net/phy/
H A Dmotorcomm.c1039 int chip_config; in yt8521_probe() local
1050 chip_config = ytphy_read_ext_with_lock(phydev, YT8521_CHIP_CONFIG_REG); in yt8521_probe()
1051 if (chip_config < 0) in yt8521_probe()
1052 return chip_config; in yt8521_probe()
1054 priv->strap_mode = chip_config & YT8521_CCR_MODE_SEL_MASK; in yt8521_probe()