Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/dev/
H A Dcomms_ebus.c97 #define COM_WRITE(sc,r,v) \ macro
245 COM_WRITE(sc, com_ier, sc->sc_ier); in comms_disable()
257 COM_WRITE(sc, com_ier, sc->sc_ier); in comms_enable()
365 COM_WRITE(sc, com_ier, 0); in comms_speed_change()
367 COM_WRITE(sc, com_lcr, LCR_DLAB); in comms_speed_change()
368 COM_WRITE(sc, com_dlbl, ospeed); in comms_speed_change()
369 COM_WRITE(sc, com_dlbh, ospeed >> 8); in comms_speed_change()
371 COM_WRITE(sc, com_lcr, LCR_8BITS | LCR_PNONE | LCR_STOPB); in comms_speed_change()
374 COM_WRITE(sc, com_mcr, MCR_IENABLE | MCR_DTR | MCR_RTS); in comms_speed_change()
377 COM_WRITE(sc, com_ier, sc->sc_ier); in comms_speed_change()
H A Dcomkbd_ebus.c86 #define COM_WRITE(sc,r,v) \ macro
246 COM_WRITE(sc, com_ier, sc->sc_ier); in comkbd_attach()
248 COM_WRITE(sc, com_mcr, MCR_IENABLE | MCR_DTR | MCR_RTS); in comkbd_attach()
291 COM_WRITE(sc, com_data, c); in comkbd_putc()
359 COM_WRITE(sc, com_ier, c); in comkbd_soft()
364 COM_WRITE(sc, com_data, *sc->sc_txput); in comkbd_soft()
404 COM_WRITE(sc, com_ier, sc->sc_ier); in comkbd_intr()