Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/spi/
H A Dpxa2xx.rst92 information via the structure "pxa2xx_spi_chip" found in
99 struct pxa2xx_spi_chip {
106 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are
116 The "pxa2xx_spi_chip.dma_burst_size" field is used to configure PXA2xx DMA
123 The "pxa2xx_spi_chip.timeout" fields is used to efficiently handle
137 For a legacy platform or in some other cases, the pxa2xx_spi_chip structure
143 static struct pxa2xx_spi_chip cs8415a_chip_info = {
150 static struct pxa2xx_spi_chip cs8405a_chip_info = {
/openbmc/linux/include/linux/spi/
H A Dpxa2xx_spi.h39 struct pxa2xx_spi_chip { struct
/openbmc/linux/drivers/spi/
H A Dspi-pxa2xx-dma.c229 struct pxa2xx_spi_chip *chip_info = spi->controller_data; in pxa2xx_spi_set_dma_burst_and_threshold()
H A Dspi-pxa2xx.c1166 struct pxa2xx_spi_chip *chip_info; in setup()