Home
last modified time | relevance | path

Searched refs:TX39_UARTCTRL1_REG (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hpcmips/tx/
H A Dtxcom.c315 ofs = TX39_UARTCTRL1_REG(slot); in txcom_reset()
335 ofs = TX39_UARTCTRL1_REG(slot); in txcom_enable()
389 reg = tx_conf_read(tc, TX39_UARTCTRL1_REG(slot)); in txcom_disable()
395 tx_conf_write(tc, TX39_UARTCTRL1_REG(slot), reg); in txcom_disable()
408 int ofs = TX39_UARTCTRL1_REG(chip->sc_slot); in __txcom_txbufready()
427 ofs = TX39_UARTCTRL1_REG(chip->sc_slot); in txcom_pulse_mode()
450 ofs = TX39_UARTCTRL1_REG(txcom_chip.sc_slot); in txcom_cngetc()
495 int ofs = TX39_UARTCTRL1_REG(chip->sc_slot); in txcom_setmode()
538 int ofs = TX39_UARTCTRL1_REG(chip->sc_slot); in txcom_setbaudrate()
609 reg = tx_conf_read(tc, TX39_UARTCTRL1_REG(slo in txcom_modem()
[all...]
H A Dtx39uartreg.h53 #define TX39_UARTCTRL1_REG(x) \ macro