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

  /src/sys/arch/sgimips/hpc/
pi1ppc.c 581 uint8_t chipset_mode; local in function:pi1ppc_setmode
589 chipset_mode = PI1PPC_MODE_PS2;
594 chipset_mode = PI1PPC_MODE_NIBBLE;
598 chipset_mode = PI1PPC_MODE_STD;
613 pi1ppc->sc_mode = chipset_mode;
614 if (chipset_mode == PI1PPC_MODE_PS2) {
  /src/sys/dev/ic/
atppc.c 913 u_int8_t chipset_mode; local in function:atppc_setmode
928 chipset_mode = ATPPC_MODE_ECP;
935 chipset_mode = ATPPC_MODE_EPP;
945 chipset_mode = ATPPC_MODE_FAST;
951 chipset_mode = ATPPC_MODE_PS2;
957 chipset_mode = ATPPC_MODE_STD;
963 chipset_mode = ATPPC_MODE_NIBBLE;
985 chipset_mode = ATPPC_MODE_EPP;
994 chipset_mode = ATPPC_MODE_PS2;
1003 chipset_mode = ATPPC_MODE_NIBBLE
    [all...]

Completed in 16 milliseconds