Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dadp5585.c177 .reset_cfg = ADP5585_RESET_CFG,
188 .reset_cfg = ADP5589_RESET_CFG,
373 adp5585->reset_cfg |= FIELD_PREP(ADP5585_RESET1_POL, 1); in adp5585_reset_ev_parse()
376 adp5585->reset_cfg |= FIELD_PREP(ADP5585_RESET2_POL, 1); in adp5585_reset_ev_parse()
379 adp5585->reset_cfg |= FIELD_PREP(ADP5585_RST_PASSTHRU_EN, 1); in adp5585_reset_ev_parse()
385 adp5585->reset_cfg |= FIELD_PREP(ADP5585_RESET_TRIG_TIME, 0); in adp5585_reset_ev_parse()
388 adp5585->reset_cfg |= FIELD_PREP(ADP5585_RESET_TRIG_TIME, 1); in adp5585_reset_ev_parse()
391 adp5585->reset_cfg |= FIELD_PREP(ADP5585_RESET_TRIG_TIME, 2); in adp5585_reset_ev_parse()
394 adp5585->reset_cfg |= FIELD_PREP(ADP5585_RESET_TRIG_TIME, 3); in adp5585_reset_ev_parse()
397 adp5585->reset_cfg | in adp5585_reset_ev_parse()
[all...]
/linux/include/linux/mfd/
H A Dadp5585.h196 unsigned int reset_cfg; member
223 u8 reset_cfg; member
/linux/include/linux/input/
H A Dadp5589.h158 unsigned char reset_cfg; /* Reset config */ member