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