Searched refs:_platform (Results 1 – 6 of 6) sorted by relevance
57 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument58 ((_xe)->info.platform == (_platform) && \61 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument62 ((_xe)->info.platform == (_platform) && \
8 8250-y += 8250_platform.o
48 #define PLATFORM(_platform) \ argument49 .platform = (INTEL_DISPLAY_##_platform), \50 .name = #_platform
254 u32 _platform = 0x08;/*SupportPlatform */ in _rtl88e_check_condition() local271 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl88e_check_condition()
251 u32 _platform = 0x08;/*SupportPlatform */ in _check_condition() local268 if ((_platform & cond) == 0 && cond != 0x0F) in _check_condition()
805 u32 _platform = 0x08;/* ODM_WIN */ in _rtl8821ae_check_condition() local822 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl8821ae_check_condition()
Completed in 30 milliseconds