Symbol: PD
arch/m68k/68000/dragen2.c
69
PDPOL &= ~PD(1); /* active high signal */
arch/m68k/68000/dragen2.c
70
PDIQEG &= ~PD(1);
arch/m68k/68000/dragen2.c
71
PDIRQEN |= PD(1); /* IRQ enabled */
arch/m68k/include/asm/MC68328.h
514
#define PD_KB(x) PD(x) /* This is specific for Port D only */
arch/m68k/include/asm/MC68328.h
516
#define PD_KB0 PD(0) /* Use KB0 as PD(0) */
arch/m68k/include/asm/MC68328.h
517
#define PD_KB1 PD(1) /* Use KB1 as PD(1) */
arch/m68k/include/asm/MC68328.h
518
#define PD_KB2 PD(2) /* Use KB2 as PD(2) */
arch/m68k/include/asm/MC68328.h
519
#define PD_KB3 PD(3) /* Use KB3 as PD(3) */
arch/m68k/include/asm/MC68328.h
520
#define PD_KB4 PD(4) /* Use KB4 as PD(4) */
arch/m68k/include/asm/MC68328.h
521
#define PD_KB5 PD(5) /* Use KB5 as PD(5) */
arch/m68k/include/asm/MC68328.h
522
#define PD_KB6 PD(6) /* Use KB6 as PD(6) */
arch/m68k/include/asm/MC68328.h
523
#define PD_KB7 PD(7) /* Use KB7 as PD(7) */
drivers/gpu/drm/gma500/mid_bios.c
179
bpi = gct.PD.BootPanelIndex;
drivers/gpu/drm/gma500/mid_bios.c
181
dev_priv->gct_data.pt = gct.PD.PanelType;
drivers/gpu/drm/gma500/mid_bios.c
207
bpi = gct.PD.BootPanelIndex;
drivers/gpu/drm/gma500/mid_bios.c
209
dev_priv->gct_data.pt = gct.PD.PanelType;
drivers/gpu/drm/gma500/oaktrail.h
156
} PD;
drivers/gpu/drm/gma500/oaktrail.h
173
} PD;
drivers/gpu/drm/imagination/pvr_mmu.c
557
return PVR_PAGE_TABLE_FIELD_GET(1, PD, VALID, entry);
drivers/gpu/drm/imagination/pvr_mmu.c
575
PVR_PAGE_TABLE_FIELD_PREP(1, PD, VALID, true) |
drivers/gpu/drm/imagination/pvr_mmu.c
576
PVR_PAGE_TABLE_FIELD_PREP(1, PD, ENTRY_PENDING, false) |
drivers/gpu/drm/imagination/pvr_mmu.c
577
PVR_PAGE_TABLE_FIELD_PREP(1, PD, PAGE_SIZE, ROGUE_MMUCTRL_PAGE_SIZE_X) |
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/disp.c
332
ctrl->ctrl = NVDEF(NV0073, CTRL_DFP_ELD_AUDIO_CAPS_CTRL, PD, TRUE);
drivers/hwmon/as370-hwmon.c
37
val = PD;
drivers/hwmon/as370-hwmon.c
43
val &= ~PD;
drivers/phy/freescale/phy-fsl-imx8qm-lvds-phy.c
403
regmap_write(priv->regmap, PHY_CTRL + REG_SET, PD);
drivers/phy/freescale/phy-fsl-imx8qm-lvds-phy.c
416
CTRL_INIT_MASK | PD, CTRL_INIT_VAL);