Lines Matching refs:sbpcd
442 static int sbpcd[] = variable
486 static int sbpcd[] = {CDROM_PORT, SBPRO}; /* probe with user's setup only */ variable
488 MODULE_PARM(sbpcd, "2i");
491 #define NUM_PROBE (sizeof(sbpcd) / sizeof(int))
5589 sbpcd_ioaddr = sbpcd[0]; in sbpcd_setup()
5590 sbpro_type = sbpcd[1]; in sbpcd_setup()
5740 sbpcd[0]=sbpcd_ioaddr; /* possibly changed by kernel command line */ in __SBPCD_INIT()
5741 sbpcd[1]=sbpro_type; /* possibly changed by kernel command line */ in __SBPCD_INIT()
5746 addr[1]=sbpcd[port_index]; in __SBPCD_INIT()
5753 if (sbpcd[port_index+1]==2) type=str_sp; in __SBPCD_INIT()
5754 else if (sbpcd[port_index+1]==1) type=str_sb; in __SBPCD_INIT()
5755 else if (sbpcd[port_index+1]==3) type=str_t16; in __SBPCD_INIT()
5761 if (sbpcd[port_index+1]==2) in __SBPCD_INIT()