Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/mips/atheros/
Dar71xx_cpudef.h62 extern struct ar71xx_cpu_def * ar71xx_cpu_ops;
66 ar71xx_cpu_ops->detect_sys_frequency(); in ar71xx_detect_sys_frequency()
71 ar71xx_cpu_ops->ar71xx_chip_device_stop(mask); in ar71xx_device_stop()
76 ar71xx_cpu_ops->ar71xx_chip_device_start(mask); in ar71xx_device_start()
81 return ar71xx_cpu_ops->ar71xx_chip_device_stopped(mask); in ar71xx_device_stopped()
86 ar71xx_cpu_ops->ar71xx_chip_set_pll_ge(unit, speed, pll); in ar71xx_device_set_pll_ge()
91 ar71xx_cpu_ops->ar71xx_chip_set_mii_speed(unit, speed); in ar71xx_device_set_mii_speed()
96 ar71xx_cpu_ops->ar71xx_chip_set_mii_if(unit, mii_cfg); in ar71xx_device_set_mii_if()
101 ar71xx_cpu_ops->ar71xx_chip_ddr_flush_ge(unit); in ar71xx_device_flush_ddr_ge()
106 return (ar71xx_cpu_ops->ar71xx_chip_get_eth_pll(unit, speed)); in ar71xx_device_get_eth_pll()
[all …]
Dar71xx_setup.c72 struct ar71xx_cpu_def * ar71xx_cpu_ops = NULL; variable
91 ar71xx_cpu_ops = &ar71xx_chip_def; in ar71xx_detect_sys_type()
113 ar71xx_cpu_ops = &ar724x_chip_def; in ar71xx_detect_sys_type()
120 ar71xx_cpu_ops = &ar724x_chip_def; in ar71xx_detect_sys_type()
127 ar71xx_cpu_ops = &ar724x_chip_def; in ar71xx_detect_sys_type()
135 ar71xx_cpu_ops = &ar91xx_chip_def; in ar71xx_detect_sys_type()
152 ar71xx_cpu_ops = &ar933x_chip_def; in ar71xx_detect_sys_type()
160 ar71xx_cpu_ops = &ar933x_chip_def; in ar71xx_detect_sys_type()
168 ar71xx_cpu_ops = &ar934x_chip_def; in ar71xx_detect_sys_type()
176 ar71xx_cpu_ops = &ar934x_chip_def; in ar71xx_detect_sys_type()
[all …]