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

  /src/sys/dev/isa/
if_egreg.h 85 #define EG_PCB_NULL 0x00
if_eg.c 175 EG_PCB_STAT) != EG_PCB_NULL)
205 (bus_space_read_1(iot, ioh, EG_CONTROL) & ~EG_PCB_STAT) | EG_PCB_NULL);
233 (bus_space_read_1(iot, ioh, EG_CONTROL) & ~EG_PCB_STAT) | EG_PCB_NULL);
327 EG_PCB_STAT) == EG_PCB_NULL)
330 if ((bus_space_read_1(iot, ioh, EG_STATUS) & EG_PCB_STAT) != EG_PCB_NULL) {

Completed in 138 milliseconds