HomeSort by: relevance | last modified time | path
    Searched refs:RGE_READ_2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_rge.c 1076 status = RGE_READ_2(sc, RGE_PHYSTAT);
1615 if ((RGE_READ_2(sc, RGE_IM) & 0x0103) == 0x0103)
2609 *(uint16_t *)&addr[4] = RGE_READ_2(sc, RGE_ADDR1);
2855 if (RGE_READ_2(sc, RGE_TWICMD) & 0x0200)
2865 if (RGE_READ_2(sc, RGE_TWICMD) & 0x0200)
3052 return ((RGE_READ_2(sc, RGE_PHYSTAT) & RGE_PHYSTAT_LINK) ? 1 : 0);
if_rgereg.h 403 #define RGE_READ_2(sc, reg) \
411 RGE_WRITE_2(sc, reg, RGE_READ_2(sc, reg) | (val))
418 RGE_WRITE_2(sc, reg, RGE_READ_2(sc, reg) & ~(val))

Completed in 18 milliseconds