Searched refs:bart_config (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Dif_ix.c422 uint8_t val, bart_config; local
589 bart_config = bus_space_read_1(iot, ioh, IX_CONFIG);
590 bart_config |= IX_BART_LOOPBACK;
591 bart_config |= IX_BART_MCS16_TEST; /* inb doesn't get bit! */
592 bus_space_write_1(iot, ioh, IX_CONFIG, bart_config);
593 bart_config = bus_space_read_1(iot, ioh, IX_CONFIG);
626 uint8_t bart_config; local
845 bart_config = bus_space_read_1(iot, ioh, IX_CONFIG);
846 bart_config &= ~IX_BART_LOOPBACK;
847 bart_config |
[all...]

Completed in 89 milliseconds