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