Lines Matching refs:features
178 static void enable_extra_feature(unsigned int features) in enable_extra_feature() argument
184 if (features & CACHE_TAUROS2_PREFETCH_ON) in enable_extra_feature()
189 (features & CACHE_TAUROS2_PREFETCH_ON) in enable_extra_feature()
192 if (features & CACHE_TAUROS2_LINEFILL_BURST8) in enable_extra_feature()
197 (features & CACHE_TAUROS2_LINEFILL_BURST8) in enable_extra_feature()
203 static void __init tauros2_internal_init(unsigned int features) in tauros2_internal_init() argument
207 enable_extra_feature(features); in tauros2_internal_init()
280 void __init tauros2_init(unsigned int features) in tauros2_init() argument
297 features = 0; in tauros2_init()
299 features = f; in tauros2_init()
301 tauros2_internal_init(features); in tauros2_init()