Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Dspi-uclass.c194 if (ops->cs_info) in spi_post_probe()
195 ops->cs_info += gd->reloc_off; in spi_post_probe()
245 if (ops->cs_info) { in spi_find_chip_select()
246 ret = ops->cs_info(bus, cs, &info); in spi_find_chip_select()
H A Dsandbox_spi.c141 .cs_info = sandbox_cs_info,
H A Dath79_spi.c213 .cs_info = ath79_cs_info,
H A Dtegra20_sflash.c340 .cs_info = tegra20_sflash_cs_info,
H A Dbcm63xx_spi.c306 .cs_info = bcm63xx_spi_cs_info,
H A Dbcm63xx_hsspi.c305 .cs_info = bcm63xx_hsspi_cs_info,
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_prv_if.h37 u8 dev_num, u32 cs_mask, struct hws_cs_config_info *cs_info);
/rk3399_rockchip-uboot/include/
H A Dspi.h487 int (*cs_info)(struct udevice *bus, uint cs, struct spi_cs_info *info); member
/rk3399_rockchip-uboot/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,
573 17. Optional: Set up cs_info() if you want it
577 method for cs_info() to deal with this. If you don't provide it, then the
581 If you don't provide the cs_info() method, -ENODEV is assumed for all
H A Dspi-howto.rst41 - cs_info is used to get information on a chip select
128 .cs_info = exynos_cs_info,
628 Optional: Set up cs_info() if you want it
633 method for cs_info() to deal with this. If you don't provide it, then the
637 If you don't provide the cs_info() method, 0 is assumed for all chip selects