Searched refs:rst_line (Results 1 – 2 of 2) sorted by relevance
23 const struct stm32_reset_cfg *rst_line = NULL; in stm32_reset_update() local31 rst_line = data->rst_lines[id]; in stm32_reset_update()32 if (!rst_line) in stm32_reset_update()35 address += rst_line->offset; in stm32_reset_update()36 bit_mask = BIT(rst_line->bit_index); in stm32_reset_update()38 if (!state && rst_line->no_deassert) in stm32_reset_update()41 state = rst_line->inverted ^ state; in stm32_reset_update()44 if (rst_line->set_clr) in stm32_reset_update()49 if (rst_line->set_clr) in stm32_reset_update()55 if (to_us && !rst_line->no_timeout) { in stm32_reset_update()