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

  /src/sys/dev/isa/
if_ix.c 422 uint8_t val, bart_config; local in function:ix_match
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 in function:ix_attach
845 bart_config = bus_space_read_1(iot, ioh, IX_CONFIG);
846 bart_config &= ~IX_BART_LOOPBACK;
847 bart_config |= IX_BART_MCS16_TEST; /* inb doesn't get bit! *
    [all...]
if_ix.c 422 uint8_t val, bart_config; local in function:ix_match
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 in function:ix_attach
845 bart_config = bus_space_read_1(iot, ioh, IX_CONFIG);
846 bart_config &= ~IX_BART_LOOPBACK;
847 bart_config |= IX_BART_MCS16_TEST; /* inb doesn't get bit! *
    [all...]

Completed in 21 milliseconds