Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/
Darmada_thermal.c99 unsigned int hyst_mask; member
495 return i & data->hyst_mask; in armada_mc_to_reg_hyst()
517 ctrl1 &= ~(data->hyst_mask << data->hyst_shift); in armada_set_overheat_thresholds()
631 .hyst_mask = 0x3,
655 .hyst_mask = 0x3,
/Linux-v6.1/include/linux/mfd/
Diqs62x.h113 u8 hyst_mask; member
/Linux-v6.1/drivers/mfd/
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),
/Linux-v6.1/drivers/input/keyboard/
Diqs62x-keys.c126 event_mask |= (iqs62x->dev_desc->hyst_mask | in iqs62x_keys_init()