HomeSort by: relevance | last modified time | path
    Searched defs:tsp_configuration (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/pci/
tsc.c 64 struct tsp_config tsp_configuration[4]; variable in typeref:struct:tsp_config[4]
243 KASSERT(n >= 0 && n < __arraycount(tsp_configuration));
244 pcp = &tsp_configuration[n];
277 struct tsp_config *tsp = &tsp_configuration[tsp_console_hose];
tsc.c 64 struct tsp_config tsp_configuration[4]; variable in typeref:struct:tsp_config[4]
243 KASSERT(n >= 0 && n < __arraycount(tsp_configuration));
244 pcp = &tsp_configuration[n];
277 struct tsp_config *tsp = &tsp_configuration[tsp_console_hose];

Completed in 22 milliseconds