/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)) {
|