txcom_chip
struct txcom_chip *chip;
struct txcom_chip *chip;
struct txcom_chip *chip = sc->sc_chip;
struct txcom_chip *chip = sc->sc_chip;
txcom_dump(struct txcom_chip *chip)
void txcom_reset (struct txcom_chip *);
int txcom_enable (struct txcom_chip *, bool);
void txcom_disable (struct txcom_chip *);
void txcom_setmode (struct txcom_chip *);
void txcom_setbaudrate(struct txcom_chip *);
inline int __txcom_txbufready(struct txcom_chip *, int);
void txcom_dump(struct txcom_chip *);
struct txcom_chip txcom_chip;
struct txcom_chip *chip;
console = (ua->ua_slot == txcom_chip.sc_slot) &&
(txcom_chip.sc_hwflags & TXCOM_HW_CONSOLE);
sc->sc_chip = &txcom_chip;
sc->sc_chip = kmem_zalloc(sizeof(struct txcom_chip),
txcom_reset(struct txcom_chip *chip)
txcom_enable(struct txcom_chip *chip, bool console)
txcom_disable(struct txcom_chip *chip)
__txcom_txbufready(struct txcom_chip *chip, int retry)
struct txcom_chip *chip = sc->sc_chip;
tc = txcom_chip.sc_tc;
ofs = TX39_UARTCTRL1_REG(txcom_chip.sc_slot);
tx_conf_read(tc, TX39_UARTRXHOLD_REG(txcom_chip.sc_slot)));
struct txcom_chip *chip = &txcom_chip;
txcom_setmode(struct txcom_chip *chip)
txcom_setbaudrate(struct txcom_chip *chip)
txcom_chip.sc_tc = tx_conf_get_tag();
txcom_chip.sc_slot = slot;
txcom_chip.sc_cflag = cflag;
txcom_chip.sc_speed = speed;
txcom_chip.sc_hwflags |= TXCOM_HW_CONSOLE;
txcom_reset(&txcom_chip);
txcom_setmode(&txcom_chip);
txcom_setbaudrate(&txcom_chip);
if (txcom_enable(&txcom_chip, true) != 0)
struct txcom_chip *chip = sc->sc_chip;
struct txcom_chip *chip = sc->sc_chip;
struct txcom_chip *chip = sc->sc_chip;
struct txcom_chip *chip = sc->sc_chip;
struct txcom_chip *chip;
struct txcom_chip *sc_chip;