Home
last modified time | relevance | path

Searched refs:EG_CONTROL (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/isa/
H A Dif_eg.c204 bus_space_write_1(iot, ioh, EG_CONTROL, in egwritePCB()
217 bus_space_write_1(iot, ioh, EG_CONTROL, in egwritePCB()
232 bus_space_write_1(iot, ioh, EG_CONTROL, in egreadPCB()
265 bus_space_write_1(iot, ioh, EG_CONTROL, in egreadPCB()
266 (bus_space_read_1(iot, ioh, EG_CONTROL) & in egreadPCB()
323 bus_space_write_1(iot, ioh, EG_CONTROL, 0); in egprobe()
479 bus_space_write_1(iot, ioh, EG_CONTROL, EG_CTL_FLSH); in eginit()
481 bus_space_write_1(iot, ioh, EG_CONTROL, EG_CTL_ATTN); in eginit()
483 bus_space_write_1(iot, ioh, EG_CONTROL, 0); in eginit()
606 bus_space_write_1(iot, ioh, EG_CONTROL, in egstart()
[all …]
H A Dif_egreg.h39 #define EG_CONTROL 0x06 macro