Home
last modified time | relevance | path

Searched refs:ST_API_BIAS (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/alpha/kernel/
Dsetup.c857 } else if ((type > ST_API_BIAS) && in get_sysvec()
858 (type - ST_API_BIAS) < N(api_vecs)) { in get_sysvec()
859 vec = api_vecs[type - ST_API_BIAS]; in get_sysvec()
997 } else if ((type > ST_API_BIAS) && in get_sysnames()
998 (type - ST_API_BIAS) < N(api_names)) { in get_sysnames()
999 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
/linux-2.4.37.9/include/asm-alpha/
Dhwrpb.h74 #define ST_API_BIAS 200 macro