Searched +full:test +full:- +full:part1 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/mtd/ |
D | mtd-physmap.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...) 10 - Rob Herring <robh@kernel.org> 19 - items: 20 - enum: 21 - amd,s29gl01gp 22 - amd,s29gl032a [all …]
|
/Linux-v6.1/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 3 * Copyright © 2006-2007 Intel Corporation 51 #define IS_TV(c) (c->output_flag & SDVO_TV_MASK) 52 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK) 53 #define IS_LVDS(c) (c->output_flag & SDVO_LVDS_MASK) 54 #define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK | SDVO_LVDS_MASK)) 103 * This is set if we're going to treat the device as TV-out. 106 * to decide this for us, the S-Video output on our HDMI+S-Video card 157 /* add the property for the SDVO-TV */ 175 /* add the property for the SDVO-TV/LVDS */ 231 struct drm_device *dev = psb_intel_sdvo->base.base.dev; in psb_intel_sdvo_write_sdvox() [all …]
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_sdvo.c | 3 * Copyright © 2006-2007 Intel Corporation 61 #define IS_TV(c) (c->output_flag & SDVO_TV_MASK) 62 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK) 63 #define IS_LVDS(c) (c->output_flag & SDVO_LVDS_MASK) 64 #define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK | SDVO_LVDS_MASK)) 65 #define IS_DIGITAL(c) (c->output_flag & (SDVO_TMDS_MASK | SDVO_LVDS_MASK)) 125 * the sdvo flag gets lost in round trip: dtd->adjusted_mode->dtd 141 /* add the property for the SDVO-TV */ 159 /* add the property for the SDVO-TV/LVDS */ 218 struct drm_device *dev = intel_sdvo->base.base.dev; in intel_sdvo_write_sdvox() [all …]
|
/Linux-v6.1/drivers/mmc/core/ |
D | sd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2003-2004 Russell King, All Rights Reserved. 7 * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved. 61 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; \ 62 const int __off = 3 - ((start) / 32); \ 68 __res |= resp[__off-1] << ((32 - __shft) % 32); \ 85 u32 *resp = card->raw_cid; in mmc_decode_cid() 91 add_device_randomness(&card->raw_cid, sizeof(card->raw_cid)); in mmc_decode_cid() 97 card->cid.manfid = UNSTUFF_BITS(resp, 120, 8); in mmc_decode_cid() 98 card->cid.oemid = UNSTUFF_BITS(resp, 104, 16); in mmc_decode_cid() [all …]
|