Home | History | Annotate | Download | only in pci

Lines Matching defs:tsciic

53 #include "tsciic.h"
83 CFATTACH_DECL_NEW(tsciic, sizeof(struct tsciic_softc), tsciicmatch,
117 struct tsciic_attach_args tsciic;
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;
180 aprint_normal("%s at %s\n", tsciic->tsciic_name, p);
304 #define tsciic() { Generate ctags(1) key. }