Home
last modified time | relevance | path

Searched refs:framer (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/Documentation/driver-api/
H A Dslimbus.rst41 Typically each SoC contains SLIMbus component having 1 manager, 1 framer device,
48 In case there are multiple framer devices on the same bus, manager device is
49 responsible to select the active-framer for clocking the bus.
66 framer device).
109 Clock-pause is exited by waking up framer device (if controller driver initiates
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dnetwork.txt74 - fsl,tdm-framer-type
77 Definition : "e1" or "t1".Now e1 and t1 are used, other framer types
118 fsl,tdm-framer-type = "e1";
/openbmc/linux/drivers/slimbus/
H A Dqcom-ctrl.c104 struct slim_framer framer; member
546 ctrl->framer.rootfreq = SLIM_ROOT_FREQ / 8; in qcom_slim_probe()
547 ctrl->framer.superfreq = in qcom_slim_probe()
548 ctrl->framer.rootfreq / SLIM_CL_PER_SUPERFRAME_DIV8; in qcom_slim_probe()
549 sctrl->a_framer = &ctrl->framer; in qcom_slim_probe()
H A Dqcom-ngd-ctrl.c150 struct slim_framer framer; member
1638 ctrl->framer.rootfreq = SLIM_ROOT_FREQ >> 3; in qcom_slim_ngd_ctrl_probe()
1639 ctrl->framer.superfreq = in qcom_slim_ngd_ctrl_probe()
1640 ctrl->framer.rootfreq / SLIM_CL_PER_SUPERFRAME_DIV8; in qcom_slim_ngd_ctrl_probe()
1642 ctrl->ctrl.a_framer = &ctrl->framer; in qcom_slim_ngd_ctrl_probe()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1043a-rdb.dts218 fsl,tdm-framer-type = "e1";
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dt104xd4rdb.dtsi240 fsl,tdm-framer-type = "e1";
H A Dt104xrdb.dtsi250 fsl,tdm-framer-type = "e1";
H A Dt104xqds.dtsi394 fsl,tdm-framer-type = "e1";
/openbmc/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c1777 u32 bpp, bpc, pxlfmt, framer; in cdns_mhdp_configure_video() local
1927 ret = cdns_mhdp_reg_read(mhdp, CDNS_DP_FRAMER_GLOBAL_CONFIG, &framer); in cdns_mhdp_configure_video()
1934 framer |= CDNS_DP_FRAMER_EN; in cdns_mhdp_configure_video()
1935 framer &= ~CDNS_DP_NO_VIDEO_MODE; in cdns_mhdp_configure_video()
1936 cdns_mhdp_reg_write(mhdp, CDNS_DP_FRAMER_GLOBAL_CONFIG, framer); in cdns_mhdp_configure_video()