HomeSort by: relevance | last modified time | path
    Searched refs:atari_config_found (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/atari/atari/
device.h 42 int atari_config_found(cfdata_t, device_t, void *, cfprint_t,
autoconf.c 142 atari_config_found(cfdata_t pcfp, device_t parent, void *aux, cfprint_t pfn, function in typeref:typename:int
196 * Note: The order of the 'atari_config_found()' calls is
201 atari_config_found(cf, NULL, __UNCONST("pcib") , NULL, CFARGS_NONE);
202 atari_config_found(cf, NULL, __UNCONST("isab") , NULL, CFARGS_NONE);
203 atari_config_found(cf, NULL, __UNCONST("grfbus"), NULL, CFARGS_NONE);
  /src/sys/arch/atari/dev/
grf.c 150 atari_config_found(cfdata_gbus, NULL, &grf_auxp, grfbusprint,
ite_et.c 208 atari_config_found(cfdata_grf, &itedev, &congrf, grfetprint,
ite_cc.c 234 atari_config_found(cfdata_grf, &itedev, &congrf, grfccprint,

Completed in 48 milliseconds