Home
last modified time | relevance | path

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

/src/sys/dev/re/
H A Dif_re.c1615 CSR_WRITE_1(sc, RL_GPIO, in re_attach()
1616 CSR_READ_1(sc, RL_GPIO) | 0x01); in re_attach()
1618 CSR_WRITE_1(sc, RL_GPIO, in re_attach()
1619 CSR_READ_1(sc, RL_GPIO) & ~0x01); in re_attach()
3750 CSR_WRITE_1(sc, RL_GPIO, in re_resume()
3751 CSR_READ_1(sc, RL_GPIO) | 0x01); in re_resume()
3878 CSR_WRITE_1(sc, RL_GPIO, in re_setwol()
3879 CSR_READ_1(sc, RL_GPIO) & ~0x01); in re_setwol()
/src/sys/dev/rl/
H A Dif_rlreg.h142 #define RL_GPIO 0x006E /* 8 bits, 8168C SPIN2 only */ macro