Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dar71xx_cpudef.h83 extern struct ar71xx_cpu_def * ar71xx_cpu_ops;
87 ar71xx_cpu_ops->detect_sys_frequency(); in ar71xx_detect_sys_frequency()
92 ar71xx_cpu_ops->ar71xx_chip_device_stop(mask); in ar71xx_device_stop()
97 ar71xx_cpu_ops->ar71xx_chip_device_start(mask); in ar71xx_device_start()
122 ar71xx_cpu_ops->ar71xx_chip_ddr_flush(id); in ar71xx_device_flush_ddr()
143 if (ar71xx_cpu_ops->ar71xx_chip_reset_wmac) in ar71xx_reset_wmac()
144 ar71xx_cpu_ops->ar71xx_chip_reset_wmac(); in ar71xx_reset_wmac()
149 if (ar71xx_cpu_ops->ar71xx_chip_init_gmac) in ar71xx_init_gmac()
150 ar71xx_cpu_ops->ar71xx_chip_init_gmac(); in ar71xx_init_gmac()
156 if (ar71xx_cpu_ops->ar71xx_chip_reset_nfc) in ar71xx_reset_nfc()
[all …]
H A Dar71xx_setup.c97 ar71xx_cpu_ops = &ar71xx_chip_def; in ar71xx_detect_sys_type()
119 ar71xx_cpu_ops = &ar724x_chip_def; in ar71xx_detect_sys_type()
126 ar71xx_cpu_ops = &ar724x_chip_def; in ar71xx_detect_sys_type()
133 ar71xx_cpu_ops = &ar724x_chip_def; in ar71xx_detect_sys_type()
141 ar71xx_cpu_ops = &ar91xx_chip_def; in ar71xx_detect_sys_type()
158 ar71xx_cpu_ops = &ar933x_chip_def; in ar71xx_detect_sys_type()
166 ar71xx_cpu_ops = &ar933x_chip_def; in ar71xx_detect_sys_type()
174 ar71xx_cpu_ops = &ar934x_chip_def; in ar71xx_detect_sys_type()
182 ar71xx_cpu_ops = &ar934x_chip_def; in ar71xx_detect_sys_type()
190 ar71xx_cpu_ops = &ar934x_chip_def; in ar71xx_detect_sys_type()
[all …]