Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/include/mach/
Dpxa2xx_spi.h26 struct pxa2xx_spi_master { struct
44 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info); argument
/arch/arm/mach-pxa/
Dimote2.c450 static struct pxa2xx_spi_master pxa_ssp_master_0_info = {
454 static struct pxa2xx_spi_master pxa_ssp_master_1_info = {
458 static struct pxa2xx_spi_master pxa_ssp_master_2_info = {
Dpcm027.c138 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dcm-x255.c123 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dlittleton.c179 static struct pxa2xx_spi_master littleton_spi_info = {
Dpoodle.c207 static struct pxa2xx_spi_master poodle_spi_info = {
Dlubbock.c249 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Dcorgi.c428 static struct pxa2xx_spi_master corgi_spi_info = {
Dspitz.c294 static struct pxa2xx_spi_master spitz_spi_info = {
Dtosa.c820 static struct pxa2xx_spi_master pxa_ssp_master_info = {
Ddevices.c940 void __init pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info) in pxa2xx_set_spi_info()