Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dpl022_spi.c68 struct pl022_spi_slave { struct
78 static int pl022_is_supported(struct pl022_spi_slave *ps) in pl022_is_supported() argument
93 struct pl022_spi_slave *ps = dev_get_priv(bus); in pl022_spi_probe()
109 static void flush(struct pl022_spi_slave *ps) in flush()
120 struct pl022_spi_slave *ps = dev_get_priv(bus); in pl022_spi_claim_bus()
136 struct pl022_spi_slave *ps = dev_get_priv(bus); in pl022_spi_release_bus()
153 struct pl022_spi_slave *ps = dev_get_priv(bus); in pl022_spi_xfer()
213 struct pl022_spi_slave *ps = dev_get_priv(bus); in pl022_spi_set_speed()
259 struct pl022_spi_slave *ps = dev_get_priv(bus); in pl022_spi_set_mode()
323 .priv_auto_alloc_size = sizeof(struct pl022_spi_slave),