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

  /src/sys/arch/hpcmips/tx/
txcom.c 140 int txcom_enable (struct txcom_chip *, bool);
327 txcom_enable(struct txcom_chip *chip, bool console) function in typeref:typename:int
576 if (txcom_enable(&txcom_chip, true) != 0)
799 if (txcom_enable(sc->sc_chip, false)) {
txcom.c 140 int txcom_enable (struct txcom_chip *, bool);
327 txcom_enable(struct txcom_chip *chip, bool console) function in typeref:typename:int
576 if (txcom_enable(&txcom_chip, true) != 0)
799 if (txcom_enable(sc->sc_chip, false)) {
txcom.c 140 int txcom_enable (struct txcom_chip *, bool);
327 txcom_enable(struct txcom_chip *chip, bool console) function in typeref:typename:int
576 if (txcom_enable(&txcom_chip, true) != 0)
799 if (txcom_enable(sc->sc_chip, false)) {

Completed in 47 milliseconds