I8042_STR_IBF
while (i8042_read_status() & I8042_STR_IBF)
while ((i8042_read_status() & I8042_STR_IBF) && (i < I8042_CTL_TIMEOUT)) {