Searched refs:I8042_CTR_AUXDIS (Results 1 – 2 of 2) sorted by relevance
406 disable_bit = I8042_CTR_AUXDIS; in i8042_port_close()633 i8042_ctr &= ~I8042_CTR_AUXDIS; in i8042_enable_aux_port()638 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_enable_aux_port()727 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_check_mux()789 if (!(param & I8042_CTR_AUXDIS) == on) in i8042_toggle_aux()920 i8042_ctr |= I8042_CTR_AUXDIS; in i8042_check_aux()1084 i8042_ctr |= I8042_CTR_KBDDIS | I8042_CTR_AUXDIS; in i8042_controller_reset()1191 i8042_ctr |= I8042_CTR_AUXDIS | I8042_CTR_KBDDIS; in i8042_controller_resume()
51 #define I8042_CTR_AUXDIS 0x20 macro