Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsetup.c873 } else if ((type > ST_API_BIAS) && in get_sysvec()
874 (type - ST_API_BIAS) < ARRAY_SIZE(api_vecs)) { in get_sysvec()
875 vec = api_vecs[type - ST_API_BIAS]; in get_sysvec()
1010 } else if ((type > ST_API_BIAS) && in get_sysnames()
1011 (type - ST_API_BIAS) < ARRAY_SIZE(api_names)) { in get_sysnames()
1012 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dhwrpb.h75 #define ST_API_BIAS 200 macro