Searched refs:I8042_CTR_AUXDIS (Results 1 – 2 of 2) sorted by relevance
410 disable_bit = I8042_CTR_AUXDIS; in i8042_port_close()637 i8042_ctr &= ~I8042_CTR_AUXDIS; in i8042_enable_aux_port()642 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_enable_aux_port()731 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_check_mux()793 if (!(param & I8042_CTR_AUXDIS) == on) in i8042_toggle_aux()924 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_check_aux()1088 i8042_ctr |= I8042_CTR_KBDDIS | I8042_CTR_AUXDIS; in i8042_controller_reset()1195 i8042_ctr |= I8042_CTR_AUXDIS | I8042_CTR_KBDDIS; in i8042_controller_resume()
51 #define I8042_CTR_AUXDIS 0x20 macro
Completed in 7 milliseconds