tag | line | file | source code |
MSE_CONTROL_PORT | 68 | drivers/char/busmouse.c | outb(MSE_READ_X_LOW, MSE_CONTROL_PORT); |
MSE_CONTROL_PORT | 70 | drivers/char/busmouse.c | outb(MSE_READ_X_HIGH, MSE_CONTROL_PORT); |
MSE_CONTROL_PORT | 72 | drivers/char/busmouse.c | outb(MSE_READ_Y_LOW, MSE_CONTROL_PORT ); |
MSE_CONTROL_PORT | 74 | drivers/char/busmouse.c | outb(MSE_READ_Y_HIGH, MSE_CONTROL_PORT); |
MSE_CONTROL_PORT | 59 | include/linux/busmouse.h | #define MSE_INT_OFF() outb(MSE_DISABLE_INTERRUPTS, MSE_CONTROL_PORT) |
MSE_CONTROL_PORT | 60 | include/linux/busmouse.h | #define MSE_INT_ON() outb(MSE_ENABLE_INTERRUPTS, MSE_CONTROL_PORT) |