EWS
scntl3 = (scntl3 & 0xf0) | (tp->wval & EWS) | (np->rv_scntl3 & 0x07);
scntl3 = (tp->wval & (~EWS)) | (wide ? EWS : 0);
(scntl3 & EWS) ? "en" : "dis");
if (INB(nc_scntl3) & EWS) {
if ((len & 1) && (tp->head.wval & EWS)) {
wval = wval & ~EWS;
wval |= EWS;
u_char wide = (tp->head.wval & EWS) ? BUS_16_BIT : BUS_8_BIT;
if (cp && (cp->phys.select.sel_scntl3 & EWS)) {
if ((cmd & 7) == 1 && cp && (cp->phys.select.sel_scntl3 & EWS) &&