Home
last modified time | relevance | path

Searched refs:ITG3200_DLPF_CFG_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/iio/gyro/
H A Ditg3200.h38 #define ITG3200_DLPF_CFG_MASK 0x07 macro
/openbmc/linux/drivers/iio/gyro/
H A Ditg3200_core.c113 *val = (regval & ITG3200_DLPF_CFG_MASK) ? 1000 : 8000; in itg3200_read_raw()
151 t = ((t & ITG3200_DLPF_CFG_MASK) ? 1000u : 8000u) / val - 1; in itg3200_write_raw()