Searched refs:SDE (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-shared-source.inc | 14 # Copy the SDE from the shared workdir to the recipe workdir
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-rcar.c | 67 #define SDE BIT(3) /* slave data empty */ macro 617 rcar_i2c_write(priv, ICSIER, SDE | SSR | SAR); in rcar_i2c_slave_irq() 654 if (ssr_filtered & SDE) { in rcar_i2c_slave_irq() 657 rcar_i2c_write(priv, ICSSR, ~SDE & 0xff); in rcar_i2c_slave_irq()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_irq.c | 1480 GEN3_IRQ_RESET(uncore, SDE); in gen11_display_irq_reset() 1555 GEN3_IRQ_INIT(uncore, SDE, ~mask, 0xffffffff); in ibx_irq_postinstall() 1731 GEN3_IRQ_INIT(uncore, SDE, ~sde_mask, 0xffffffff); in mtp_irq_postinstall() 1739 GEN3_IRQ_INIT(uncore, SDE, ~mask, 0xffffffff); in icp_irq_postinstall()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | base.bbclass | 162 # Intentionally keep SOURCE_BASEDIR internal to the task just for SDE 195 echo "Deploying SDE from ${SDE_FILE} -> ${SDE_DEPLOYDIR}." 208 bb.debug(1, "Moving setscene SDE file %s -> %s" % (sde_file, target))
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 669 GEN3_IRQ_RESET(uncore, SDE); in ibx_irq_reset()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov772x.c | 203 #define SDE 0xA6 /* Special digital effect control */ macro
|