/src/sys/dev/ic/ |
seeq8005var.h | 67 int sc_config2; /* Current config2 bits */ member in struct:seeq8005_softc
|
seeq8005.c | 530 sc->sc_config2 = 0; 759 sc->sc_config2 = SEEQ_CFG2_BYTESWAP; 761 sc->sc_config2 = 0; 767 SEEQ_WRITE16(sc, iot, ioh, SEEQ_CONFIG2, sc->sc_config2); 782 sc->sc_config2 |= SEEQ_CFG2_RX_TX_DISABLE; 784 sc->sc_config2 |= SEEQ_CFG2_PASS_LONGSHORT; 817 sc->sc_config2 |= SEEQ_CFG2_OUTPUT; 818 SEEQ_WRITE16(sc, iot, ioh, SEEQ_CONFIG2, sc->sc_config2); 912 sc->sc_config2 |= SEEQ_CFG2_OUTPUT; 913 SEEQ_WRITE16(sc, iot, ioh, SEEQ_CONFIG2, sc->sc_config2); [all...] |
/src/sys/arch/acorn32/podulebus/ |
escvar.h | 216 u_char sc_config2; member in struct:esc_softc
|
sfasvar.h | 217 u_char sc_config2; member in struct:sfas_softc
|
esc.c | 216 dev->sc_config2 = ESC_CFG2_FEATURES_ENABLE; 447 *rp->esc_config2 = dev->sc_config2;
|
sfas.c | 215 dev->sc_config2 = SFAS_CFG2_FEATURES_ENABLE; 448 *rp->sfas_config2 = dev->sc_config2;
|