Lines Matching defs:io_port
1775 int io_port;
1777 io_port = snd_ensoniq_get_joystick_port(ensoniq, dev);
1779 switch (io_port) {
1784 for (io_port = 0x200; io_port <= 0x218; io_port += 8)
1785 if (request_region(io_port, 8, "ens137x: gameport"))
1787 if (io_port > 0x218) {
1795 if (!request_region(io_port, 8, "ens137x: gameport")) {
1798 io_port);
1808 release_region(io_port, 8);
1815 gp->io = io_port;
1820 ensoniq->ctrl |= ES_1371_JOY_ASEL((io_port - 0x200) / 8);