Home
last modified time | relevance | path

Searched full:scrambling (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_scdc_helper.c144 * drm_scdc_get_scrambling_status - what is status of scrambling?
148 * scrambling status.
151 * True if the scrambling is enabled, false otherwise.
161 "[CONNECTOR:%d:%s] Failed to read scrambling status: %d\n", in drm_scdc_get_scrambling_status()
171 * drm_scdc_set_scrambling - enable scrambling
173 * @enable: bool to indicate if scrambling is to be enabled/disabled
176 * enables scrambling when enable = 1
177 * disables scrambling when enable = 0
180 * True if scrambling is set/reset successfully, false otherwise.
204 "[CONNECTOR:%d:%s] Failed to enable scrambling: %d\n", in drm_scdc_set_scrambling()
/openbmc/linux/include/uapi/linux/dvb/
H A Dca.h55 * @type: type of supported scrambling system.
63 * - %CA_DSS - Distributed Sample Scrambling (DSS) hardware.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa/
H A Dlibdvbcsa.pc6 Description: is a free implementation of the DVB Common Scrambling Algorithm - DVB/CSA - with encr…
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbcsa/
H A Dlibdvbcsa_1.1.0.bb1 SUMMARY = "Open implementation of the DVB Common Scrambling Algorithm, encrypt and decrypt "
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c2259 * scrambling is supported. in source_supports_scrambling()
2265 * problem : the platform and the sink both support scrambling but the in source_supports_scrambling()
2268 * So go for scrambling, based on the max tmds clock taking into account, in source_supports_scrambling()
2342 if (scdc->scrambling.supported && source_supports_scrambling(encoder)) { in intel_hdmi_compute_config()
2343 if (scdc->scrambling.low_rates) in intel_hdmi_compute_config()
2665 * intel_hdmi_handle_sink_scrambling: handle sink scrambling/clock ratio setup
2669 * or reset the high tmds clock ratio for scrambling
2670 * @scrambling: bool to Indicate if the function needs to set or reset
2671 * sink scrambling
2673 * This function handles scrambling on HDMI 2.0 capable sinks.
[all …]
H A Dintel_hdmi.h37 bool scrambling);
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dnand-macronix.txt4 Macronix NANDs support randomizer operation for scrambling user data,
/openbmc/u-boot/tools/
H A Dsunxi-spl-image-builder.c93 /* Bail out earlier if the user didn't ask for scrambling. */ in scramble()
106 /* and start scrambling data. */ in scramble()
152 /* Randomize unused space if scrambling is required. */ in write_page()
332 " * requires data scrambling\n" in display_help()
/openbmc/linux/drivers/atm/
H A Dsuni.h138 #define SUNI_RSOP_CIE_DDS 0x40 /* RW, disable scrambling */
151 #define SUNI_TSOP_CTRL_DS 0x40 /* disable scrambling */
197 #define SUNI_TACP_CS_DSCR 0x02 /* RW, disable payload scrambling */
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe_property_parameters.rst999 .. _DTV-SCRAMBLING-SEQUENCE-INDEX:
1007 layer scrambling sequence as defined in clause 5.5.4 of EN 302 307.
1008 There is no explicit signalling method to convey scrambling sequence index
1010 it can be used to read the scrambling sequence index (EN 300 468 table 41).
1012 By default, gold scrambling sequence index 0 is used.
1014 The valid scrambling sequence index range is from 0 to 262142.
H A Dfrontend-property-satellite-systems.rst63 - :ref:`DTV_SCRAMBLING_SEQUENCE_INDEX <DTV-SCRAMBLING-SEQUENCE-INDEX>`
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_ts.h45 u8 scrambling:2; member
H A Dvidtv_ts.c94 ts_header.scrambling = 0; in vidtv_ts_pcr_write_into()
H A Dvidtv_pes.c281 ts_header.scrambling = 0; in vidtv_pes_write_ts_h()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv05.c80 /* If present load the hardcoded scrambling table */ in nv05_devinit_meminit()
/openbmc/u-boot/board/gdsys/common/
H A Ddp501.c91 dp501_clrbits(addr, 0x60, 0x20); /* Enable scrambling */ in dp501_powerup()
/openbmc/linux/drivers/spi/
H A Datmel-quadspi.c44 #define QSPI_SMR 0x0040 /* Scrambling Mode Register */
45 #define QSPI_SKR 0x0044 /* Scrambling Key Register */
127 /* Bitfields in QSPI_SMR (Scrambling Mode Register) */
/openbmc/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.c353 * and enable MAC data scrambling. in pcie_init()
409 /* Disable MAC data scrambling. */ in pcie_init()
/openbmc/linux/include/drm/
H A Ddrm_connector.h212 * struct drm_scrambling: sink's scrambling support.
216 * @supported: scrambling supported for rates > 340 Mhz.
220 * @low_rates: scrambling supported for rates <= 340 Mhz.
241 * @scrambling: sink's scrambling capabilities
243 struct drm_scrambling scrambling; member
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1366 /* Filter out invalid setups to avoid configuring SCDC and scrambling */
1380 !display->hdmi.scdc.scrambling.supported) in dw_hdmi_support_scdc()
1384 * Disable if display only support low TMDS rates and scrambling in dw_hdmi_support_scdc()
1387 if (!display->hdmi.scdc.scrambling.low_rates && in dw_hdmi_support_scdc()
2021 hdmi_info->scdc.scrambling.low_rates)) ? in hdmi_av_composer()
2086 /* Scrambling Control */ in hdmi_av_composer()
2089 hdmi_info->scdc.scrambling.low_rates) { in hdmi_av_composer()
2104 /* Enabled Scrambling in the Sink */ in hdmi_av_composer()
/openbmc/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c321 * after scrambling) in hl_mmu_map_page()
561 hops->scrambled_vaddr = virt_addr; /* assume no scrambling */ in hl_mmu_get_tlb_info()
613 * hl_mmu_scramble_addr() - The generic mmu address scrambling routine.
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dsnps,dwc3.yaml133 True when SW should disable data scrambling. Only really useful for FPGA
/openbmc/u-boot/board/kosagi/novena/
H A Dvideo.c168 /* enable DP scrambling, change EQ CR phase */ in it6251_program_regs()
/openbmc/linux/drivers/block/
H A DKconfig166 (scrambling the data) or steganography (hiding the data in the low
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c277 /* TMDS pattern setup (TOFIX pattern for 4k2k scrambling) */ in meson_dw_hdmi_phy_init()

123