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

  /src/sys/dev/isa/
if_egreg.h 39 #define EG_CONTROL 0x06
if_eg.c 204 bus_space_write_1(iot, ioh, EG_CONTROL,
205 (bus_space_read_1(iot, ioh, EG_CONTROL) & ~EG_PCB_STAT) | EG_PCB_NULL);
217 bus_space_write_1(iot, ioh, EG_CONTROL,
218 (bus_space_read_1(iot, ioh, EG_CONTROL) & ~EG_PCB_STAT) | EG_PCB_DONE);
232 bus_space_write_1(iot, ioh, EG_CONTROL,
233 (bus_space_read_1(iot, ioh, EG_CONTROL) & ~EG_PCB_STAT) | EG_PCB_NULL);
265 bus_space_write_1(iot, ioh, EG_CONTROL,
266 (bus_space_read_1(iot, ioh, EG_CONTROL) &
322 bus_space_write_1(iot, ioh, EG_CONTROL, EG_CTL_RESET);
323 bus_space_write_1(iot, ioh, EG_CONTROL, 0)
    [all...]

Completed in 13 milliseconds