Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Decppvar.h177 uint8_t fast_compat; /* DMA/PIO 1284 compatible mode */ member
/titanic_50/usr/src/uts/common/io/
H A Decpp.c878 pp->fast_compat = (strcmp(prop, "true") == 0) ? TRUE : FALSE; in ecpp_get_props()
881 pp->fast_compat = TRUE; in ecpp_get_props()
957 pp->fast_compat = FALSE; in ecpp_get_props()
977 pp->fast_centronics, pp->fast_compat, in ecpp_get_props()
4911 pp->io_mode = (pp->fast_compat == TRUE) ? ECPP_DMA : ECPP_PIO; in ecpp_default_negotiation()
4915 pp->io_mode = (pp->fast_compat == TRUE) ? ECPP_DMA : ECPP_PIO; in ecpp_default_negotiation()
5924 pp->fast_compat = FALSE; in x86_config_chip()