Searched +full:test +full:- +full:part1 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.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> 17 - $ref: mtd.yaml# 18 - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml# 23 - items: 24 - enum: [all …]
|
/linux-6.12.1/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 3 * Copyright © 2006-2007 Intel Corporation 53 #define IS_TV(c) (c->output_flag & SDVO_TV_MASK) 54 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK) 55 #define IS_LVDS(c) (c->output_flag & SDVO_LVDS_MASK) 56 #define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK | SDVO_LVDS_MASK)) 105 * This is set if we're going to treat the device as TV-out. 108 * to decide this for us, the S-Video output on our HDMI+S-Video card 159 /* add the property for the SDVO-TV */ 177 /* add the property for the SDVO-TV/LVDS */ 233 struct drm_device *dev = psb_intel_sdvo->base.base.dev; in psb_intel_sdvo_write_sdvox() [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_sdvo.c | 3 * Copyright © 2006-2007 Intel Corporation 65 #define IS_TV(c) ((c)->output_flag & SDVO_TV_MASK) 66 #define IS_TMDS(c) ((c)->output_flag & SDVO_TMDS_MASK) 67 #define IS_LVDS(c) ((c)->output_flag & SDVO_LVDS_MASK) 68 #define IS_TV_OR_LVDS(c) ((c)->output_flag & (SDVO_TV_MASK | SDVO_LVDS_MASK)) 69 #define IS_DIGITAL(c) ((c)->output_flag & (SDVO_TMDS_MASK | SDVO_LVDS_MASK)) 71 #define HAS_DDC(c) ((c)->output_flag & (SDVO_RGB_MASK | SDVO_TMDS_MASK | \ 122 * the sdvo flag gets lost in round trip: dtd->adjusted_mode->dtd 138 /* add the property for the SDVO-TV */ 156 /* add the property for the SDVO-TV/LVDS */ [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | rtw8852b_rfk.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2019-2022 Realtek Corporation 281 rtwdev->dbcc_en, phy_idx); in _kpath() 283 if (!rtwdev->dbcc_en) { in _kpath() 310 RTW8852B_RXDCK_VER, rtwdev->hal.cv); in _rx_dck() 316 if (rtwdev->is_tssi_mode[path]) in _rx_dck() 328 if (rtwdev->is_tssi_mode[path]) in _rx_dck() 405 struct rtw89_dack_info *dack = &rtwdev->dack; in _addck_backup() 408 dack->addck_d[0][0] = rtw89_phy_read32_mask(rtwdev, R_ADDCKR0, B_ADDCKR0_A0); in _addck_backup() 409 dack->addck_d[0][1] = rtw89_phy_read32_mask(rtwdev, R_ADDCKR0, B_ADDCKR0_A1); in _addck_backup() [all …]
|
/linux-6.12.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. 72 u32 *resp = card->raw_cid; in mmc_decode_cid() 78 add_device_randomness(&card->raw_cid, sizeof(card->raw_cid)); in mmc_decode_cid() 84 card->cid.manfid = unstuff_bits(resp, 120, 8); in mmc_decode_cid() 85 card->cid.oemid = unstuff_bits(resp, 104, 16); in mmc_decode_cid() 86 card->cid.prod_name[0] = unstuff_bits(resp, 96, 8); in mmc_decode_cid() 87 card->cid.prod_name[1] = unstuff_bits(resp, 88, 8); in mmc_decode_cid() 88 card->cid.prod_name[2] = unstuff_bits(resp, 80, 8); in mmc_decode_cid() [all …]
|