Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Delan-mmcr.c79 static u_int echo_a, echo_d; variable
157 echo_a = echo_d = 0; in sysctl_machdep_elan_gpio_config()
190 echo_a = 0xc34 + v; in sysctl_machdep_elan_gpio_config()
192 echo_a = 0xc38 + v; in sysctl_machdep_elan_gpio_config()
265 if (echo_a) in elan_poll_pps()
266 mmcrptr[(echo_a ^ 0xc) / 2] = echo_d; in elan_poll_pps()
281 if (echo_a) in elan_poll_pps()
282 mmcrptr[echo_a / 2] = echo_d; in elan_poll_pps()