PRS_PHASE
(reg->prstat & PRS_PHASE) == SPIFI_DATAOUT) {
phase = (reg->prstat & PRS_PHASE);
phase = reg->prstat & PRS_PHASE;