/openbmc/linux/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-gasket.c | 13 * i.MX8MN and i.MX8MP gasket 34 regmap_write(isi->gasket, GASKET_BASE(port) + GASKET_HSIZE, fmt->width); in mxc_imx8_gasket_enable() 35 regmap_write(isi->gasket, GASKET_BASE(port) + GASKET_VSIZE, fmt->height); in mxc_imx8_gasket_enable() 42 regmap_write(isi->gasket, GASKET_BASE(port) + GASKET_CTRL, val); in mxc_imx8_gasket_enable() 48 regmap_write(isi->gasket, GASKET_BASE(port) + GASKET_CTRL, 0); in mxc_imx8_gasket_disable() 57 * i.MX93 gasket 73 regmap_write(isi->gasket, DISP_MIX_CAMERA_MUX, val); in mxc_imx93_gasket_enable() 79 regmap_write(isi->gasket, DISP_MIX_CAMERA_MUX, 0); in mxc_imx93_gasket_disable()
|
H A D | Makefile | 3 imx8-isi-y := imx8-isi-core.o imx8-isi-crossbar.o imx8-isi-gasket.o \
|
H A D | imx8-isi-core.c | 461 isi->gasket = syscon_regmap_lookup_by_phandle(dev->of_node, in mxc_isi_probe() 463 if (IS_ERR(isi->gasket)) { in mxc_isi_probe() 464 ret = PTR_ERR(isi->gasket); in mxc_isi_probe() 465 dev_err(dev, "failed to get gasket: %d\n", ret); in mxc_isi_probe()
|
H A D | imx8-isi-core.h | 285 struct regmap *gasket; member
|
H A D | imx8-isi-pipe.c | 30 * While the ISI receives data from the gasket on a 3x12-bit bus, the pipeline 31 * subdev conceptually includes the gasket in order to avoid exposing an extra
|
H A D | imx8-isi-crossbar.c | 42 * Configure and enable the gasket with the frame size and CSI-2 data in mxc_isi_crossbar_gasket_enable()
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | imx.txt | 30 addition this device consists of an i.MX-specific "CSI2IPU gasket" 32 gasket demultiplexes the four virtual channel streams from the host
|
H A D | nxp,imx8-isi.yaml | 46 gasket.
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | pcie.c | 614 /* gasket block secondary bus reset delay */ 826 * Write the given gasket interrupt register. 837 * Tell the gasket logic how to react to the reset. 1139 * step 5c: Program gasket interrupts in do_pcie_gen3_transition() 1246 /* step 5h: arm gasket logic */ in do_pcie_gen3_transition() 1253 dd_dev_info(dd, "%s: arming gasket logic\n", __func__); in do_pcie_gen3_transition() 1306 * Check the gasket block status. in do_pcie_gen3_transition() 1316 dd_dev_info(dd, "%s: gasket block status: 0x%llx\n", __func__, reg); in do_pcie_gen3_transition() 1345 "%s: gasket status 0x%x, expecting 0x%x\n", in do_pcie_gen3_transition() 1355 dd_dev_err(dd, "%s: gasket error %d\n", __func__, err); in do_pcie_gen3_transition()
|
/openbmc/linux/drivers/clk/xilinx/ |
H A D | xlnx_vcu.c | 675 * Do the Gasket isolation and put the VCU out of reset in xvcu_probe() 676 * Bit 0 : Gasket isolation in xvcu_probe() 698 * xvcu_remove - Insert gasket isolation 713 /* Add the Gasket isolation and put the VCU in reset. */ in xvcu_remove()
|
/openbmc/u-boot/drivers/net/ |
H A D | fec_mxc.c | 500 /* setup the MII gasket for RMII mode */ in fec_open() 501 /* disable the gasket */ in fec_open() 504 /* wait for the gasket to be disabled */ in fec_open() 508 /* configure gasket for RMII, 50 MHz, no loopback, and no echo */ in fec_open() 511 /* re-enable the gasket */ in fec_open() 514 /* wait until MII gasket is ready */ in fec_open() 518 printf("WAIT for MII Gasket ready timed out\n"); in fec_open()
|
H A D | fec_mxc.h | 205 /* MII gasket mode field */
|
/openbmc/linux/drivers/staging/media/imx/ |
H A D | imx6-mipi-csi2.c | 87 * i.MX CSI2IPU Gasket registers follow. The CSI2IPU gasket is 287 /* Setup the i.MX CSI2IPU Gasket */ 350 /* setup the gasket */ in csi2_start()
|
/openbmc/linux/Documentation/devicetree/bindings/display/imx/ |
H A D | fsl-imx-drm.txt | 88 Freescale i.MX PRG (Prefetch Resolve Gasket)
|
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/ |
H A D | imx-regs.h | 315 u32 iahbbe0; /* Gasket Burst Enable Register */
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | fsl_pci.h | 155 u32 gas_timr; /* 0xe20 - PCI Gasket Timer Register */
|
H A D | immap_85xx.h | 247 u32 gas_timr; /* PCIX Gasket Timer */
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_arm.h | 145 /* Gasket CSRs */
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | imx.rst | 148 is a "CSI-2 to IPU gasket". The gasket acts as a demultiplexer of the
|
/openbmc/linux/include/video/ |
H A D | imx-ipu-v3.h | 341 * IPU Prefetch Resolve Gasket (prg) functions
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec.h | 414 /* Controller uses gasket */
|
H A D | fec_main.c | 1183 /* disable the gasket and wait */ in fec_restart() 1189 * configure the gasket: in fec_restart() 1199 /* re-enable the gasket */ in fec_restart()
|
/openbmc/linux/drivers/media/platform/nxp/ |
H A D | imx7-media-csi.c | 602 * The field controls the gasket between the CSI-2 receiver and in imx7_csi_configure() 605 * gasket ignores the MIPI_DOUBLE_CMPNT bit and YUV 4:2:2 always in imx7_csi_configure()
|