tag | line | file | source code |
MSE_CONTROL_PORT | 53 | drivers/char/busmouse.c | outb(MSE_READ_X_LOW, MSE_CONTROL_PORT); |
MSE_CONTROL_PORT | 55 | drivers/char/busmouse.c | outb(MSE_READ_X_HIGH, MSE_CONTROL_PORT); |
MSE_CONTROL_PORT | 57 | drivers/char/busmouse.c | outb(MSE_READ_Y_LOW, MSE_CONTROL_PORT ); |
MSE_CONTROL_PORT | 59 | drivers/char/busmouse.c | outb(MSE_READ_Y_HIGH, MSE_CONTROL_PORT); |
MSE_CONTROL_PORT | 57 | include/linux/busmouse.h | #define MSE_INT_OFF() outb(MSE_DISABLE_INTERRUPTS, MSE_CONTROL_PORT) |
MSE_CONTROL_PORT | 58 | include/linux/busmouse.h | #define MSE_INT_ON() outb(MSE_ENABLE_INTERRUPTS, MSE_CONTROL_PORT) |