Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bcma/
Ddriver_mips.c49 static inline u32 mips_read32(struct bcma_drv_mips *mcore, in mips_read32()
55 static inline void mips_write32(struct bcma_drv_mips *mcore, in mips_write32()
206 u32 bcma_cpu_clock(struct bcma_drv_mips *mcore) in bcma_cpu_clock()
257 static void bcma_core_mips_nvram_init(struct bcma_drv_mips *mcore) in bcma_core_mips_nvram_init()
283 void bcma_core_mips_early_init(struct bcma_drv_mips *mcore) in bcma_core_mips_early_init()
322 void bcma_core_mips_init(struct bcma_drv_mips *mcore) in bcma_core_mips_init()
Dbcma_private.h174 void bcma_core_mips_early_init(struct bcma_drv_mips *mcore);
175 void bcma_core_mips_init(struct bcma_drv_mips *mcore);
181 static inline void bcma_core_mips_early_init(struct bcma_drv_mips *mcore) in bcma_core_mips_early_init()
184 static inline void bcma_core_mips_init(struct bcma_drv_mips *mcore) in bcma_core_mips_init()
/Linux-v4.19/include/linux/bcma/
Dbcma_driver_mips.h37 struct bcma_drv_mips { struct
43 extern u32 bcma_cpu_clock(struct bcma_drv_mips *mcore); argument
Dbcma.h364 struct bcma_drv_mips drv_mips;