Home
last modified time | relevance | path

Searched refs:_platform (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/xe/
A Dxe_device_types.h57 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument
58 ((_xe)->info.platform == (_platform) && \
61 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument
62 ((_xe)->info.platform == (_platform) && \
/linux/drivers/tty/serial/8250/
A DMakefile8 8250-y += 8250_platform.o
/linux/drivers/gpu/drm/i915/display/
A Dintel_display_device.c48 #define PLATFORM(_platform) \ argument
49 .platform = (INTEL_DISPLAY_##_platform), \
50 .name = #_platform
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
A Dphy.c254 u32 _platform = 0x08;/*SupportPlatform */ in _rtl88e_check_condition() local
271 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl88e_check_condition()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
A Dphy.c251 u32 _platform = 0x08;/*SupportPlatform */ in _check_condition() local
268 if ((_platform & cond) == 0 && cond != 0x0F) in _check_condition()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Dphy.c805 u32 _platform = 0x08;/* ODM_WIN */ in _rtl8821ae_check_condition() local
822 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl8821ae_check_condition()

Completed in 30 milliseconds