Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Drk8xx_spi.c200 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()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Drk806-core.c621 int rst_fun; in rk806_parse_dt() local
670 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()
/OK3568_Linux_fs/u-boot/include/power/
H A Drk8xx_pmic.h289 uint8_t rst_fun; member