CORB_PWC_OUTPUT
if (!err && (result & CORB_PWC_OUTPUT))
if (!err && (result & CORB_PWC_OUTPUT))
if (!err && !(result & CORB_PWC_OUTPUT))
if (!err && !(result & CORB_PWC_OUTPUT))
dir = CORB_PWC_OUTPUT;
dir = CORB_PWC_OUTPUT;
if (dir == CORB_PWC_OUTPUT && !(this->d.pin.cap & COP_PINCAP_OUTPUT))
if ((codec->qrks & AZ_QRK_WID_OVREF50) && (dir == CORB_PWC_OUTPUT))
if (!(result & (CORB_PWC_INPUT | CORB_PWC_OUTPUT)))
else if (result & CORB_PWC_OUTPUT)
value &= ~(CORB_PWC_OUTPUT | CORB_PWC_INPUT);
value |= CORB_PWC_OUTPUT;
value &= ~CORB_PWC_OUTPUT;
if (err || !(result & CORB_PWC_OUTPUT))