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

/freebsd-9.3-release/sys/mips/atheros/
H A Dar71xx_cpudef.h62 extern struct ar71xx_cpu_def * ar71xx_cpu_ops;
66 ar71xx_cpu_ops->detect_sys_frequency();
71 ar71xx_cpu_ops->ar71xx_chip_device_stop(mask);
76 ar71xx_cpu_ops->ar71xx_chip_device_start(mask);
81 return ar71xx_cpu_ops->ar71xx_chip_device_stopped(mask);
86 ar71xx_cpu_ops->ar71xx_chip_set_pll_ge0(speed);
91 ar71xx_cpu_ops->ar71xx_chip_set_pll_ge1(speed);
96 ar71xx_cpu_ops->ar71xx_chip_ddr_flush_ge0();
101 ar71xx_cpu_ops->ar71xx_chip_ddr_flush_ge1();
106 ar71xx_cpu_ops
[all...]
H A Dar71xx_setup.c69 struct ar71xx_cpu_def * ar71xx_cpu_ops = NULL; variable in typeref:struct:ar71xx_cpu_def
88 ar71xx_cpu_ops = &ar71xx_chip_def;
110 ar71xx_cpu_ops = &ar724x_chip_def;
117 ar71xx_cpu_ops = &ar724x_chip_def;
124 ar71xx_cpu_ops = &ar724x_chip_def;
132 ar71xx_cpu_ops = &ar91xx_chip_def;

Completed in 97 milliseconds