Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Dmpl3115.c541 __be16 press_tgt; in mpl3115_read_thresh() local
550 sizeof(press_tgt), in mpl3115_read_thresh()
551 (u8 *)&press_tgt); in mpl3115_read_thresh()
559 *val = be16_to_cpu(press_tgt) << 1; in mpl3115_read_thresh()
584 __be16 press_tgt; in mpl3115_write_thresh() local
596 press_tgt = cpu_to_be16(val); in mpl3115_write_thresh()
600 sizeof(press_tgt), in mpl3115_write_thresh()
601 (u8 *)&press_tgt); in mpl3115_write_thresh()