Lines Matching refs:rocketModel

136 static rocketModel_t rocketModel[NUM_BOARDS];  variable
595 for (i = 0; i < rocketModel[ctrl].numPorts; i++) { in rp_do_poll()
1264 tmp.rocketModel[board].model = rocketModel[board].model; in get_ports()
1265 strcpy(tmp.rocketModel[board].modelString, rocketModel[board].modelString); in get_ports()
1266 tmp.rocketModel[board].numPorts = rocketModel[board].numPorts; in get_ports()
1267 tmp.rocketModel[board].loadrm2 = rocketModel[board].loadrm2; in get_ports()
1268 tmp.rocketModel[board].startingPortNumber = rocketModel[board].startingPortNumber; in get_ports()
1924 rocketModel[i].loadrm2 = 0; in register_PCI()
1925 rocketModel[i].startingPortNumber = nextLineNumber; in register_PCI()
1932 rocketModel[i].model = MODEL_RP4QUAD; in register_PCI()
1933 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/quad cable"); in register_PCI()
1934 rocketModel[i].numPorts = 4; in register_PCI()
1938 rocketModel[i].model = MODEL_RP8OCTA; in register_PCI()
1939 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/octa cable"); in register_PCI()
1940 rocketModel[i].numPorts = 8; in register_PCI()
1944 rocketModel[i].model = MODEL_UPCI_RP8OCTA; in register_PCI()
1945 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/octa cable"); in register_PCI()
1946 rocketModel[i].numPorts = 8; in register_PCI()
1950 rocketModel[i].model = MODEL_RP8INTF; in register_PCI()
1951 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/external I/F"); in register_PCI()
1952 rocketModel[i].numPorts = 8; in register_PCI()
1956 rocketModel[i].model = MODEL_UPCI_RP8INTF; in register_PCI()
1957 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/external I/F"); in register_PCI()
1958 rocketModel[i].numPorts = 8; in register_PCI()
1962 rocketModel[i].model = MODEL_RP8J; in register_PCI()
1963 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/RJ11 connectors"); in register_PCI()
1964 rocketModel[i].numPorts = 8; in register_PCI()
1969 rocketModel[i].model = MODEL_RP4J; in register_PCI()
1970 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/RJ45 connectors"); in register_PCI()
1971 rocketModel[i].numPorts = 4; in register_PCI()
1975 rocketModel[i].model = MODEL_RP8SNI; in register_PCI()
1976 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/ custom DB78"); in register_PCI()
1977 rocketModel[i].numPorts = 8; in register_PCI()
1981 rocketModel[i].model = MODEL_RP16SNI; in register_PCI()
1982 strcpy(rocketModel[i].modelString, "RocketPort 16 port w/ custom DB78"); in register_PCI()
1983 rocketModel[i].numPorts = 16; in register_PCI()
1987 rocketModel[i].model = MODEL_RP16INTF; in register_PCI()
1988 strcpy(rocketModel[i].modelString, "RocketPort 16 port w/external I/F"); in register_PCI()
1989 rocketModel[i].numPorts = 16; in register_PCI()
1993 rocketModel[i].model = MODEL_UPCI_RP16INTF; in register_PCI()
1994 strcpy(rocketModel[i].modelString, "RocketPort UPCI 16 port w/external I/F"); in register_PCI()
1995 rocketModel[i].numPorts = 16; in register_PCI()
1999 rocketModel[i].model = MODEL_CPCI_RP16INTF; in register_PCI()
2000 strcpy(rocketModel[i].modelString, "RocketPort Compact PCI 16 port w/external I/F"); in register_PCI()
2001 rocketModel[i].numPorts = 16; in register_PCI()
2005 rocketModel[i].model = MODEL_RP32INTF; in register_PCI()
2006 strcpy(rocketModel[i].modelString, "RocketPort 32 port w/external I/F"); in register_PCI()
2007 rocketModel[i].numPorts = 32; in register_PCI()
2011 rocketModel[i].model = MODEL_UPCI_RP32INTF; in register_PCI()
2012 strcpy(rocketModel[i].modelString, "RocketPort UPCI 32 port w/external I/F"); in register_PCI()
2013 rocketModel[i].numPorts = 32; in register_PCI()
2020 rocketModel[i].model = MODEL_RPP4; in register_PCI()
2021 strcpy(rocketModel[i].modelString, "RocketPort Plus 4 port"); in register_PCI()
2022 rocketModel[i].numPorts = 4; in register_PCI()
2029 rocketModel[i].model = MODEL_RPP8; in register_PCI()
2030 strcpy(rocketModel[i].modelString, "RocketPort Plus 8 port"); in register_PCI()
2031 rocketModel[i].numPorts = 8; in register_PCI()
2038 rocketModel[i].model = MODEL_RP2_232; in register_PCI()
2039 strcpy(rocketModel[i].modelString, "RocketPort Plus 2 port RS232"); in register_PCI()
2040 rocketModel[i].numPorts = 2; in register_PCI()
2047 rocketModel[i].model = MODEL_RP2_422; in register_PCI()
2048 strcpy(rocketModel[i].modelString, "RocketPort Plus 2 port RS422"); in register_PCI()
2049 rocketModel[i].numPorts = 2; in register_PCI()
2060 rocketModel[i].loadrm2 = 1; in register_PCI()
2065 rocketModel[i].model = MODEL_RP6M; in register_PCI()
2066 strcpy(rocketModel[i].modelString, "RocketModem 6 port"); in register_PCI()
2067 rocketModel[i].numPorts = 6; in register_PCI()
2074 rocketModel[i].loadrm2 = 1; in register_PCI()
2079 rocketModel[i].model = MODEL_RP4M; in register_PCI()
2080 strcpy(rocketModel[i].modelString, "RocketModem 4 port"); in register_PCI()
2081 rocketModel[i].numPorts = 4; in register_PCI()
2110 rocketModel[i].numPorts = 4; in register_PCI()
2116 rocketModel[i].model = MODEL_UPCI_RM3_8PORT; in register_PCI()
2117 strcpy(rocketModel[i].modelString, "RocketModem III 8 port"); in register_PCI()
2118 rocketModel[i].numPorts = 8; in register_PCI()
2126 rocketModel[i].model = MODEL_UPCI_RM3_4PORT; in register_PCI()
2127 strcpy(rocketModel[i].modelString, "RocketModem III 4 port"); in register_PCI()
2128 rocketModel[i].numPorts = 4; in register_PCI()
2166 i, rcktpt_io_addr[i], num_aiops, rocketModel[i].modelString, in register_PCI()
2167 rocketModel[i].startingPortNumber, in register_PCI()
2168 rocketModel[i].startingPortNumber + rocketModel[i].numPorts-1); in register_PCI()
2195 rmSpeakerReset(ctlp, rocketModel[i].model); in register_PCI()
2295 rocketModel[i].startingPortNumber = nextLineNumber; in init_ISA()
2315 strcpy(rocketModel[i].modelString, "RocketModem ISA"); in init_ISA()
2317 strcpy(rocketModel[i].modelString, "RocketPort ISA"); in init_ISA()
2319 rocketModel[i].numPorts = total_num_chan; in init_ISA()
2320 rocketModel[i].model = MODEL_ISA; in init_ISA()
2326 rocketModel[i].modelString, in init_ISA()
2327 rocketModel[i].startingPortNumber, in init_ISA()
2328 rocketModel[i].startingPortNumber + in init_ISA()
2329 rocketModel[i].numPorts - 1); in init_ISA()