Searched refs:wait_on_command (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsonypi.c504 #define wait_on_command(quiet, command, iterations) { \ macro
529 wait_on_command(1, inb_p(SONYPI_CST_IOPORT) & 3, ITERATIONS_LONG);
531 wait_on_command(0, inb_p(SONYPI_CST_IOPORT) & 2, ITERATIONS_LONG);
533 wait_on_command(0, inb_p(SONYPI_CST_IOPORT) & 2, ITERATIONS_LONG);
535 wait_on_command(0, inb_p(SONYPI_CST_IOPORT) & 2, ITERATIONS_LONG);
545 wait_on_command(1, inb_p(SONYPI_CST_IOPORT) & 3, ITERATIONS_LONG);
547 wait_on_command(0, inb_p(SONYPI_CST_IOPORT) & 2, ITERATIONS_LONG);
549 wait_on_command(0, inb_p(SONYPI_CST_IOPORT) & 2, ITERATIONS_LONG);
652 wait_on_command(0, inb_p(sonypi_device.ioport2) & 2, ITERATIONS_LONG);
663 wait_on_command(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dsony-laptop.c1170 #define wait_on_command(command, iterations) { \ macro
1183 wait_on_command(inb_p(spic_dev.cur_ioport->io.minimum + 4) & 2,
1196 wait_on_command(inb_p(spic_dev.cur_ioport->io.minimum + 4) & 2,
1199 wait_on_command(inb_p(spic_dev.cur_ioport->io.minimum + 4) & 2,
1211 wait_on_command(inb_p(spic_dev.cur_ioport->io.minimum + 4) & 2, ITERATIONS_LONG);
1213 wait_on_command(inb_p(spic_dev.cur_ioport->io.minimum + 4) & 2, ITERATIONS_LONG);
1215 wait_on_command(inb_p(spic_dev.cur_ioport->io.minimum + 4) & 2, ITERATIONS_LONG);
1269 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_PICTURE,
1312 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_CONTROL,
1336 wait_on_command(sony_pic_call
[all...]

Completed in 57 milliseconds