Home
last modified time | relevance | path

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

/freebsd/sys/dev/re/
H A Dif_re.c1613 CSR_WRITE_1(sc, RL_GPIO, in re_attach()
1614 CSR_READ_1(sc, RL_GPIO) | 0x01); in re_attach()
1616 CSR_WRITE_1(sc, RL_GPIO, in re_attach()
1617 CSR_READ_1(sc, RL_GPIO) & ~0x01); in re_attach()
3745 CSR_WRITE_1(sc, RL_GPIO, in re_resume()
3746 CSR_READ_1(sc, RL_GPIO) | 0x01); in re_resume()
3875 CSR_WRITE_1(sc, RL_GPIO, in re_setwol()
3876 CSR_READ_1(sc, RL_GPIO) & ~0x01); in re_setwol()
/freebsd/sys/dev/rl/
H A Dif_rlreg.h142 #define RL_GPIO 0x006E /* 8 bits, 8168C SPIN2 only */ macro