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

  /src/sys/arch/arc/dti/
btlvar.h 40 extern struct btl_config *btl_conf;
btl.c 108 #define KVTOPHYS(x) (*btl_conf->bc_kvtophys)((int)(x))
109 #define PHYSTOKV(x) (*btl_conf->bc_phystokv)((int)(x))
176 struct btl_config *btl_conf = NULL; variable in typeref:struct:btl_config *
324 if (btl_conf == NULL)
360 (*btl_conf->bc_bouncemem)(&bouncebase, &bouncesize);
  /src/sys/arch/arc/arc/
p_dti_arcstation.c 233 btl_conf = &btl_dti_arcstation_conf;
p_dti_tyne.c 235 btl_conf = &btl_dti_tyne_conf;

Completed in 12 milliseconds