Searched refs:GC_PSX_POWER (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | gamecon.c | 526 #define GC_PSX_POWER 0xf8 /* Pins 5-9 */ macro 559 parport_write_data(port, cmd | GC_PSX_POWER); in gc_psx_command() 571 parport_write_data(gc->pd->port, cmd | GC_PSX_CLOCK | GC_PSX_POWER); in gc_psx_command() 590 parport_write_data(gc->pd->port, GC_PSX_CLOCK | GC_PSX_SELECT | GC_PSX_POWER); in gc_psx_read_packet() 593 parport_write_data(gc->pd->port, GC_PSX_CLOCK | GC_PSX_POWER); in gc_psx_read_packet() 622 parport_write_data(gc->pd->port, GC_PSX_CLOCK | GC_PSX_SELECT | GC_PSX_POWER); in gc_psx_read_packet()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | gamecon.c | 523 #define GC_PSX_POWER 0xf8 /* Pins 5-9 */ macro 556 parport_write_data(port, cmd | GC_PSX_POWER); in gc_psx_command() 568 parport_write_data(gc->pd->port, cmd | GC_PSX_CLOCK | GC_PSX_POWER); in gc_psx_command() 587 parport_write_data(gc->pd->port, GC_PSX_CLOCK | GC_PSX_SELECT | GC_PSX_POWER); in gc_psx_read_packet() 590 parport_write_data(gc->pd->port, GC_PSX_CLOCK | GC_PSX_POWER); in gc_psx_read_packet() 619 parport_write_data(gc->pd->port, GC_PSX_CLOCK | GC_PSX_SELECT | GC_PSX_POWER); in gc_psx_read_packet()
|
Completed in 4 milliseconds