IIC_ERRNO
return ((errno == 0) ? 0 : errno | IIC_ERRNO);
if ((iic_status & IIC_ERRNO) == 0)
return (iic_status & ~IIC_ERRNO);