ETHSYS_RSTCTRL
regmap_update_bits(eth->ethsys, ETHSYS_RSTCTRL,
regmap_update_bits(eth->ethsys, ETHSYS_RSTCTRL,
regmap_read(eth->ethsys, ETHSYS_RSTCTRL, &val);
regmap_update_bits(eth->ethsys, ETHSYS_RSTCTRL, RSTCTRL_FE,
regmap_update_bits(eth->ethsys, ETHSYS_RSTCTRL, rst_mask, rst_mask);
regmap_update_bits(eth->ethsys, ETHSYS_RSTCTRL, rst_mask, ~rst_mask);