Searched refs:I8042_CTR_AUXDIS (Results 1 – 2 of 2) sorted by relevance
365 disable_bit = I8042_CTR_AUXDIS; in i8042_port_close()572 i8042_ctr &= ~I8042_CTR_AUXDIS; in i8042_enable_aux_port()577 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_enable_aux_port()666 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_check_mux()728 if (!(param & I8042_CTR_AUXDIS) == on) in i8042_toggle_aux()859 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_check_aux()1023 i8042_ctr |= I8042_CTR_KBDDIS | I8042_CTR_AUXDIS; in i8042_controller_reset()1127 i8042_ctr |= I8042_CTR_AUXDIS | I8042_CTR_KBDDIS; in i8042_controller_resume()
55 #define I8042_CTR_AUXDIS 0x20 macro