Home
last modified time | relevance | path

Searched refs:rst_id (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/mmc/
A Dnexell_dw_mmc.c74 int rst_id = RESET_ID_SDMMC0 + ch; in nx_dw_mmc_reset() local
76 nx_rstcon_setrst(rst_id, 0); in nx_dw_mmc_reset()
77 nx_rstcon_setrst(rst_id, 1); in nx_dw_mmc_reset()
/u-boot/drivers/i2c/
A Dnx_i2c.c80 int rst_id = RESET_ID_I2C0 + ch; in i2c_reset() local
82 nx_rstcon_setrst(rst_id, 0); in i2c_reset()
83 nx_rstcon_setrst(rst_id, 1); in i2c_reset()

Completed in 4 milliseconds