Lines Matching refs:H_RST
377 hcsr &= ~H_RST;
1206 /* H_RST may be found lit before reset is started,
1208 * In that case asserting H_RST will be ignored, therefore
1209 * we need to clean H_RST bit to start a successful reset sequence.
1211 if ((hcsr & H_RST) == H_RST) {
1212 dev_warn(dev->dev, "H_RST is set = 0x%08X", hcsr);
1213 hcsr &= ~H_RST;
1218 hcsr |= H_RST | H_IG | H_CSR_IS_MASK;
1232 if ((hcsr & H_RST) == 0)
1233 dev_warn(dev->dev, "H_RST is not set = 0x%08X", hcsr);