Home
last modified time | relevance | path

Searched refs:bcm63xx_spi (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-bcm63xx.c134 struct bcm63xx_spi { struct
154 static inline u8 bcm_spi_readb(struct bcm63xx_spi *bs, in bcm_spi_readb() argument
160 static inline void bcm_spi_writeb(struct bcm63xx_spi *bs, in bcm_spi_writeb()
166 static inline void bcm_spi_writew(struct bcm63xx_spi *bs, in bcm_spi_writew()
189 struct bcm63xx_spi *bs = spi_controller_get_devdata(spi->controller); in bcm63xx_spi_setup_transfer()
318 struct bcm63xx_spi *bs = spi_controller_get_devdata(host); in bcm63xx_spi_transfer_one()
399 struct bcm63xx_spi *bs = spi_controller_get_devdata(host); in bcm63xx_spi_interrupt()
484 struct bcm63xx_spi *bs; in bcm63xx_spi_probe()
611 struct bcm63xx_spi *bs = spi_controller_get_devdata(host); in bcm63xx_spi_remove()
623 struct bcm63xx_spi *bs = spi_controller_get_devdata(host); in bcm63xx_spi_suspend()
[all …]
/openbmc/u-boot/drivers/spi/
H A DMakefile23 obj-$(CONFIG_BCM63XX_SPI) += bcm63xx_spi.o
H A Dbcm63xx_spi.c418 U_BOOT_DRIVER(bcm63xx_spi) = {