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

  /src/sys/arch/alpha/pci/
tsc.c 53 #include "tsciic.h"
83 CFATTACH_DECL_NEW(tsciic, sizeof(struct tsciic_softc), tsciicmatch,
117 struct tsciic_attach_args tsciic; local in function:tscattach
158 memset(&tsciic, 0, sizeof tsciic);
159 tsciic.tsciic_name = "tsciic";
161 config_found(self, &tsciic, tsciicprint, CFARGS_NONE);
177 struct tsciic_attach_args *tsciic = aux; local in function:tsciicprint
180 aprint_normal("%s at %s\n", tsciic->tsciic_name, p)
304 #define tsciic macro
    [all...]
tsc.c 53 #include "tsciic.h"
83 CFATTACH_DECL_NEW(tsciic, sizeof(struct tsciic_softc), tsciicmatch,
117 struct tsciic_attach_args tsciic; local in function:tscattach
158 memset(&tsciic, 0, sizeof tsciic);
159 tsciic.tsciic_name = "tsciic";
161 config_found(self, &tsciic, tsciicprint, CFARGS_NONE);
177 struct tsciic_attach_args *tsciic = aux; local in function:tsciicprint
180 aprint_normal("%s at %s\n", tsciic->tsciic_name, p)
304 #define tsciic macro
    [all...]

Completed in 21 milliseconds