Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Darmada_thermal.c97 unsigned int hyst_mask; member
487 return i & data->hyst_mask; in armada_mc_to_reg_hyst()
509 ctrl1 &= ~(data->hyst_mask << data->hyst_shift); in armada_set_overheat_thresholds()
623 .hyst_mask = 0x3,
647 .hyst_mask = 0x3,
671 .hyst_mask = 0x3,
/openbmc/linux/include/linux/mfd/
H A Diqs62x.h113 u8 hyst_mask; member
/openbmc/linux/drivers/mfd/
H A Diqs62x.c151 iqs62x->dev_desc->hyst_mask | in iqs62x_dev_init()
806 .hyst_mask = BIT(3),
822 .hyst_mask = BIT(3),
840 .hyst_mask = BIT(3),
/openbmc/linux/drivers/input/keyboard/
H A Diqs62x-keys.c126 event_mask |= (iqs62x->dev_desc->hyst_mask | in iqs62x_keys_init()