Home
last modified time | relevance | path

Searched refs:cs_info (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dspi-uclass.c175 if (ops->cs_info) in spi_post_probe()
176 ops->cs_info += gd->reloc_off; in spi_post_probe()
266 if (ops->cs_info) in spi_cs_info()
267 return ops->cs_info(bus, cs, info); in spi_cs_info()
H A Dsandbox_spi.c129 .cs_info = sandbox_cs_info,
H A Dath79_spi.c212 .cs_info = ath79_cs_info,
H A Dpl022_spi.c285 .cs_info = pl022_cs_info,
H A Dbcm63xx_hsspi.c302 .cs_info = bcm63xx_hsspi_cs_info,
H A Dtegra20_sflash.c339 .cs_info = tegra20_sflash_cs_info,
H A Dbcm63xx_spi.c303 .cs_info = bcm63xx_spi_cs_info,
/openbmc/linux/drivers/bus/
H A Dqcom-ebi2.c114 static const struct cs_data cs_info[] = { variable
238 csd = &cs_info[csindex]; in qcom_ebi2_setup_chipselect()
/openbmc/u-boot/doc/driver-model/
H A Dspi-howto.txt36 - cs_info is used to get information on a chip select
119 .cs_info = exynos_cs_info,
568 17. Optional: Set up cs_info() if you want it
572 method for cs_info() to deal with this. If you don't provide it, then the
576 If you don't provide the cs_info() method, -ENODEV is assumed for all
/openbmc/u-boot/include/
H A Dspi.h444 int (*cs_info)(struct udevice *bus, uint cs, struct spi_cs_info *info); member
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_prv_if.h36 u8 dev_num, u32 cs_mask, struct hws_cs_config_info *cs_info);
/openbmc/linux/drivers/ps3/
H A Dps3av_cmd.c618 static void ps3av_cnv_chstat(u8 *chstat, const u8 *cs_info) in ps3av_cnv_chstat() argument
620 memcpy(chstat, cs_info, 5); in ps3av_cnv_chstat()