Home
last modified time | relevance | path

Searched refs:spi_chip_select (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dcadence_qspi.c113 priv->qspi_calibrated_cs = spi_chip_select(bus); in spi_calibration()
136 priv->qspi_calibrated_cs != spi_chip_select(bus)) { in cadence_spi_set_speed()
213 cadence_qspi_apb_chipselect(base, spi_chip_select(dev), in cadence_spi_xfer()
H A Dmvebu_a3700_spi.c150 spi_cs_activate(reg, spi_chip_select(dev)); in mvebu_spi_xfer()
169 spi_cs_deactivate(reg, spi_chip_select(dev)); in mvebu_spi_xfer()
H A Dmt7621_spi.c172 mt7621_spi_set_cs(rs, spi_chip_select(dev), 1); in mt7621_spi_xfer()
261 mt7621_spi_set_cs(rs, spi_chip_select(dev), 0); in mt7621_spi_xfer()
H A Dtegra210_qspi.c215 __func__, bus->seq, spi_chip_select(dev), dout, din, bitlen); in tegra210_qspi_xfer()
257 (spi_chip_select(dev) << QSPI_CMD1_CS_SEL_SHIFT)); in tegra210_qspi_xfer()
H A Dtegra114_spi.c230 __func__, bus->seq, spi_chip_select(dev), dout, din, bitlen); in tegra114_spi_xfer()
246 (spi_chip_select(dev) << SPI_CMD1_CS_SEL_SHIFT)); in tegra114_spi_xfer()
H A Dtegra20_slink.c210 __func__, bus->seq, spi_chip_select(dev), dout, din, bitlen); in tegra30_spi_xfer()
229 (spi_chip_select(dev) << SLINK_CMD2_SS_EN_SHIFT)); in tegra30_spi_xfer()
H A Dsandbox_spi.c74 cs = spi_chip_select(slave); in sandbox_spi_xfer()
H A Dkirkwood_spi.c349 spi_chip_select(dev) << KWSPI_CS_SHIFT); in mvebu_spi_claim_bus()
H A Dtegra20_sflash.c216 __func__, bus->seq, spi_chip_select(dev), dout, din, bitlen); in tegra20_sflash_xfer()
H A Dspi-uclass.c203 int spi_chip_select(struct udevice *dev) in spi_chip_select() function
H A Ddesignware_spi.c451 cs = spi_chip_select(dev); in dw_spi_xfer()
/openbmc/u-boot/board/mscc/common/
H A Dspi.c12 u32 cs = spi_chip_select(dev); in external_cs_manage()
/openbmc/u-boot/include/
H A Dspi.h525 int spi_chip_select(struct udevice *slave);
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c570 int cs = spi_chip_select(slave); in sandbox_spi_get_emul()