Home
last modified time | relevance | path

Searched refs:PD (Results 1 – 25 of 140) sorted by relevance

123456

/openbmc/linux/drivers/pinctrl/freescale/
H A Dpinctrl-imx1.c18 #define PD 3 macro
105 MX1_PAD_LSCLK = PAD_ID(PD, 6),
106 MX1_PAD_REV = PAD_ID(PD, 7),
107 MX1_PAD_CLS = PAD_ID(PD, 8),
108 MX1_PAD_PS = PAD_ID(PD, 9),
109 MX1_PAD_SPL_SPR = PAD_ID(PD, 10),
110 MX1_PAD_CONTRAST = PAD_ID(PD, 11),
111 MX1_PAD_ACD_OE = PAD_ID(PD, 12),
112 MX1_PAD_LP_HSYNC = PAD_ID(PD, 13),
113 MX1_PAD_FLM_VSYNC = PAD_ID(PD, 14),
[all …]
H A Dpinctrl-imx27.c22 #define PD 3 macro
117 MX27_PAD_SD3_CMD = PAD_ID(PD, 0),
118 MX27_PAD_SD3_CLK = PAD_ID(PD, 1),
119 MX27_PAD_ATA_DATA0 = PAD_ID(PD, 2),
120 MX27_PAD_ATA_DATA1 = PAD_ID(PD, 3),
121 MX27_PAD_ATA_DATA2 = PAD_ID(PD, 4),
122 MX27_PAD_ATA_DATA3 = PAD_ID(PD, 5),
123 MX27_PAD_ATA_DATA4 = PAD_ID(PD, 6),
124 MX27_PAD_ATA_DATA5 = PAD_ID(PD, 7),
125 MX27_PAD_ATA_DATA6 = PAD_ID(PD, 8),
[all …]
/openbmc/openbmc/poky/meta/recipes-support/libbsd/
H A Dlibbsd_0.12.2.bb24 LICENSE = "BSD-3-Clause & ISC & PD"
25 LICENSE:${PN} = "BSD-3-Clause & ISC & PD"
26 LICENSE:${PN}-dbg = "BSD-3-Clause & ISC & PD"
27 LICENSE:${PN}-dev = "BSD-3-Clause & ISC & PD"
28 LICENSE:${PN}-doc = "BSD-3-Clause & ISC & PD"
29 LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD"
30 LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD"
31 LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD"
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx93-tqma9352-mba93xxla.dts304 * Controls the WiFi card PD pin which is low active
452 /* PD | FSEL_2 | DSE X4 */
455 /* PD | FSEL_2 | DSE X6 */
460 /* PD | FSEL_3 | DSE X6 */
463 /* PD | FSEL_2 | DSE X4 */
469 /* PD | FSEL_3 | DSE X3 */
482 /* PD | FSEL_2 | DSE X4 */
485 /* PD | FSEL_2 | DSE X6 */
490 /* PD | FSEL_3 | DSE X6 */
493 /* PD | FSEL_2 | DSE X4 */
[all …]
/openbmc/linux/drivers/usb/typec/tcpm/
H A DKconfig9 The Type-C Port Controller Manager provides a USB PD and USB Type-C
27 Type-C Port Controller Manager to provide USB PD and USB
36 to provide USB PD and USB Type-C functionalities.
44 to provide USB PD and USB Type-C functionalities.
52 MAXIM TCPCI based Type-C/PD chip driver. Works with
63 Type-C Port Controller Manager to provide USB PD and USB
74 Port Controller Manager to provide USB PD and Type-C functionalities.
/openbmc/linux/arch/m68k/68000/
H A Ddragen2.c69 PDPOL &= ~PD(1); /* active high signal */ in init_dragen2()
70 PDIQEG &= ~PD(1); in init_dragen2()
71 PDIRQEN |= PD(1); /* IRQ enabled */ in init_dragen2()
/openbmc/linux/drivers/hwmon/
H A Das370-hwmon.c18 #define PD BIT(0) macro
37 val = PD; in init_pvt()
43 val &= ~PD; in init_pvt()
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/
H A Dfpgardu.sh360 echo PD Error: PD1$((DATA & 0x0F))
366 echo PD Error: PD2$((DATA & 0x07))
372 echo PD Error: PD3$((DATA & 0x0F))
378 echo PD Error: PD4$((DATA & 0x07))
384 echo PD Error: PD5$((DATA & 0x03))
390 echo PD Error: PD6$((DATA & 0x03))
/openbmc/linux/arch/m68k/include/asm/
H A DMC68328.h513 #define PD(x) (1 << (x)) macro
514 #define PD_KB(x) PD(x) /* This is specific for Port D only */
516 #define PD_KB0 PD(0) /* Use KB0 as PD(0) */
517 #define PD_KB1 PD(1) /* Use KB1 as PD(1) */
518 #define PD_KB2 PD(2) /* Use KB2 as PD(2) */
519 #define PD_KB3 PD(3) /* Use KB3 as PD(3) */
520 #define PD_KB4 PD(4) /* Use KB4 as PD(4) */
521 #define PD_KB5 PD(5) /* Use KB5 as PD(5) */
522 #define PD_KB6 PD(6) /* Use KB6 as PD(6) */
523 #define PD_KB7 PD(7) /* Use KB7 as PD(7) */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/
H A Dbyacc_20241231.bb4 # Setting to PD as this is what the upstream has it as.
6 LICENSE = "PD"
/openbmc/u-boot/board/logicpd/imx6/
H A DREADME4 This file contains information for the port of U-Boot to the Logic PD Development kit.
6 Logic PD has an i.MX6 System On Module (SOM) and a correspondong development
12 For more details about Logic PD i.MX6 Development kit, visit:
15 Building U-Boot for Logic PD Development Kit
/openbmc/linux/Documentation/admin-guide/media/
H A Dsi476x.rst91 0x00 mxhi 0 - FM Mixer PD high threshold is
93 1 - FM Mixer PD high threshold is
95 0x01 mxlo ditto for FM Mixer PD low
96 0x02 lnahi ditto for FM LNA PD high
97 0x03 lnalo ditto for FM LNA PD low
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mime-support/
H A Dmime-support_3.62.bb3 LICENSE = "PD & Bellcore"
4 LICENSE:${PN} = "PD"
6 LICENSE:${PN}-doc = "PD & Bellcore"
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dmid_bios.c178 bpi = gct.PD.BootPanelIndex; in mid_get_vbt_data_r0()
180 dev_priv->gct_data.pt = gct.PD.PanelType; in mid_get_vbt_data_r0()
206 bpi = gct.PD.BootPanelIndex; in mid_get_vbt_data_r1()
208 dev_priv->gct_data.pt = gct.PD.PanelType; in mid_get_vbt_data_r1()
H A Doaktrail.h156 } PD; member
173 } PD; member
/openbmc/linux/Documentation/gpu/amdgpu/
H A Dflashing.rst19 USB-C PD F/W
21 On GPUs that support flashing an updated USB-C PD firmware image, the process
/openbmc/u-boot/doc/
H A DREADME.omap320 * TI/Logic PD Zoom MDK [6]
22 * TI/Logic PD Zoom 2 [7]
195 [6] TI/Logic PD Zoom MDK:
199 [7] TI/Logic PD Zoom 2
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-logicpd.dts3 // Copyright (C) 2019 Logic PD, Inc.
11 model = "Logic PD i.MX6QD SOM-M3";
/openbmc/u-boot/arch/arm/dts/
H A Dam3517-u-boot.dtsi4 * Logic PD - http://www.logicpd.com
H A Dda850-evm-u-boot.dtsi5 * Copyright (C) 2017 Logic PD, Inc.
H A Dam3517-evm-u-boot.dtsi4 * Logic PD - http://www.logicpd.com
H A Dlogicpd-torpedo-37xx-devkit-u-boot.dtsi4 * Logic PD - http://www.logicpd.com
H A Dlogicpd-torpedo-35xx-devkit-u-boot.dtsi4 * Logic PD - http://www.logicpd.com
/openbmc/openbmc/poky/meta/recipes-support/sqlite/
H A Dsqlite3_3.47.2.bb3 LICENSE = "PD"
/openbmc/u-boot/drivers/usb/phy/
H A DKconfig4 # Adam Ford, Logic PD, aford173@gmail.com

123456