Searched refs:I8042_CTL_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
41 #define I8042_CTL_TIMEOUT 10000 macro
212 while ((~i8042_read_status() & I8042_STR_OBF) && (i < I8042_CTL_TIMEOUT)) { in i8042_wait_read()216 return -(i == I8042_CTL_TIMEOUT); in i8042_wait_read()223 while ((i8042_read_status() & I8042_STR_IBF) && (i < I8042_CTL_TIMEOUT)) { in i8042_wait_write()227 return -(i == I8042_CTL_TIMEOUT); in i8042_wait_write()