Searched refs:pxa2xx_spi_master (Results 1 – 22 of 22) sorted by relevance
25 struct pxa2xx_spi_master { struct57 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info); argument
118 static struct pxa2xx_spi_master pxa_ssp3_spi_master_info = {124 static struct pxa2xx_spi_master pxa_ssp4_spi_master_info = {
135 static struct pxa2xx_spi_master pxa_ssp_master_info = {
339 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 = {
101 static struct pxa2xx_spi_master pxa_ssp_master_info = {
597 static struct pxa2xx_spi_master pxa_ssp1_master_info = {603 static struct pxa2xx_spi_master pxa_ssp2_master_info = {
306 static struct pxa2xx_spi_master cm_x270_spi_info = {
195 static struct pxa2xx_spi_master littleton_spi_info = {
198 static struct pxa2xx_spi_master poodle_spi_info = {
170 static struct pxa2xx_spi_master pxa_ssp_master_info = {
704 static struct pxa2xx_spi_master em_x270_spi_info = {718 static struct pxa2xx_spi_master em_x270_spi_2_info = {
519 static struct pxa2xx_spi_master corgi_spi_info = {
631 static struct pxa2xx_spi_master pxa_ssp2_master_info = {
390 static struct pxa2xx_spi_master pxa2xx_spi_ssp3_master_info = {
817 static struct pxa2xx_spi_master pxa_ssp_master_info = {
574 static struct pxa2xx_spi_master spitz_spi_info = {
1182 void __init pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info) in pxa2xx_set_spi_info()
24 struct pxa2xx_spi_master {30 The "pxa2xx_spi_master.clock_enable" field is used to enable/disable the34 The "pxa2xx_spi_master.num_chipselect" field is used to determine the number of37 The "pxa2xx_spi_master.enable_dma" field informs the driver that SSP DMA should59 static struct pxa2xx_spi_master pxa_nssp_master_info = {215 by setting the "enable_dma" flag in the "pxa2xx_spi_master" structure. The DMA
110 struct pxa2xx_spi_master spi_pdata; in pxa2xx_spi_pci_probe()191 struct pxa2xx_spi_master *spi_pdata; in pxa2xx_spi_pci_remove()
37 struct pxa2xx_spi_master *master_info;
1249 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()
304 struct pxa2xx_spi_master *pdata = drv_data->master_info; in pxa2xx_spi_dma_setup()