Searched refs:t_status (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dad7291.c112 u16 t_status, v_status; local
117 if (ad7291_i2c_read(chip, AD7291_T_ALERT_STATUS, &t_status))
123 if (!(t_status || v_status))
133 if ((t_status & AD7291_T_LOW) || (t_status & AD7291_T_AVG_LOW))
140 if ((t_status & AD7291_T_HIGH) || (t_status & AD7291_T_AVG_HIGH))
/linux-master/drivers/crypto/amlogic/
H A Damlogic-gxl.h36 * @t_status: Descriptor of the cipher operation (see description below)
39 * t_status is segmented like this:
54 __le32 t_status; member in struct:meson_desc
H A Damlogic-gxl-cipher.c170 desc->t_status = cpu_to_le32(v);
220 desc->t_status = cpu_to_le32(v);

Completed in 258 milliseconds