tag | line | file | source code |
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) |
MSE_CONTROL_PORT | 41 | kernel/chr_drv/busmouse.c | outb(MSE_READ_X_LOW, MSE_CONTROL_PORT); |
MSE_CONTROL_PORT | 43 | kernel/chr_drv/busmouse.c | outb(MSE_READ_X_HIGH, MSE_CONTROL_PORT); |
MSE_CONTROL_PORT | 45 | kernel/chr_drv/busmouse.c | outb(MSE_READ_Y_LOW, MSE_CONTROL_PORT ); |
MSE_CONTROL_PORT | 47 | kernel/chr_drv/busmouse.c | outb(MSE_READ_Y_HIGH, MSE_CONTROL_PORT); |