Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/re/
Dif_re.c1617 CSR_WRITE_1(sc, RL_GPIO, in re_attach()
1618 CSR_READ_1(sc, RL_GPIO) | 0x01); in re_attach()
1620 CSR_WRITE_1(sc, RL_GPIO, in re_attach()
1621 CSR_READ_1(sc, RL_GPIO) & ~0x01); in re_attach()
3751 CSR_WRITE_1(sc, RL_GPIO, in re_resume()
3752 CSR_READ_1(sc, RL_GPIO) | 0x01); in re_resume()
3881 CSR_WRITE_1(sc, RL_GPIO, in re_setwol()
3882 CSR_READ_1(sc, RL_GPIO) & ~0x01); in re_setwol()
/freebsd-12-stable/sys/dev/rl/
Dif_rlreg.h144 #define RL_GPIO 0x006E /* 8 bits, 8168C SPIN2 only */ macro