Home
last modified time | relevance | path

Searched refs:bdw (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/intel/boards/
H A DMakefile3 snd-soc-sst-bdw-rt5650-mach-y := bdw-rt5650.o
4 snd-soc-sst-bdw-rt5677-mach-y := bdw-rt5677.o
5 snd-soc-bdw-rt286-y := bdw_rt286.o
37 obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-bdw-rt286.o
38 obj-$(CONFIG_SND_SOC_INTEL_BDW_RT5650_MACH) += snd-soc-sst-bdw-rt5650-mach.o
39 obj-$(CONFIG_SND_SOC_INTEL_BDW_RT5677_MACH) += snd-soc-sst-bdw-rt5677-mach.o
/linux/tools/testing/nvdimm/test/
H A Dnfit.c2002 struct acpi_nfit_data_region *bdw; in nfit_test0_setup() local
2457 bdw = nfit_buf + offset; in nfit_test0_setup()
2458 bdw->header.type = ACPI_NFIT_TYPE_DATA_REGION; in nfit_test0_setup()
2459 bdw->header.length = sizeof(*bdw); in nfit_test0_setup()
2460 bdw->region_index = 0+1; in nfit_test0_setup()
2461 bdw->windows = 1; in nfit_test0_setup()
2462 bdw->offset = 0; in nfit_test0_setup()
2463 bdw->size = BDW_SIZE; in nfit_test0_setup()
2464 bdw->capacity = DIMM_SIZE; in nfit_test0_setup()
2465 bdw->start_address = 0; in nfit_test0_setup()
[all …]
/linux/sound/soc/intel/common/
H A DMakefile3 soc-acpi-intel-hsw-bdw-match.o \
/linux/drivers/acpi/nfit/
H A Dnfit.h179 struct acpi_nfit_data_region bdw[]; member