Home | History | Annotate | Download | only in ic

Lines Matching refs:sc_config2

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);
923 sc->sc_config2 &= ~SEEQ_CFG2_OUTPUT;
924 SEEQ_WRITE16(sc, iot, ioh, SEEQ_CONFIG2, sc->sc_config2);
1136 sc->sc_config2 &= ~SEEQ_CFG2_OUTPUT;
1137 SEEQ_WRITE16(sc, iot, ioh, SEEQ_CONFIG2, sc->sc_config2);
1212 sc->sc_config2 |= SEEQ_CFG2_OUTPUT;
1213 SEEQ_WRITE16(sc, iot, ioh, SEEQ_CONFIG2, sc->sc_config2);