Searched refs:I8042_CTL_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
34 #define I8042_CTL_TIMEOUT 10000 macro
245 while ((~i8042_read_status() & I8042_STR_OBF) && (i < I8042_CTL_TIMEOUT)) { in i8042_wait_read()249 return -(i == I8042_CTL_TIMEOUT); in i8042_wait_read()256 while ((i8042_read_status() & I8042_STR_IBF) && (i < I8042_CTL_TIMEOUT)) { in i8042_wait_write()260 return -(i == I8042_CTL_TIMEOUT); in i8042_wait_write()