Lines Matching refs:PostByte
4699 uint8_t PostByte[IPS_MAX_POST_BYTES];
4718 PostByte[i] = inb(ha->io_addr + IPS_REG_ISPR);
4722 if (PostByte[0] < IPS_GOOD_POST_STATUS) {
4725 PostByte[0], PostByte[1]);
4792 uint8_t PostByte[IPS_MAX_POST_BYTES];
4811 PostByte[i] = readb(ha->mem_ptr + IPS_REG_ISPR);
4815 if (PostByte[0] < IPS_GOOD_POST_STATUS) {
4818 PostByte[0], PostByte[1]);