Searched refs:sw_mstr_rst (Results 1 - 1 of 1) sorted by relevance

/drivers/power/reset/
H A Dbrcmstb-reboot.c36 static u32 sw_mstr_rst; variable
55 rc = regmap_write(regmap, sw_mstr_rst, 1);
57 pr_err("failed to write sw_mstr_rst (%d)\n", rc);
61 rc = regmap_read(regmap, sw_mstr_rst, &tmp);
63 pr_err("failed to read sw_mstr_rst (%d)\n", rc);
90 &sw_mstr_rst);
92 pr_err("can't get sw_mstr_rst offset (%d)\n", rc);

Completed in 63 milliseconds