Searched refs:I8042_CTR_AUXDIS (Results 1 – 2 of 2) sorted by relevance
372 disable_bit = I8042_CTR_AUXDIS; in i8042_port_close()579 i8042_ctr &= ~I8042_CTR_AUXDIS; in i8042_enable_aux_port()584 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_enable_aux_port()673 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_check_mux()735 if (!(param & I8042_CTR_AUXDIS) == on) in i8042_toggle_aux()866 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_check_aux()1030 i8042_ctr |= I8042_CTR_KBDDIS | I8042_CTR_AUXDIS; in i8042_controller_reset()1134 i8042_ctr |= I8042_CTR_AUXDIS | I8042_CTR_KBDDIS; in i8042_controller_resume()
55 #define I8042_CTR_AUXDIS 0x20 macro