Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/accel/
Dmma8452.c51 #define MMA8452_FF_MT_CFG_OAE BIT(6) macro
649 return !(val & MMA8452_FF_MT_CFG_OAE); in mma8452_freefall_mode_enabled()
668 val &= ~MMA8452_FF_MT_CFG_OAE; in mma8452_set_freefall_mode()
673 val |= MMA8452_FF_MT_CFG_OAE; in mma8452_set_freefall_mode()
993 val |= MMA8452_FF_MT_CFG_OAE; in mma8452_write_event_config()