Lines Matching refs:PostByte
4702 uint8_t PostByte[IPS_MAX_POST_BYTES];
4721 PostByte[i] = inb(ha->io_addr + IPS_REG_ISPR);
4725 if (PostByte[0] < IPS_GOOD_POST_STATUS) {
4728 PostByte[0], PostByte[1]);
4795 uint8_t PostByte[IPS_MAX_POST_BYTES];
4814 PostByte[i] = readb(ha->mem_ptr + IPS_REG_ISPR);
4818 if (PostByte[0] < IPS_GOOD_POST_STATUS) {
4821 PostByte[0], PostByte[1]);