Searched refs:ST_UNOFFICIAL_BIAS (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dhwrpb.h69 #define ST_UNOFFICIAL_BIAS 100 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dhwrpb.h69 #define ST_UNOFFICIAL_BIAS 100 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsetup.c790 } else if ((type > ST_UNOFFICIAL_BIAS) &&
791 (type - ST_UNOFFICIAL_BIAS) < N(unofficial_vecs)) {
792 vec = unofficial_vecs[type - ST_UNOFFICIAL_BIAS];
924 } else if ((type > ST_UNOFFICIAL_BIAS) &&
925 (type - ST_UNOFFICIAL_BIAS) < N(unofficial_names)) {
926 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS];

Completed in 91 milliseconds