Lines Matching refs:H_RST
370 hcsr &= ~H_RST;
1163 /* H_RST may be found lit before reset is started,
1165 * In that case asserting H_RST will be ignored, therefore
1166 * we need to clean H_RST bit to start a successful reset sequence.
1168 if ((hcsr & H_RST) == H_RST) {
1169 dev_warn(dev->dev, "H_RST is set = 0x%08X", hcsr);
1170 hcsr &= ~H_RST;
1175 hcsr |= H_RST | H_IG | H_CSR_IS_MASK;
1189 if ((hcsr & H_RST) == 0)
1190 dev_warn(dev->dev, "H_RST is not set = 0x%08X", hcsr);