Searched refs:RGE_READ_2 (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/rge/ |
| H A D | if_rgevar.h | 234 #define RGE_READ_2(sc, reg) \ macro 242 RGE_WRITE_2(sc, reg, RGE_READ_2(sc, reg) | (val)) 249 RGE_WRITE_2(sc, reg, RGE_READ_2(sc, reg) & ~(val))
|
| H A D | if_rge_hw.c | 122 if ((RGE_READ_2(sc, RGE_IM) & 0x0103) == 0x0103) in rge_reset() 1778 *(uint16_t *)&addr[4] = RGE_READ_2(sc, RGE_ADDR1); in rge_get_macaddr() 1982 if (RGE_READ_2(sc, RGE_TWICMD) & 0x0200) in rge_exit_oob() 1992 if (RGE_READ_2(sc, RGE_TWICMD) & 0x0200) in rge_exit_oob() 2196 return ((RGE_READ_2(sc, RGE_PHYSTAT) & RGE_PHYSTAT_LINK) ? 1 : 0); in rge_get_link_status()
|
| H A D | if_rge.c | 1189 val = RGE_READ_2(sc, RGE_RXQUEUE_CTRL) & ~0x001c; in rge_init_locked() 1334 RGE_READ_2(sc, RGE_CPLUSCMD); in rge_init_locked() 1541 status = RGE_READ_2(sc, RGE_PHYSTAT); in rge_ifmedia_sts()
|