Lines Matching refs:rocketModel
123 static rocketModel_t rocketModel[NUM_BOARDS]; variable
582 for (i = 0; i < rocketModel[ctrl].numPorts; i++) { in rp_do_poll()
1232 tmp.rocketModel[board].model = rocketModel[board].model; in get_ports()
1233 strcpy(tmp.rocketModel[board].modelString, rocketModel[board].modelString); in get_ports()
1234 tmp.rocketModel[board].numPorts = rocketModel[board].numPorts; in get_ports()
1235 tmp.rocketModel[board].loadrm2 = rocketModel[board].loadrm2; in get_ports()
1236 tmp.rocketModel[board].startingPortNumber = rocketModel[board].startingPortNumber; in get_ports()
1896 rocketModel[i].loadrm2 = 0; in register_PCI()
1897 rocketModel[i].startingPortNumber = nextLineNumber; in register_PCI()
1904 rocketModel[i].model = MODEL_RP4QUAD; in register_PCI()
1905 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/quad cable"); in register_PCI()
1906 rocketModel[i].numPorts = 4; in register_PCI()
1910 rocketModel[i].model = MODEL_RP8OCTA; in register_PCI()
1911 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/octa cable"); in register_PCI()
1912 rocketModel[i].numPorts = 8; in register_PCI()
1916 rocketModel[i].model = MODEL_UPCI_RP8OCTA; in register_PCI()
1917 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/octa cable"); in register_PCI()
1918 rocketModel[i].numPorts = 8; in register_PCI()
1922 rocketModel[i].model = MODEL_RP8INTF; in register_PCI()
1923 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/external I/F"); in register_PCI()
1924 rocketModel[i].numPorts = 8; in register_PCI()
1928 rocketModel[i].model = MODEL_UPCI_RP8INTF; in register_PCI()
1929 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/external I/F"); in register_PCI()
1930 rocketModel[i].numPorts = 8; in register_PCI()
1934 rocketModel[i].model = MODEL_RP8J; in register_PCI()
1935 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/RJ11 connectors"); in register_PCI()
1936 rocketModel[i].numPorts = 8; in register_PCI()
1941 rocketModel[i].model = MODEL_RP4J; in register_PCI()
1942 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/RJ45 connectors"); in register_PCI()
1943 rocketModel[i].numPorts = 4; in register_PCI()
1947 rocketModel[i].model = MODEL_RP8SNI; in register_PCI()
1948 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/ custom DB78"); in register_PCI()
1949 rocketModel[i].numPorts = 8; in register_PCI()
1953 rocketModel[i].model = MODEL_RP16SNI; in register_PCI()
1954 strcpy(rocketModel[i].modelString, "RocketPort 16 port w/ custom DB78"); in register_PCI()
1955 rocketModel[i].numPorts = 16; in register_PCI()
1959 rocketModel[i].model = MODEL_RP16INTF; in register_PCI()
1960 strcpy(rocketModel[i].modelString, "RocketPort 16 port w/external I/F"); in register_PCI()
1961 rocketModel[i].numPorts = 16; in register_PCI()
1965 rocketModel[i].model = MODEL_UPCI_RP16INTF; in register_PCI()
1966 strcpy(rocketModel[i].modelString, "RocketPort UPCI 16 port w/external I/F"); in register_PCI()
1967 rocketModel[i].numPorts = 16; in register_PCI()
1971 rocketModel[i].model = MODEL_CPCI_RP16INTF; in register_PCI()
1972 strcpy(rocketModel[i].modelString, "RocketPort Compact PCI 16 port w/external I/F"); in register_PCI()
1973 rocketModel[i].numPorts = 16; in register_PCI()
1977 rocketModel[i].model = MODEL_RP32INTF; in register_PCI()
1978 strcpy(rocketModel[i].modelString, "RocketPort 32 port w/external I/F"); in register_PCI()
1979 rocketModel[i].numPorts = 32; in register_PCI()
1983 rocketModel[i].model = MODEL_UPCI_RP32INTF; in register_PCI()
1984 strcpy(rocketModel[i].modelString, "RocketPort UPCI 32 port w/external I/F"); in register_PCI()
1985 rocketModel[i].numPorts = 32; in register_PCI()
1992 rocketModel[i].model = MODEL_RPP4; in register_PCI()
1993 strcpy(rocketModel[i].modelString, "RocketPort Plus 4 port"); in register_PCI()
1994 rocketModel[i].numPorts = 4; in register_PCI()
2001 rocketModel[i].model = MODEL_RPP8; in register_PCI()
2002 strcpy(rocketModel[i].modelString, "RocketPort Plus 8 port"); in register_PCI()
2003 rocketModel[i].numPorts = 8; in register_PCI()
2010 rocketModel[i].model = MODEL_RP2_232; in register_PCI()
2011 strcpy(rocketModel[i].modelString, "RocketPort Plus 2 port RS232"); in register_PCI()
2012 rocketModel[i].numPorts = 2; in register_PCI()
2019 rocketModel[i].model = MODEL_RP2_422; in register_PCI()
2020 strcpy(rocketModel[i].modelString, "RocketPort Plus 2 port RS422"); in register_PCI()
2021 rocketModel[i].numPorts = 2; in register_PCI()
2032 rocketModel[i].loadrm2 = 1; in register_PCI()
2037 rocketModel[i].model = MODEL_RP6M; in register_PCI()
2038 strcpy(rocketModel[i].modelString, "RocketModem 6 port"); in register_PCI()
2039 rocketModel[i].numPorts = 6; in register_PCI()
2046 rocketModel[i].loadrm2 = 1; in register_PCI()
2051 rocketModel[i].model = MODEL_RP4M; in register_PCI()
2052 strcpy(rocketModel[i].modelString, "RocketModem 4 port"); in register_PCI()
2053 rocketModel[i].numPorts = 4; in register_PCI()
2082 rocketModel[i].numPorts = 4; in register_PCI()
2088 rocketModel[i].model = MODEL_UPCI_RM3_8PORT; in register_PCI()
2089 strcpy(rocketModel[i].modelString, "RocketModem III 8 port"); in register_PCI()
2090 rocketModel[i].numPorts = 8; in register_PCI()
2098 rocketModel[i].model = MODEL_UPCI_RM3_4PORT; in register_PCI()
2099 strcpy(rocketModel[i].modelString, "RocketModem III 4 port"); in register_PCI()
2100 rocketModel[i].numPorts = 4; in register_PCI()
2138 i, rcktpt_io_addr[i], num_aiops, rocketModel[i].modelString, in register_PCI()
2139 rocketModel[i].startingPortNumber, in register_PCI()
2140 rocketModel[i].startingPortNumber + rocketModel[i].numPorts-1); in register_PCI()
2167 rmSpeakerReset(ctlp, rocketModel[i].model); in register_PCI()
2267 rocketModel[i].startingPortNumber = nextLineNumber; in init_ISA()
2287 strcpy(rocketModel[i].modelString, "RocketModem ISA"); in init_ISA()
2289 strcpy(rocketModel[i].modelString, "RocketPort ISA"); in init_ISA()
2291 rocketModel[i].numPorts = total_num_chan; in init_ISA()
2292 rocketModel[i].model = MODEL_ISA; in init_ISA()
2298 rocketModel[i].modelString, in init_ISA()
2299 rocketModel[i].startingPortNumber, in init_ISA()
2300 rocketModel[i].startingPortNumber + in init_ISA()
2301 rocketModel[i].numPorts - 1); in init_ISA()