Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iio/accel/
Dmma8452.c52 #define MMA8452_FF_MT_CFG_OAE BIT(6) macro
659 return !(val & MMA8452_FF_MT_CFG_OAE); in mma8452_freefall_mode_enabled()
678 val &= ~MMA8452_FF_MT_CFG_OAE; in mma8452_set_freefall_mode()
683 val |= MMA8452_FF_MT_CFG_OAE; in mma8452_set_freefall_mode()
1003 val |= MMA8452_FF_MT_CFG_OAE; in mma8452_write_event_config()