Home
last modified time | relevance | path

Searched refs:bcma_drv_mips (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/bcma/
Dbcma_private.h161 void bcma_core_mips_early_init(struct bcma_drv_mips *mcore);
162 void bcma_core_mips_init(struct bcma_drv_mips *mcore);
168 static inline void bcma_core_mips_early_init(struct bcma_drv_mips *mcore) in bcma_core_mips_early_init()
171 static inline void bcma_core_mips_init(struct bcma_drv_mips *mcore) in bcma_core_mips_init()
Ddriver_mips.c71 static inline u32 mips_read32(struct bcma_drv_mips *mcore, in mips_read32()
77 static inline void mips_write32(struct bcma_drv_mips *mcore, in mips_write32()
224 u32 bcma_cpu_clock(struct bcma_drv_mips *mcore) in bcma_cpu_clock()
275 static void bcma_core_mips_flash_detect(struct bcma_drv_mips *mcore) in bcma_core_mips_flash_detect()
338 void bcma_core_mips_early_init(struct bcma_drv_mips *mcore) in bcma_core_mips_early_init()
377 void bcma_core_mips_init(struct bcma_drv_mips *mcore) in bcma_core_mips_init()
/linux-4.4.14/include/linux/bcma/
Dbcma_driver_mips.h36 struct bcma_drv_mips { struct
42 extern u32 bcma_cpu_clock(struct bcma_drv_mips *mcore); argument
Dbcma.h355 struct bcma_drv_mips drv_mips;