Searched refs:mixed (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt2.h296 u8 mixed; member in struct:cxd2880_dvbt2_l1pre
360 u8 mixed; member in struct:cxd2880_dvbt2_ofdm
H A Dcxd2880_tnrdmd_dvbt2_mon.c345 l1_pre->mixed = l1_pre->s2 & 0x01;
496 ofdm->mixed = ((data[0] & 0x20) ? 1 : 0);
H A Dcxd2880_tnrdmd_dvbt2.c1170 if (!ofdm.mixed)
H A Dcxd2880_top.c849 if (l1pre.mixed && l1post.fef_intvl) {
/linux-master/sound/pci/oxygen/
H A Dxonar_cs43xx.c261 static void update_cs43xx_center_lfe_mix(struct oxygen *chip, bool mixed) argument
267 if (mixed)
H A Doxygen.h95 void (*update_center_lfe_mix)(struct oxygen *chip, bool mixed);
H A Dxonar_wm87x6.c476 static void update_wm8766_center_lfe_mix(struct oxygen *chip, bool mixed) argument
487 if (mixed)
/linux-master/drivers/iommu/
H A Domap-iommu.h25 u32 endian, elsz, mixed; member in struct:iotlb_entry
H A Domap-iommu.c223 attr = e->mixed << 5;
319 cr->ram = e->pa | e->endian | e->elsz | e->mixed;
1307 e->mixed = 0;
/linux-master/
H A DMakefile275 # Detect when mixed targets is specified, and make a second invocation
291 mixed-build :=
318 mixed-build := 1
327 mixed-build := 1
334 mixed-build := 1
341 mixed-build := 1
345 ifdef mixed-build
347 # We're called with mixed targets (*config and build targets).
361 else # !mixed-build
1571 @echo ' dir/file.lst - Build specified mixed sourc
[all...]
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c1315 struct intel_memory_region *mixed[] = { mr, system }; local
1347 err = __igt_mmap_migrate(mixed, ARRAY_SIZE(mixed), mr, 0);
1366 err = __igt_mmap_migrate(mixed, ARRAY_SIZE(mixed), system,
/linux-master/fs/btrfs/
H A Dspace-info.c266 int mixed = 0; local
275 mixed = 1;
282 if (mixed) {
418 /* Don't overcommit when in mixed mode */
H A Dtree-checker.c810 bool mixed = false; local
920 mixed = true;
922 if (!mixed) {
926 "mixed chunk type in non-mixed mode: 0x%llx", type);
H A Dsuper.c1664 * Calculate numbers for 'df', pessimistic in case of mixed raid profiles.
1690 int mixed = 0; local
1708 * Metadata in mixed block group profiles are accounted in data
1710 if (!mixed && found->flags & BTRFS_BLOCK_GROUP_METADATA) {
1712 mixed = 1;
1763 if (!mixed && block_rsv->space_info->full &&
H A Dblock-group.c661 * result. For the mixed cases, taking the minimum size class seems like a good
1361 * Data never overcommits, even in mixed mode, so do just the straight
2291 const bool mixed = btrfs_fs_incompat(info, MIXED_GROUPS); local
2322 if (!mixed && ((cache->flags & BTRFS_BLOCK_GROUP_METADATA) &&
2325 "bg %llu is a mixed block group but filesystem hasn't enabled mixed block groups",
4121 * If we have mixed data/metadata chunks we want to make sure we keep
4122 * allocating mixed chunks instead of individual chunks.
H A Dvolumes.c4400 int mixed = 0; local
4417 mixed = 1;
4420 * In case of mixed groups both data and meta should be picked,
4424 if (mixed && (bctl->flags & allowed)) {
4429 "balance: mixed groups data and metadata options must be the same");
/linux-master/arch/sparc/lib/
H A DM7memcpy.S446 ! mixed approach reduces the probability that the cache line is removed
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S471 clr.w %d2 # lsw of two mixed products used,

Completed in 245 milliseconds