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

  /src/sys/arch/atari/dev/
grf.c 144 grf_auxp_t grf_auxp; local in function:grfbusattach
146 grf_auxp.busprint = grfbusprint;
147 grf_auxp.from_bus_match = 1;
150 atari_config_found(cfdata_gbus, NULL, &grf_auxp, grfbusprint,
154 config_found(self, &grf_auxp, grfbusprint, CFARGS_NONE);
ite_et.c 111 grf_auxp_t *grf_auxp = aux; local in function:grfetmatch
150 if (grf_auxp->from_bus_match
154 if (!grf_auxp->from_bus_match && (grf_auxp->unit != cf->cf_unit))
178 grf_auxp_t grf_auxp; local in function:grfetattach
253 grf_auxp.from_bus_match = 0;
254 for (grf_auxp.unit=0; grf_auxp.unit < NGRFET; grf_auxp.unit++) {
255 config_found(parent, (void*)&grf_auxp,
    [all...]
ite_cc.c 136 grf_auxp_t *grf_auxp = aux; local in function:grfccmatch
177 if (grf_auxp->from_bus_match && (did_consinit > 1))
180 if (!grf_auxp->from_bus_match && (grf_auxp->unit != cf->cf_unit))
204 grf_auxp_t grf_auxp; local in function:grfccattach
279 grf_auxp.from_bus_match = 0;
280 for (grf_auxp.unit=1; grf_auxp.unit < NGRFCC; grf_auxp.unit++) {
281 config_found(parent, &grf_auxp, grf_bus_auxp->busprint
    [all...]

Completed in 13 milliseconds