Searched refs:bcm63xx_regs_spi (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_spi.h18 enum bcm63xx_regs_spi { enum
47 static inline unsigned long bcm63xx_spireg(enum bcm63xx_regs_spi reg) bcm63xx_spireg()
49 extern const unsigned long *bcm63xx_regs_spi; bcm63xx_spireg()
51 return bcm63xx_regs_spi[reg]; bcm63xx_spireg()
/linux-4.1.27/arch/mips/bcm63xx/
H A Ddev-spi.c32 const unsigned long *bcm63xx_regs_spi; variable
33 EXPORT_SYMBOL(bcm63xx_regs_spi); variable
38 bcm63xx_regs_spi = bcm6348_regs_spi; bcm63xx_spi_regs_init()
41 bcm63xx_regs_spi = bcm6358_regs_spi; bcm63xx_spi_regs_init()

Completed in 93 milliseconds