Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/spi/
Dpxa2xx_spi.h25 struct pxa2xx_spi_master { struct
56 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info); argument
/linux-4.4.14/arch/arm/mach-pxa/
Dicontrol.c118 static struct pxa2xx_spi_master pxa_ssp3_spi_master_info = {
123 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.c602 static struct pxa2xx_spi_master pxa_ssp1_master_info = {
607 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.c173 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.c629 static struct pxa2xx_spi_master pxa_ssp2_master_info = {
Dzeus.c391 static struct pxa2xx_spi_master pxa2xx_spi_ssp3_master_info = {
Dspitz.c574 static struct pxa2xx_spi_master spitz_spi_info = {
Dtosa.c817 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Ddevices.c1189 void __init pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info) in pxa2xx_set_spi_info()
/linux-4.4.14/Documentation/spi/
Dpxa2xx24 struct pxa2xx_spi_master {
29 The "pxa2xx_spi_master.num_chipselect" field is used to determine the number of
32 The "pxa2xx_spi_master.enable_dma" field informs the driver that SSP DMA should
54 static struct pxa2xx_spi_master pxa_nssp_master_info = {
209 by setting the "enable_dma" flag in the "pxa2xx_spi_master" structure. The DMA
/linux-4.4.14/drivers/spi/
Dspi-pxa2xx-pci.c109 struct pxa2xx_spi_master spi_pdata; in pxa2xx_spi_pci_probe()
190 struct pxa2xx_spi_master *spi_pdata; in pxa2xx_spi_pci_remove()
Dspi-pxa2xx.h37 struct pxa2xx_spi_master *master_info;
Dspi-pxa2xx.c1371 static struct pxa2xx_spi_master *
1374 struct pxa2xx_spi_master *pdata; in pxa2xx_spi_init_pdata()
1434 static inline struct pxa2xx_spi_master *
1444 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()