EG_PCBLEN
uint8_t eg_pcb[EG_PCBLEN]; /* Primary Command Block buffer */
memset(pcb, 0, EG_PCBLEN);
static uint8_t pcb[EG_PCBLEN];