Home
last modified time | relevance | path

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

/Linux-v5.10/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()
190 u32 bcma_cpu_clock(struct bcma_drv_mips *mcore) in bcma_cpu_clock()
241 static void bcma_core_mips_nvram_init(struct bcma_drv_mips *mcore) in bcma_core_mips_nvram_init()
267 void bcma_core_mips_early_init(struct bcma_drv_mips *mcore) in bcma_core_mips_early_init()
306 void bcma_core_mips_init(struct bcma_drv_mips *mcore) in bcma_core_mips_init()
Dbcma_private.h173 void bcma_core_mips_early_init(struct bcma_drv_mips *mcore);
174 void bcma_core_mips_init(struct bcma_drv_mips *mcore);
180 static inline void bcma_core_mips_early_init(struct bcma_drv_mips *mcore) in bcma_core_mips_early_init()
183 static inline void bcma_core_mips_init(struct bcma_drv_mips *mcore) in bcma_core_mips_init()
/Linux-v5.10/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.h359 struct bcma_drv_mips drv_mips;