Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/spi/
Dpxa2xx_spi.h25 struct pxa2xx_spi_master { struct
57 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info); argument
/linux-4.1.27/arch/arm/mach-pxa/
Dicontrol.c118 static struct pxa2xx_spi_master pxa_ssp3_spi_master_info = {
124 static struct pxa2xx_spi_master pxa_ssp4_spi_master_info = {
Dpcm027.c135 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dstargate2.c339 static struct pxa2xx_spi_master pxa_ssp_master_0_info = {
343 static struct pxa2xx_spi_master pxa_ssp_master_1_info = {
347 static struct pxa2xx_spi_master pxa_ssp_master_2_info = {
Dcm-x255.c101 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dz2.c597 static struct pxa2xx_spi_master pxa_ssp1_master_info = {
603 static struct pxa2xx_spi_master pxa_ssp2_master_info = {
Dcm-x270.c306 static struct pxa2xx_spi_master cm_x270_spi_info = {
Dlittleton.c195 static struct pxa2xx_spi_master littleton_spi_info = {
Dpoodle.c198 static struct pxa2xx_spi_master poodle_spi_info = {
Dlubbock.c170 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dem-x270.c704 static struct pxa2xx_spi_master em_x270_spi_info = {
718 static struct pxa2xx_spi_master em_x270_spi_2_info = {
Dcorgi.c519 static struct pxa2xx_spi_master corgi_spi_info = {
Dhx4700.c631 static struct pxa2xx_spi_master pxa_ssp2_master_info = {
Dzeus.c390 static struct pxa2xx_spi_master pxa2xx_spi_ssp3_master_info = {
Dtosa.c817 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dspitz.c574 static struct pxa2xx_spi_master spitz_spi_info = {
Ddevices.c1182 void __init pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info) in pxa2xx_set_spi_info()
/linux-4.1.27/Documentation/spi/
Dpxa2xx24 struct pxa2xx_spi_master {
30 The "pxa2xx_spi_master.clock_enable" field is used to enable/disable the
34 The "pxa2xx_spi_master.num_chipselect" field is used to determine the number of
37 The "pxa2xx_spi_master.enable_dma" field informs the driver that SSP DMA should
59 static struct pxa2xx_spi_master pxa_nssp_master_info = {
215 by setting the "enable_dma" flag in the "pxa2xx_spi_master" structure. The DMA
/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-pci.c110 struct pxa2xx_spi_master spi_pdata; in pxa2xx_spi_pci_probe()
191 struct pxa2xx_spi_master *spi_pdata; in pxa2xx_spi_pci_remove()
Dspi-pxa2xx.h37 struct pxa2xx_spi_master *master_info;
Dspi-pxa2xx.c1249 static struct pxa2xx_spi_master *
1252 struct pxa2xx_spi_master *pdata; in pxa2xx_spi_acpi_get_pdata()
1303 static inline struct pxa2xx_spi_master *
1313 struct pxa2xx_spi_master *platform_info; in pxa2xx_spi_probe()
Dspi-pxa2xx-dma.c304 struct pxa2xx_spi_master *pdata = drv_data->master_info; in pxa2xx_spi_dma_setup()