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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dpss.c29 * joystick through the module parameters pss_cdrom_port and
30 * pss_enable_joystick. pss_cdrom_port takes a port address as its
149 static int pss_cdrom_port = -1; /* Parameter for the PSS cdrom port */ variable
676 if(pss_cdrom_port == -1) /* If cdrom port enablation wasn't requested */
680 else if(check_region(pss_cdrom_port, 2))
684 else if(!set_io_base(devc, CONF_CDROM, pss_cdrom_port))
690 printk(KERN_INFO "PSS: CDROM I/O port set to 0x%x.\n", pss_cdrom_port);
1167 module_param(pss_cdrom_port, int, 0);
1168 MODULE_PARM_DESC(pss_cdrom_port, "Set the PSS CDROM port i/o base (0x340 or other)");

Completed in 104 milliseconds