Lines Matching defs:spare
523 * (and spare or testfailed on revs F and G) chip-selects on the
589 int csbe, int spare, int testfail)
602 csp->csp_spare = spare;
608 if (spare)
867 * any appointed online spare chip-selects and for any that have
874 int csbe, spare, testfail;
878 spare = MCREG_FIELD_F_revFG(&base[i], Spare);
882 spare = 0;
889 csbe = spare = 0;
897 * it is a designated online spare or is marked with TestFail.
899 if (!csbe && !(spare || testfail))
903 * For an enabled or spare chip-select the Bank Address Mapping
906 * We will not know whether the spare is already swapped in
909 if (csbe || spare) {
920 csbe, spare, testfail);
985 * Now that we have discovered all enabled/spare/testfail chip-selects
1041 * Enable swap from chip-select csnum to the spare chip-select on this
1060 return (ENOTSUP); /* MC rev does not offer online spare */
1062 return (ENODEV); /* Supported, but no spare configured */
1066 return (EINVAL); /* Can't spare the spare! */
1098 /* And request that the swap to the spare start */