Home
last modified time | relevance | path

Searched defs:machdep_calls (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/include/asm/
Dmachdep.h22 struct machdep_calls { struct
23 const char *name;
24 const char *compatible;
27 void (*iommu_restore)(void);
30 unsigned long (*memory_block_size)(void);
34 void (*dma_set_mask)(struct device *dev, u64 dma_mask);
36 int (*probe)(void);
37 void (*setup_arch)(void); /* Optional, may be NULL */
39 void (*show_cpuinfo)(struct seq_file *m);
41 unsigned long (*get_proc_freq)(unsigned int cpu);
[all …]