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()
1273 tmp.rocketModel[board].model = rocketModel[board].model; in get_ports()
1274 strcpy(tmp.rocketModel[board].modelString, rocketModel[board].modelString); in get_ports()
1275 tmp.rocketModel[board].numPorts = rocketModel[board].numPorts; in get_ports()
1276 tmp.rocketModel[board].loadrm2 = rocketModel[board].loadrm2; in get_ports()
1277 tmp.rocketModel[board].startingPortNumber = rocketModel[board].startingPortNumber; in get_ports()
1937 rocketModel[i].loadrm2 = 0; in register_PCI()
1938 rocketModel[i].startingPortNumber = nextLineNumber; in register_PCI()
1945 rocketModel[i].model = MODEL_RP4QUAD; in register_PCI()
1946 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/quad cable"); in register_PCI()
1947 rocketModel[i].numPorts = 4; in register_PCI()
1951 rocketModel[i].model = MODEL_RP8OCTA; in register_PCI()
1952 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/octa cable"); in register_PCI()
1953 rocketModel[i].numPorts = 8; in register_PCI()
1957 rocketModel[i].model = MODEL_UPCI_RP8OCTA; in register_PCI()
1958 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/octa cable"); in register_PCI()
1959 rocketModel[i].numPorts = 8; in register_PCI()
1963 rocketModel[i].model = MODEL_RP8INTF; in register_PCI()
1964 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/external I/F"); in register_PCI()
1965 rocketModel[i].numPorts = 8; in register_PCI()
1969 rocketModel[i].model = MODEL_UPCI_RP8INTF; in register_PCI()
1970 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/external I/F"); in register_PCI()
1971 rocketModel[i].numPorts = 8; in register_PCI()
1975 rocketModel[i].model = MODEL_RP8J; in register_PCI()
1976 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/RJ11 connectors"); in register_PCI()
1977 rocketModel[i].numPorts = 8; in register_PCI()
1982 rocketModel[i].model = MODEL_RP4J; in register_PCI()
1983 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/RJ45 connectors"); in register_PCI()
1984 rocketModel[i].numPorts = 4; in register_PCI()
1988 rocketModel[i].model = MODEL_RP8SNI; in register_PCI()
1989 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/ custom DB78"); in register_PCI()
1990 rocketModel[i].numPorts = 8; in register_PCI()
1994 rocketModel[i].model = MODEL_RP16SNI; in register_PCI()
1995 strcpy(rocketModel[i].modelString, "RocketPort 16 port w/ custom DB78"); in register_PCI()
1996 rocketModel[i].numPorts = 16; in register_PCI()
2000 rocketModel[i].model = MODEL_RP16INTF; in register_PCI()
2001 strcpy(rocketModel[i].modelString, "RocketPort 16 port w/external I/F"); in register_PCI()
2002 rocketModel[i].numPorts = 16; in register_PCI()
2006 rocketModel[i].model = MODEL_UPCI_RP16INTF; in register_PCI()
2007 strcpy(rocketModel[i].modelString, "RocketPort UPCI 16 port w/external I/F"); in register_PCI()
2008 rocketModel[i].numPorts = 16; in register_PCI()
2012 rocketModel[i].model = MODEL_CPCI_RP16INTF; in register_PCI()
2013 strcpy(rocketModel[i].modelString, "RocketPort Compact PCI 16 port w/external I/F"); in register_PCI()
2014 rocketModel[i].numPorts = 16; in register_PCI()
2018 rocketModel[i].model = MODEL_RP32INTF; in register_PCI()
2019 strcpy(rocketModel[i].modelString, "RocketPort 32 port w/external I/F"); in register_PCI()
2020 rocketModel[i].numPorts = 32; in register_PCI()
2024 rocketModel[i].model = MODEL_UPCI_RP32INTF; in register_PCI()
2025 strcpy(rocketModel[i].modelString, "RocketPort UPCI 32 port w/external I/F"); in register_PCI()
2026 rocketModel[i].numPorts = 32; in register_PCI()
2033 rocketModel[i].model = MODEL_RPP4; in register_PCI()
2034 strcpy(rocketModel[i].modelString, "RocketPort Plus 4 port"); in register_PCI()
2035 rocketModel[i].numPorts = 4; in register_PCI()
2042 rocketModel[i].model = MODEL_RPP8; in register_PCI()
2043 strcpy(rocketModel[i].modelString, "RocketPort Plus 8 port"); in register_PCI()
2044 rocketModel[i].numPorts = 8; in register_PCI()
2051 rocketModel[i].model = MODEL_RP2_232; in register_PCI()
2052 strcpy(rocketModel[i].modelString, "RocketPort Plus 2 port RS232"); in register_PCI()
2053 rocketModel[i].numPorts = 2; in register_PCI()
2060 rocketModel[i].model = MODEL_RP2_422; in register_PCI()
2061 strcpy(rocketModel[i].modelString, "RocketPort Plus 2 port RS422"); in register_PCI()
2062 rocketModel[i].numPorts = 2; in register_PCI()
2073 rocketModel[i].loadrm2 = 1; in register_PCI()
2078 rocketModel[i].model = MODEL_RP6M; in register_PCI()
2079 strcpy(rocketModel[i].modelString, "RocketModem 6 port"); in register_PCI()
2080 rocketModel[i].numPorts = 6; in register_PCI()
2087 rocketModel[i].loadrm2 = 1; in register_PCI()
2092 rocketModel[i].model = MODEL_RP4M; in register_PCI()
2093 strcpy(rocketModel[i].modelString, "RocketModem 4 port"); in register_PCI()
2094 rocketModel[i].numPorts = 4; in register_PCI()
2123 rocketModel[i].numPorts = 4; in register_PCI()
2129 rocketModel[i].model = MODEL_UPCI_RM3_8PORT; in register_PCI()
2130 strcpy(rocketModel[i].modelString, "RocketModem III 8 port"); in register_PCI()
2131 rocketModel[i].numPorts = 8; in register_PCI()
2139 rocketModel[i].model = MODEL_UPCI_RM3_4PORT; in register_PCI()
2140 strcpy(rocketModel[i].modelString, "RocketModem III 4 port"); in register_PCI()
2141 rocketModel[i].numPorts = 4; in register_PCI()
2179 i, rcktpt_io_addr[i], num_aiops, rocketModel[i].modelString, in register_PCI()
2180 rocketModel[i].startingPortNumber, in register_PCI()
2181 rocketModel[i].startingPortNumber + rocketModel[i].numPorts-1); in register_PCI()
2208 rmSpeakerReset(ctlp, rocketModel[i].model); in register_PCI()
2308 rocketModel[i].startingPortNumber = nextLineNumber; in init_ISA()
2328 strcpy(rocketModel[i].modelString, "RocketModem ISA"); in init_ISA()
2330 strcpy(rocketModel[i].modelString, "RocketPort ISA"); in init_ISA()
2332 rocketModel[i].numPorts = total_num_chan; in init_ISA()
2333 rocketModel[i].model = MODEL_ISA; in init_ISA()
2339 rocketModel[i].modelString, in init_ISA()
2340 rocketModel[i].startingPortNumber, in init_ISA()
2341 rocketModel[i].startingPortNumber + in init_ISA()
2342 rocketModel[i].numPorts - 1); in init_ISA()