Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/accel/
H A Dbma400.h59 #define BMA400_STEP_RAW_LEN 0x03 macro
H A Dbma400_core.c801 steps_raw = kmalloc(BMA400_STEP_RAW_LEN, GFP_KERNEL); in bma400_get_steps_reg()
806 steps_raw, BMA400_STEP_RAW_LEN); in bma400_get_steps_reg()