Searched refs:rst_fun (Results 1 – 3 of 3) sorted by relevance
200 rk8xx->rst_fun = dev_read_u32_default(dev, "pmic-reset-func", 0); in rk8xx_spi_ofdata_to_platdata()331 if (priv->rst_fun) { in rk8xx_spi_probe()334 if (priv->rst_fun == RK806_RST_MODE1) { in rk8xx_spi_probe()337 } else if (priv->rst_fun == RK806_RST_MODE2) { in rk8xx_spi_probe()
621 int rst_fun; in rk806_parse_dt() local670 ret = device_property_read_u32(dev, "pmic-reset-func", &rst_fun); in rk806_parse_dt()675 rk806_field_write(rk806, RST_FUN, rst_fun); in rk806_parse_dt()
289 uint8_t rst_fun; member