Home
last modified time | relevance | path

Searched refs:ctrl0 (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dmxs_spi.c191 uint32_t ctrl0; in mxs_spi_xfer_dma() local
208 ctrl0 = readl(&ssp_regs->hw_ssp_ctrl0); in mxs_spi_xfer_dma()
209 ctrl0 |= SSP_CTRL0_DATA_XFER; in mxs_spi_xfer_dma()
212 ctrl0 |= SSP_CTRL0_LOCK_CS; in mxs_spi_xfer_dma()
214 ctrl0 |= SSP_CTRL0_READ; in mxs_spi_xfer_dma()
270 ctrl0 &= ~SSP_CTRL0_LOCK_CS; in mxs_spi_xfer_dma()
271 ctrl0 |= SSP_CTRL0_IGNORE_CRC; in mxs_spi_xfer_dma()
283 dp->cmd.pio_words[0] = ctrl0; in mxs_spi_xfer_dma()
/openbmc/u-boot/drivers/mmc/
H A Dmxsmmc.c141 uint32_t ctrl0; in mxsmmc_send_cmd() local
170 ctrl0 = priv->buswidth; in mxsmmc_send_cmd()
174 ctrl0 |= SSP_CTRL0_IGNORE_CRC; in mxsmmc_send_cmd()
176 ctrl0 |= SSP_CTRL0_GET_RESP; in mxsmmc_send_cmd()
178 ctrl0 |= SSP_CTRL0_LONG_RESP; in mxsmmc_send_cmd()
200 ctrl0 |= SSP_CTRL0_READ; in mxsmmc_send_cmd()
208 ctrl0 |= SSP_CTRL0_DATA_XFER; in mxsmmc_send_cmd()
212 ctrl0 |= reg & SSP_CTRL0_XFER_COUNT_MASK; in mxsmmc_send_cmd()
231 ctrl0 |= SSP_CTRL0_WAIT_FOR_IRQ | SSP_CTRL0_ENABLE | SSP_CTRL0_RUN; in mxsmmc_send_cmd()
232 writel(ctrl0, &ssp_regs->hw_ssp_ctrl0); in mxsmmc_send_cmd()
/openbmc/qemu/include/hw/s390x/
H A Dioinst.h148 uint16_t ctrl0; member
/openbmc/qemu/target/s390x/
H A Dioinst.c172 dest->ctrl0 = be16_to_cpu(src->ctrl0); in copy_orb_from_guest()
180 if ((orb->ctrl0 & ORB_CTRL0_MASK_INVALID) || in ioinst_orb_valid()
/openbmc/qemu/hw/vfio/
H A Dccw.c75 if (!(sch->orb.ctrl0 & ORB_CTRL0_MASK_PFCH) && vcdev->force_orb_pfch) { in vfio_ccw_handle_request()
76 sch->orb.ctrl0 |= ORB_CTRL0_MASK_PFCH; in vfio_ccw_handle_request()
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dhi6220_regs_alwayson.h13 u32 ctrl0; /*0x0*/ member
/openbmc/qemu/hw/s390x/
H A Dcss.c173 VMSTATE_UINT16(ctrl0, ORB),
948 cds->flags = (orb->ctrl0 & ORB_CTRL0_MASK_I2K ? CDS_F_I2K : 0) | in ccw_dstream_init()
949 (orb->ctrl0 & ORB_CTRL0_MASK_C64 ? CDS_F_C64 : 0) | in ccw_dstream_init()
950 (orb->ctrl0 & ORB_CTRL0_MASK_FMT ? CDS_F_FMT : 0) | in ccw_dstream_init()
1126 sch->ccw_fmt_1 = !!(orb->ctrl0 & ORB_CTRL0_MASK_FMT); in sch_handle_start_func_virtual()
1129 suspend_allowed = !!(orb->ctrl0 & ORB_CTRL0_MASK_SPND); in sch_handle_start_func_virtual()
/openbmc/u-boot/drivers/net/
H A Dsunxi_emac.c64 u32 ctrl0; member