Home
last modified time | relevance | path

Searched full:glk (Results 1 – 17 of 17) sorted by relevance

/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-glk-match.c3 * soc-acpi-intel-glk-match.c - tables and support for GLK ACPI enumeration.
32 .sof_tplg_filename = "sof-glk-alc298.tplg",
40 .sof_tplg_filename = "sof-glk-da7219.tplg",
48 .sof_tplg_filename = "sof-glk-rt5682.tplg",
56 .sof_tplg_filename = "sof-glk-cs42l42.tplg",
61 .sof_tplg_filename = "sof-glk-es8336", /* the tplg suffix is added at run time */
H A DMakefile5 soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \
/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane_regs.h41 #define PLANE_CTL_PIPE_GAMMA_ENABLE REG_BIT(30) /* Pre-GLK */
67 #define PLANE_CTL_PIPE_CSC_ENABLE REG_BIT(23) /* Pre-GLK */
82 #define PLANE_CTL_PLANE_GAMMA_DISABLE REG_BIT(13) /* Pre-GLK */
92 #define PLANE_CTL_ALPHA_MASK REG_GENMASK(5, 4) /* Pre-GLK */
245 #define _PLANE_COLOR_CTL_1_A 0x701cc /* GLK+ */
H A Dintel_color_regs.h96 #define CSC_POSITION_BEFORE_GAMMA (1 << 1) /* pre-glk */
224 …i) _MMIO(_PIPE(pipe, _PAL_PREC_EXT2_GC_MAX_A, _PAL_PREC_EXT2_GC_MAX_B) + (i) * 4) /* glk+, u3.16 */
H A Dintel_audio.c1007 * restriction for GLK is 316.8 MHz. in intel_audio_min_cdclk()
1013 /* Display WA #1145: glk */ in intel_audio_min_cdclk()
/linux/drivers/firmware/
H A Dqemu_fw_cfg.c134 u32 glk = -1U; in fw_cfg_read_blob() local
140 status = acpi_acquire_global_lock(ACPI_WAIT_FOREVER, &glk); in fw_cfg_read_blob()
155 acpi_release_global_lock(glk); in fw_cfg_read_blob()
164 u32 glk = -1U; in fw_cfg_write_blob() local
171 status = acpi_acquire_global_lock(ACPI_WAIT_FOREVER, &glk); in fw_cfg_write_blob()
194 acpi_release_global_lock(glk); in fw_cfg_write_blob()
/linux/include/linux/platform_data/x86/
H A Dsoc.h37 SOC_INTEL_IS_CPU(glk, INTEL_ATOM_GOLDMONT_PLUS);
/linux/sound/soc/intel/boards/
H A DKconfig275 tristate "GLK with DA7219 and MAX98357A in I2S Mode"
285 tristate "GLK with RT5682 and MAX98357A in I2S Mode"
H A Dsof_cs42l42.c228 /* overwrite the DAI link order for GLK boards */ in sof_audio_probe()
H A Dsof_da7219.c319 /* overwrite the DAI link order for GLK boards */ in audio_probe()
H A Dsof_rt5682.c677 /* overwrite the DAI link order for GLK boards */ in sof_audio_probe()
/linux/drivers/pinctrl/intel/
H A Dpinctrl-geminilake.c25 INTEL_COMMUNITY_SIZE(b, s, e, 32, 4, GLK)
27 /* GLK */
/linux/drivers/acpi/
H A Dec.c823 u32 glk; in acpi_ec_transaction() local
830 status = acpi_acquire_global_lock(ACPI_EC_UDELAY_GLK, &glk); in acpi_ec_transaction()
840 acpi_release_global_lock(glk); in acpi_ec_transaction()
1352 u32 glk; in acpi_ec_space_handler() local
1365 status = acpi_acquire_global_lock(ACPI_EC_UDELAY_GLK, &glk); in acpi_ec_space_handler()
1387 acpi_release_global_lock(glk); in acpi_ec_space_handler()
/linux/drivers/usb/dwc3/
H A Ddwc3-pci.c426 { PCI_DEVICE_DATA(INTEL, GLK, &dwc3_pci_intel_swnode) },
/linux/sound/hda/codecs/hdmi/
H A Dintelhdmi.c634 * .pin_eld_notify(). On GLK this will deadlock in i915 due in probe_i915_glk_hdmi()
/linux/drivers/platform/x86/intel/telemetry/
H A Dpltdrv.c169 /* GLK specific Data */
/linux/net/mac80211/
H A Dmlme.c1113 * We do not support EPD or GLK so never add them. in ieee80211_determine_chan_mode()