Home
last modified time | relevance | path

Searched refs:CM (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp.h33 SRI(CM_BLNDGAM_LUT_WRITE_EN_MASK, CM, id), \
34 SRI(CM_BLNDGAM_RAMB_SLOPE_CNTL_B, CM, id), \
35 SRI(CM_BLNDGAM_RAMB_SLOPE_CNTL_G, CM, id), \
36 SRI(CM_BLNDGAM_RAMB_SLOPE_CNTL_R, CM, id), \
37 SRI(CM_BLNDGAM_RAMA_SLOPE_CNTL_B, CM, id), \
38 SRI(CM_BLNDGAM_RAMA_SLOPE_CNTL_G, CM, id), \
39 SRI(CM_BLNDGAM_RAMA_SLOPE_CNTL_R, CM, id)
42 SRI(CM_BLNDGAM_CONTROL, CM, id), \
43 SRI(CM_BLNDGAM_RAMB_START_CNTL_B, CM, id), \
44 SRI(CM_BLNDGAM_RAMB_START_CNTL_G, CM, id), \
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.h34 SRI(CM_DEALPHA, CM, id),\
35 SRI(CM_MEM_PWR_STATUS, CM, id),\
36 SRI(CM_BIAS_CR_R, CM, id),\
37 SRI(CM_BIAS_Y_G_CB_B, CM, id),\
39 SRI(CM_GAMCOR_CONTROL, CM, id),\
40 SRI(CM_GAMCOR_LUT_CONTROL, CM, id),\
41 SRI(CM_GAMCOR_LUT_INDEX, CM, id),\
42 SRI(CM_GAMCOR_LUT_INDEX, CM, id),\
43 SRI(CM_GAMCOR_LUT_DATA, CM, id),\
44 SRI(CM_GAMCOR_RAMB_START_CNTL_B, CM, id),\
[all …]
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-sbc-t3730.dts3 * Suppport for CompuLab SBC-T3730 with CM-T3730
10 model = "CompuLab SBC-T3730 with CM-T3730";
31 ranges = <5 0 0x2c000000 0x01000000>, /* CM-T3x30 SMSC9x Eth */
33 <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
H A Domap3-sbc-t3530.dts3 * Suppport for CompuLab SBC-T3530 with CM-T3530
10 model = "CompuLab SBC-T3530 with CM-T3530";
31 ranges = <5 0 0x2c000000 0x01000000>, /* CM-T3x30 SMSC9x Eth */
33 <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
H A Domap3-sbc-t3517.dts3 * Suppport for CompuLab SBC-T3517 with CM-T3517
10 model = "CompuLab SBC-T3517 with CM-T3517";
18 /* Only one GPMC smsc9220 on SBC-T3517, CM-T3517 uses am35x Ethernet */
75 <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
H A Domap3-cm-t3x30.dtsi3 * Common support for CompuLab CM-T3x30 CoMs
53 ranges = <5 0 0x2c000000 0x01000000>, /* CM-T3x30 SMSC9x Eth */
54 <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
H A Domap5-sbc-t54.dts3 * Suppport for CompuLab CM-T54 on SB-T54 baseboard
9 model = "CompuLab CM-T54 on SB-T54";
H A Domap3-cm-t3530.dts3 * Support for CompuLab CM-T3530
11 model = "CompuLab CM-T3530";
H A Domap3-cm-t3730.dts3 * Support for CompuLab CM-T3730
11 model = "CompuLab CM-T3730";
H A Domap3-cm-t3517.dts3 * Support for CompuLab CM-T3517
11 model = "CompuLab CM-T3517";
H A Dam335x-cm-t335.dts3 * am335x-cm-t335.dts - Device Tree file for Compulab CM-T335
14 model = "CompuLab CM-T335";
313 /* CM-T335 board EEPROM */
H A Dam437x-sbc-t43.dts10 model = "CompuLab CM-T43 on SB-SOM-T43";
H A Dam335x-sbc-t335.dts11 model = "CompuLab CM-T335 on SB-T335";
/linux/drivers/infiniband/
H A DKconfig30 tristate "InfiniBand userspace access (verbs and CM)"
35 communication manager (CM). This allows userspace processes
62 bool "RDMA/CM"
66 Support for RDMA communication manager (CM).
74 ConfigFS support for RDMA communication manager (CM).
75 This allows the user to config the default GID type that the CM
/linux/Documentation/ABI/testing/
H A Dconfigfs-rdma_cm5 RDMA-CM attributes.
19 Description: RDMA-CM based connections from HCA <hca> at port <port-num>
27 Description: RDMA-CM QPs from HCA <hca> at port <port-num>
/linux/arch/x86/mm/pat/
H A Dmemtype.c181 #define CM(c) (_PAGE_CACHE_MODE_ ## c) macro
190 case X86_MEMTYPE_UC: cache = CM(UC); cache_mode = "UC "; break; in pat_get_cache_mode()
191 case X86_MEMTYPE_WC: cache = CM(WC); cache_mode = "WC "; break; in pat_get_cache_mode()
192 case X86_MEMTYPE_WT: cache = CM(WT); cache_mode = "WT "; break; in pat_get_cache_mode()
193 case X86_MEMTYPE_WP: cache = CM(WP); cache_mode = "WP "; break; in pat_get_cache_mode()
194 case X86_MEMTYPE_WB: cache = CM(WB); cache_mode = "WB "; break; in pat_get_cache_mode()
195 case X86_MEMTYPE_UC_MINUS: cache = CM(UC_MINUS); cache_mode = "UC- "; break; in pat_get_cache_mode()
196 default: cache = CM(WB); cache_mode = "WB "; break; in pat_get_cache_mode()
204 #undef CM
/linux/arch/arm/mach-dove/
H A DKconfig22 bool "CompuLab CM-A510 Board"
26 CompuLab CM-A510 Board.
/linux/arch/arm/boot/dts/marvell/
H A Ddove-cm-a510.dtsi2 * Device Tree include for Compulab CM-A510 System-on-Module
46 * The CM-A510 comes with several optional components:
72 * GPIOs used on CM-A510:
86 model = "Compulab CM-A510";
H A Ddove-sbc-a510.dts96 /* Ethernet0 depends on CM-A510 option E1 */
110 /* USB port 1 (and ports 2, 3 if CM-A510 has U4 option) */
116 * - Audio Codec, 0x1a (option from CM-A510)
162 /* Ethernet1 depends on CM-A510 option E2 */
/linux/arch/riscv/boot/dts/starfive/
H A Djh7110-milkv-marscm-lite.dts10 model = "Milk-V Mars CM Lite";
H A Djh7110-milkv-marscm-emmc.dts10 model = "Milk-V Mars CM";
/linux/Documentation/power/
H A Dcharger-manager.rst83 This callback should let CM know whether
91 the timer (CM uses jiffies as timer) stops during suspend. Then, CM
/linux/sound/soc/ti/
H A DKconfig105 - Gumstix Overo or CompuLab CM-T35/CM-T3730
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8064-cm-qs600.dts10 model = "CompuLab CM-QS600";
/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c62 #define CM(x) ( \ macro
346 phy_write(phy, CM(priv->cfg.cm), DPHY_CM); in mixel_dphy_set_pll_params()

12