Searched refs:RL_GPIO (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/re/ |
| D | if_re.c | 1617 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/ |
| D | if_rlreg.h | 144 #define RL_GPIO 0x006E /* 8 bits, 8168C SPIN2 only */ macro
|