Home
last modified time | relevance | path

Searched refs:chip_period (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/iio/common/inv_sensors/
Dinv_sensors_timestamp.c56 inv_update_acc(&ts->chip_period, chip->clock_period); in inv_sensors_timestamp_init()
100 inv_update_acc(&ts->chip_period, new_chip_period); in inv_update_chip_period()
101 ts->period = ts->mult * ts->chip_period.val; in inv_update_chip_period()
180 ts->period = ts->mult * ts->chip_period.val; in inv_sensors_timestamp_apply_odr()
191 fifo_period = fifo_mult * ts->chip_period.val; in inv_sensors_timestamp_apply_odr()
/linux-6.12.1/include/linux/iio/common/
Dinv_sensors_timestamp.h64 struct inv_sensors_timestamp_acc chip_period; member
/linux-6.12.1/drivers/scsi/pcmcia/
Dnsp_cs.c423 unsigned int chip_period; member
488 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) | in nsp_analyze_sdtr()