Searched refs:EG_CONTROL (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/isa/ |
| D | if_eg.c | 200 bus_space_write_1(bst, bsh, EG_CONTROL, in egwritePCB() 201 (bus_space_read_1(bst, bsh, EG_CONTROL) & ~EG_PCB_STAT) | in egwritePCB() 214 bus_space_write_1(bst, bsh, EG_CONTROL, in egwritePCB() 215 (bus_space_read_1(bst, bsh, EG_CONTROL) & ~EG_PCB_STAT) | in egwritePCB() 233 bus_space_write_1(bst, bsh, EG_CONTROL, in egreadPCB() 234 (bus_space_read_1(bst, bsh, EG_CONTROL) & ~EG_PCB_STAT) | in egreadPCB() 268 bus_space_write_1(bst, bsh, EG_CONTROL, in egreadPCB() 269 (bus_space_read_1(bst, bsh, EG_CONTROL) & ~EG_PCB_STAT) | in egreadPCB() 300 bus_space_write_1(bst, bsh, EG_CONTROL, EG_CTL_RESET); in egprobe() 301 bus_space_write_1(bst, bsh, EG_CONTROL, 0); in egprobe() [all …]
|
| D | if_egreg.h | 40 #define EG_CONTROL 0x06 macro
|